mirror of https://github.com/apache/cassandra
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:
parent
4a6f633ec2
commit
41943de4a9
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue