What I mean is type "java -jar pig.jar -H namenode" to start the namenode and then follow the other instructions in the readme to start the other Hadoop services... Shane
On 9/21/07, bhupesh bansal <[EMAIL PROTECTED]> wrote: > > I am using hadoop 0.13.1 from Hadoop site. Pig suggests using Hadoop 0.12.1 > which I cannot find anywhere rite now. I got pig binary/src from > http://research.yahoo.com/project/pig. I didnt got any bundled Hadoop > version with that. > > Bhupesh > > > > > Shane Butler wrote: > > > > Are you using the version of Hadoop that is bundled with Pig? I had a > > similar error but it worked when I followed the instructions as per > > the "RUNNING HADOOP" section of the Pig readme. > > Shane > > > > On 9/20/07, bhupesh bansal <[EMAIL PROTECTED]> wrote: > > > >> I am a Pig newbie, I am trying to setup Pig over a solaris cluster with > >> hadoop 13.1. I tried both ways of installing pig > >> > >> 1) I tried using the pig jar, I get the grunt > prompt but with these > >> errors > >> [z14098BE:~/pig-src] bbansal$ java -jar pig.jar - > >> org.apache.hadoop.ipc.RPC$VersionMismatch: Protocol > >> org.apache.hadoop.dfs.ClientProtocol version mismatch. (client = 9, > >> server = > >> 18) > >> at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:252) > >> at org.apache.hadoop.dfs.DFSClient.<init>(DFSClient.java:105) > >> at > >> org.apache.hadoop.dfs.DistributedFileSystem$RawDistributedFileSystem.initialize(DistributedFileSystem.java:67) > >> at > >> org.apache.hadoop.fs.FilterFileSystem.initialize(FilterFileSystem.java:57) > >> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:160) > >> at org.apache.hadoop.fs.FileSystem.getNamed(FileSystem.java:119) > >> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:91) > >> at > >> com.yahoo.pig.impl.mapreduceExec.MapReduceLauncher.init(MapReduceLauncher.java:772) > >> at > >> com.yahoo.pig.impl.mapreduceExec.MapReduceLauncher.main(MapReduceLauncher.java:543) > >> org.apache.hadoop.ipc.RPC$VersionMismatch: Protocol > >> org.apache.hadoop.mapred.JobSubmissionProtocol version mismatch. (client > >> = > >> 3, server = 4) > >> at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:252) > >> at > >> com.yahoo.pig.impl.mapreduceExec.MapReduceLauncher.init(MapReduceLauncher.java:777) > >> at > >> com.yahoo.pig.impl.mapreduceExec.MapReduceLauncher.main(MapReduceLauncher.java:543) > >> grunt> > >> > >> > >> 2) I was also trying to build pig from source using the ReadMe commets, > >> but > >> my Ant/Hadoop knowledge is primal can someone give me some more details > >> about the path/lib settings for pig built. > >> > >> Thanks in advance. > >> -- > >> View this message in context: > >> http://www.nabble.com/Installing-pig-over-hadoop-13.1-on-a-solaris-cluster.-tf4484191.html#a12787451 > >> Sent from the Hadoop Users mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Installing-pig-over-hadoop-13.1-on-a-solaris-cluster.-tf4484191.html#a12808759 > Sent from the Hadoop Users mailing list archive at Nabble.com. > >
