RE: container failure while running Giraph Shortest Path on Yarn

2016-05-22 Thread Rahman, Muntasir Raihan
Hi, Below are my yarn configs. I have tried changing/increasing the yarn memory limits, and also map/reduce memory limits in mapred-site.xml, but it doesn’t help. Thank you! Muntasir. Yarn-site.xml: “ yarn.nodemanager.aux-services mapreduce_shuffle y

Re: container failure while running Giraph Shortest Path on Yarn

2016-05-22 Thread Ramesh Krishnan
Hi, This does not seem to be a dependecy issue . This is an exception in launch of the container. Can you check the yarn configurations. Thanks, Ramesh On Sun, May 22, 2016 at 9:52 PM, Rahman, Muntasir Raihan < mrahm...@illinois.edu> wrote: > Thanks for the suggestion, but unfortunately it did

RE: container failure while running Giraph Shortest Path on Yarn

2016-05-22 Thread Rahman, Muntasir Raihan
Thanks for the suggestion, but unfortunately it didn’t fix the issue. Muntasir. From: Ravikant Dindokar [mailto:ravikant.i...@gmail.com] Sent: Sunday, May 22, 2016 3:37 AM To: user@giraph.apache.org Subject: Re: container failure while running Giraph Shortest Path on Yarn try adding -libjars g

Re: container failure while running Giraph Shortest Path on Yarn

2016-05-22 Thread Ramesh Krishnan
Hi , Container Launch exception happens usually because of either dependency missing issues or an actual error while launching a container. The best way to know the error accurately is to look at the YARN logs very precisely. Can you put the last 200 lines of the yarn logs for the corresponding

Re: container failure while running Giraph Shortest Path on Yarn

2016-05-22 Thread Ravikant Dindokar
try adding -libjars giraph-core/target/giraph-1.1.0-for-hadoop-2.7.0-jar-with-dependencies.jar after org.apache.giraph.GiraphRunner On Sat, May 21, 2016 at 4:21 AM, Rahman, Muntasir Raihan < mrahm...@illinois.edu> wrote: > Hi, > > > > I have been trying to run some Giraph programs on top of Y