Re: help : error run pig

2010-09-27 Thread Alan Gates
Pig is failing to connect to your namenode. Is the address Pig is trying to use (hdfs://master:54310/) correct? Can you connect using that string from the same machine using bin/hadoop? Alan. On Sep 27, 2010, at 8:45 AM, Ngô Văn Vĩ wrote: I run Pig at Hadoop Mode (Pig-0.7.0 and

Re: help : error run pig

2010-09-27 Thread Ngô Văn Vĩ
have you help me? i have configuration *- bin/pig* export JAVA_HOME=/home/ngovi/jdk1.6.0_21 export PIG_INSTALL=/home/ngovi/pig-0.7.0 export PATH=$PATH:$PIG_INSTALL/bin export PIG_HADOOP_VERSION=0.20.2 export PIG_CLASSPATH=/home/ngovi/hadoop-0.20.2/conf/ *- conf/pig.properties*

Re: help : error run pig

2010-09-27 Thread Jeff Zhang
It seems you have connected to the right hadoop when you start pig grunt. But connect to the wrong hadoop when you run pig script. Try to search whether there's other configuration files that mess up with your default configuration. And what is machine 192.168.230.130 ? On Tue, Sep 28, 2010 at

Re: help : error run pig

2010-09-27 Thread Renato Marroquín Mogrovejo
I thought it was good to go. Hey, have you tried maybe just doing a simple load test? I mean just loading a file into grunt with the LOAD command, and then doing a DUMP on it. So after that, we could see if there is actually something wrong with your installation. Renato M. 2010/9/27 Ngô Văn Vĩ