mirror of https://github.com/apache/cassandra
Update pig readme for m3p
This commit is contained in:
parent
9342dddc5c
commit
4993d427b1
|
|
@ -21,7 +21,7 @@ underscored), or as Hadoop configuration variables (lowercase, dotted):
|
|||
For example, against a local node with the default settings, you'd use:
|
||||
export PIG_INITIAL_ADDRESS=localhost
|
||||
export PIG_RPC_PORT=9160
|
||||
export PIG_PARTITIONER=org.apache.cassandra.dht.RandomPartitioner
|
||||
export PIG_PARTITIONER=org.apache.cassandra.dht.Murmur3Partitioner
|
||||
|
||||
These properties can be overridden with the following if you use different clusters
|
||||
for input and output:
|
||||
|
|
|
|||
Loading…
Reference in New Issue