Re: Oozie and Datastax

2012-10-08 Thread Alejandro Abdelnur
-inc.commailto:chit...@yahoo-inc.com, edlinuxg...@gmail.commailto:edlinuxg...@gmail.com edlinuxg...@gmail.commailto:edlinuxg...@gmail.com Subject: Re: Oozie and Datastax Further to this log, after the warning about the native-hadoop library we have this: 2012-10-08 13:40:45,064 DEBUG DagEngine:545

Re: Oozie and Datastax

2012-10-08 Thread Amelia Jones
edlinuxg...@gmail.commailto:edlinuxg...@gmail.com Subject: Re: Oozie and Datastax Further to this log, after the warning about the native-hadoop library we have this: 2012-10-08 13:40:45,064 DEBUG DagEngine:545 - USER[amelia] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] Oozie DagEngine is using

Re: Oozie and Datastax

2012-10-08 Thread Alejandro Abdelnur
: Re: Oozie and Datastax Further to this log, after the warning about the native-hadoop library we have this: 2012-10-08 13:40:45,064 DEBUG DagEngine:545 - USER[amelia] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] Oozie DagEngine is using XCommands. 2012-10-08 13:40:45,066 DEBUG

Re: Oozie and Datastax

2012-10-07 Thread Edward Capriolo
It you are seeing a lib folder with two versions of the same jar you are likely to have very bad results. It means that classes are built against conflicting libraries, since java has dynamic binding sometimes you are ok, but usually this causes issues. On Sun, Oct 7, 2012 at 6:54 PM, Amelia

Re: Oozie and Datastax

2012-10-07 Thread Amelia Jones
Thanks, I didn't notice the duplicates. I've removed them all (I think): ant-1.6.5.jar antlr-3.2.jar antlr-runtime-3.2.jar avro-1.4.0-cassandra-1.jar cassandra-all-1.0.10.jar cassandra-clientutil-1.0.10.jar cassandra-jdbc-1.0.5-20120514.145502-2.jar cassandra-thrift-1.0.10.jar

Oozie and Datastax

2012-10-05 Thread Amelia Jones
Is there anything special I need to put in oozie-site.xml to allow Oozie to work with Datastax and Cassandra? I've copied the appropriate jar files into the libext folder and managed to get Oozie starting without error, however when I try to run any of the examples, such as 'no-op', the