Re: Task process exit with nonzero status of 134...

2010-03-08 Thread zward3x
gt;>> >>>> >>>> Jean-Daniel Cryans-2 wrote: >>>> >>>>>> i'm using hadoop 0.20.1 and hbase 0.20.3 >>>>>> >>>>> Sorry I meant java version. >>>>> >>>>>

Re: Task process exit with nonzero status of 134...

2010-03-08 Thread Ferdy
context: http://old.nabble.com/Task-process-exit-with-nonzero-status-of-134...-tp27814144p27814802.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Task process exit with nonzero status of 134...

2010-03-07 Thread zward3x
to put >>>> >>>> -XX:ErrorFile=/opt/hadoop/hadoop/logs/java/java_error%p.log >>>> >>>> in hadoop-env.sh as HADOOP_OPTS but after reduce crash i did not find >>>> any >>>> file on that path. >>> >>> Todd doesn'

Re: Task process exit with nonzero status of 134...

2010-03-07 Thread Jean-Daniel Cryans
ly along with a nonzero exit code you should see something in >>> the stderr for that attempt. If you look on the TaskTracker inside >>> logs/userlogs/attempt_/stderr do you see anything >>> useful? >> >> > > -- > View this message in context: > http://old.nabble.com/Task-process-exit-with-nonzero-status-of-134...-tp27814144p27814802.html > Sent from the HBase User mailing list archive at Nabble.com. > >

Re: Task process exit with nonzero status of 134...

2010-03-07 Thread zward3x
logs/userlogs/attempt_/stderr do you see anything >> useful? > > -- View this message in context: http://old.nabble.com/Task-process-exit-with-nonzero-status-of-134...-tp27814144p27814802.html Sent from the HBase User mailing list archive at Nabble.com.

Re: Task process exit with nonzero status of 134...

2010-03-07 Thread Jean-Daniel Cryans
> i'm using hadoop 0.20.1 and hbase 0.20.3 Sorry I meant java version. > > i already try to put > > -XX:ErrorFile=/opt/hadoop/hadoop/logs/java/java_error%p.log > > in hadoop-env.sh as HADOOP_OPTS but after reduce crash i did not find any > file on that path. Todd doesn't talk about that, he said

Re: Task process exit with nonzero status of 134...

2010-03-07 Thread zward3x
when java process crashed? > > Yes read Todd's answer in there > http://74.125.155.132/search?q=cache:bRriMx4QUH4J:mail-archives.apache.org/mod_mbox/hadoop-mapreduce-user/200907.mbox/%253c4a6f047e.3040...@vionto.com%253e+mapreduce+code+134&cd=1&hl=en&ct=clnk&gl=us > &g

Re: Task process exit with nonzero status of 134...

2010-03-07 Thread Jean-Daniel Cryans
copy, we are getting > "Task process exit with nonzero status of 134." on reduce side. > > I find only one reference > (http://mail-archives.apache.org/mod_mbox/hadoop-mapreduce-user/200907.mbox/%3c4a65872e.8060...@vionto.com%3e) > whit same problem. But, i check and my java ve

Task process exit with nonzero status of 134...

2010-03-07 Thread zward3x
Hi we are having small job which indexes hbase table with lucene. Map process will just emit hbase rows and reduce will create lucene index. In the middle of map process, while reduce jobs doing copy, we are getting "Task process exit with nonzero status of 134." on reduce side. I