versions (part 2)

2011-09-10 Thread Keren Ouaknine
Hello, I tried several versions to generate data for pigmix queries: *- Hadoop apache 0.20.204 with pig 0.7* *==>* java.lang.RuntimeException: Error in configuring object at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils... *[Full error at the very bottom]* * * *- Hadoop apache

Re: ERROR 2999: Unexpected internal error. Failed to create DataStorage

2011-09-10 Thread Daniel Dai
"Failed to create DataStorage" is due to incompatible hadoop jars. Check https://cwiki.apache.org/confluence/display/PIG/FAQ#FAQ-Q%3AWhatshallIdoifIsaw%22FailedtocreateDataStorage%22%3F Daniel On Thu, Sep 8, 2011 at 11:20 PM, kiranprasad wrote: > Hi > > For Cluster I have 3 VMs(10.0.0.61-master,

Re: should put pig*.jar into CLASSPATH during run pig command?

2011-09-10 Thread Daniel Dai
for f in $PIG_HOME/pig-*-core.jar; do CLASSPATH=${CLASSPATH}:$f; done In release tall ball, you will have pig-0.8.1-core.jar, that's the jar pig script use. Daniel 2011/9/9 lulynn_2008 > Hello, > In pig script of pig-0.8.1, I did not find command line for adding pig*.jar > into CLASSPATH

Re: pig-0.8.1

2011-09-10 Thread Alan Gates
Sharing your script would help. Given this is an S3 error it is most likely an issue with how Pig is trying to connect to S3. You might also find help on some of Amazon's forums. Alan. On Sep 9, 2011, at 8:59 AM, Dan Yi wrote: > hi, > > i installed pig 0.8.1 and ran the script in local mode