fix thrift port sample back to 9160

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@760968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-04-01 17:21:14 +00:00
parent 4a6f633ec2
commit 41943de4a9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<JobJarFileLocation>C:\Engagements\Cassandra-Nexus</JobJarFileLocation>
<StoragePort>7000</StoragePort>
<ControlPort>7001</ControlPort>
<ThriftPort>7001</ThriftPort>
<ThriftPort>9160</ThriftPort>
<ColumnIndexSizeInKB>256</ColumnIndexSizeInKB>
<HttpPort>7002</HttpPort>
<MetadataDirectory>/var/cassandra/system</MetadataDirectory>