Update pig readme for m3p

This commit is contained in:
Brandon Williams 2013-01-04 07:44:22 -06:00
parent 9342dddc5c
commit 4993d427b1
1 changed files with 1 additions and 1 deletions

View File

@ -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: