Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-14 Thread Eli Reisman
I have seen some extraneous Zk errors in logs like this all the time, even for healthy jobs that complete. I think its part of the teardown of the cluster. Can someone else confirm this? On Fri, Mar 8, 2013 at 12:31 PM, Ameet Kini wrote: > Hi folks, > > I am trying to run the SimpleShortestPat

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-12 Thread Ameet Kini
I looked at this some more today, and turns out my original problem was caused by something else and not the ZookeeperException, as Avery suggested. Turns out my giraph project was built with hadoop 0.20.203 and I was using 0.20.2, which does not include the org.apache.hadoop.security module. Rebui

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-11 Thread Ameet Kini
Following up on my below note, here's what I see as far as the zookeeper directory in /tmp. I don't know where else to look for possible errors. Any pointers ? akini@karadi:~$ ls -tal /tmp/giraph-SimpleShortestPathsVertex-3594578381801720832/ total 36 drwxrwxr-x 3 akini akini 4096 Mar 11 15:01 .

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-10 Thread Ameet Kini
I'm launching the unit test from inside Eclipse. There are no other errors on the Eclipse console, so I assumed it is the KeeperException that is causing the test hang. But there may be errors in some log file somewhere which I am missing?? Not sure where to look in this case. I don't have the env

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-09 Thread Avery Ching
I'm guessing there is another error. How are you launching it? On 3/9/13 12:42 PM, Ameet Kini wrote: The test hangs after those messages. I assumed it is because of the KeeperException messages. Ameet On Sat, Mar 9, 2013 at 12:14 PM, Avery Ching wrote: I think those are info level logs rathe

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-09 Thread Ameet Kini
The test hangs after those messages. I assumed it is because of the KeeperException messages. Ameet On Sat, Mar 9, 2013 at 12:14 PM, Avery Ching wrote: > I think those are info level logs rather than actual issues. If your job > completes successfully, I wouldn't worry about it. > > > On 3/8/13

Re: Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-09 Thread Avery Ching
I think those are info level logs rather than actual issues. If your job completes successfully, I wouldn't worry about it. On 3/8/13 12:31 PM, Ameet Kini wrote: Hi folks, I am trying to run the SimpleShortestPathsVertexTest example introduced by the unit testing tool as part of (https://issu

Zookeeper exception while running SimpleShortestPathsVertexTest

2013-03-08 Thread Ameet Kini
Hi folks, I am trying to run the SimpleShortestPathsVertexTest example introduced by the unit testing tool as part of (https://issues.apache.org/jira/browse/GIRAPH-51) and see the below zookeeper exception while running the testToyData method. I can run giraph applications from the command-line an