Created
February 25, 2011 20:25
-
-
Save jeromatron/844428 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
<!-- Put site-specific property overrides in this file. --> | |
<configuration> | |
<property> | |
<name>mapred.job.tracker</name> | |
<value>localhost:9001</value> | |
</property> | |
<property> | |
<name>cassandra.thrift.address</name> | |
<value>localhost</value> | |
</property> | |
<property> | |
<name>cassandra.thrift.port</name> | |
<value>9160</value> | |
</property> | |
<property> | |
<name>cassandra.partitioner.class</name> | |
<value>org.apache.cassandra.dht.RandomPartitioner</value> | |
</property> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment