There are several YARN-specific configurations that must be applied when launching YARN jobs. There are command line options for these, take a look here: giraph-core/src/main/java/org/apache/giraph/utils/ConfigurationUtils.java
I think a Giraph on YARN launcher script is a great idea if the configs make the command-line invocation too verbose. That being said, there is already a Giraph launcher script that could be adapted to launch Giraph on YARN jobs (it launches only Non-YARN right now.) Please feel free to put up a JIRA and post some patches! On Thu, Aug 22, 2013 at 3:58 PM, Armando Miraglia <[email protected]>wrote: > Hi Milinda, > > On Mon, Aug 19, 2013 at 11:44:24AM -0400, Milinda Pathirage wrote: > > I was able to get Giraph running on Yarn by creating Yarn specific > > configuration programmatically. > > If you could provide your solution that'd be great because I am having > the same problem :) > > Thanks, > Armando >
