Author: jbellis
Date: Wed Apr  1 17:21:14 2009
New Revision: 760968

URL: http://svn.apache.org/viewvc?rev=760968&view=rev
Log:
fix thrift port sample back to 9160

Modified:
    incubator/cassandra/trunk/conf/storage-conf.xml

Modified: incubator/cassandra/trunk/conf/storage-conf.xml
URL: 
http://svn.apache.org/viewvc/incubator/cassandra/trunk/conf/storage-conf.xml?rev=760968&r1=760967&r2=760968&view=diff
==============================================================================
--- incubator/cassandra/trunk/conf/storage-conf.xml (original)
+++ incubator/cassandra/trunk/conf/storage-conf.xml Wed Apr  1 17:21:14 2009
@@ -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>


Reply via email to