You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/01/04 14:44:30 UTC

[1/3] git commit: Update pig readme for m3p

Update pig readme for m3p


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4993d427
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4993d427
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4993d427

Branch: refs/heads/cassandra-1.2
Commit: 4993d427b1497d01f7c5729f72a93a242b789e20
Parents: 9342ddd
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jan 4 07:44:22 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jan 4 07:44:22 2013 -0600

----------------------------------------------------------------------
 examples/pig/README.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4993d427/examples/pig/README.txt
----------------------------------------------------------------------
diff --git a/examples/pig/README.txt b/examples/pig/README.txt
index b05d1ef..3ef7858 100644
--- a/examples/pig/README.txt
+++ b/examples/pig/README.txt
@@ -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: