Pig-cassandra Scritps and Oozie

2013-11-28 Thread Miguel Angel Martin junquera
hi all; What is the best way to integrate cassandra pig-extension with oozie? can be configure oozie to use pig-cassandra instead of pig? Some ideas that I thinking are: Launching a Shell jobthat runs ./pig-cassandra script.pig or changing environment variables vakues or the original

Re: Pig-cassandra Scritps and Oozie

2013-11-28 Thread Jeremy Hanna
If I remember correctly when I configured pig, cassandra, and oozie to work together, I just used vanilla pig but gave it the jars it needed. What is the problem you’re experiencing that you are unable to do this? Jeremy On 28 Nov 2013, at 12:56, Miguel Angel Martin junquera

Re: Pig-cassandra Scritps and Oozie

2013-11-28 Thread Miguel Angel Martin junquera
hi Jeremy, I do not try test it still, I only test examples pig from oozie project without cassadra. * pig-cassandra* sets the cassandra pig libraries .jar in the the PIG_CLASSPATH env var. and after call the original shell script *pig* from PIG_HOME/bin/pig and , up to now, I launch pig

Re: Pig-cassandra Scritps and Oozie

2013-11-28 Thread Jeremy Hanna
I believe what I did was when I set up Oozie with the setup script where you specify the version of Hadoop and such, I also added additional jars like the Cassandra jars and some of its dependencies there and the cassandra.yaml, cassandra-env.sh and potentially the topology properties file.