Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "HadoopSupport" page has been changed by jeremyhanna. http://wiki.apache.org/cassandra/HadoopSupport?action=diff&rev1=29&rev2=30 -------------------------------------------------- == Pig == Cassandra 0.6+ also adds support for [[http://pig.apache.org|Pig]] with its own implementation of [[http://pig.apache.org/docs/r0.7.0/api/org/apache/pig/LoadFunc.html|LoadFunc]]. This allows Pig queries to be run against data stored in Cassandra. For an example of this, see the `contrib/pig` example in 0.6 and later. - Cassandra 0.7.4+ brings additional support in to form of a [[http://pig.apache.org/docs/r0.7.0/api/org/apache/pig/StoreFunc.html|StoreFunc]] implementation. This allows Pig queries to output data to Cassandra. It is handled by the same class as the `LoadFunc`: `CassandraStorage`. See the `README` in `contrib/pig` for more information. + Cassandra 0.7.4+ brings additional support in the form of a [[http://pig.apache.org/docs/r0.7.0/api/org/apache/pig/StoreFunc.html|StoreFunc]] implementation. This allows Pig queries to output data to Cassandra. It is handled by the same class as the `LoadFunc`: `CassandraStorage`. See the `README` in `contrib/pig` for more information. When running Pig with Cassandra + Hadoop on a cluster, be sure to follow the `README` notes in the `<cassandra_src>/contrib/pig` directory, the [[#ClusterConfig|Cluster Configuration]] section on this page, and some additional notes here: