You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by Eli Reisman <ap...@gmail.com> on 2013/01/01 23:48:27 UTC

Re: [jira] [Commented] (GIRAPH-454) Fix typo in munge comments in TestBspBasic

Thanks so much! have you been running Giraph on hadoop-2.0.2-alpha profile?

On Wed, Dec 26, 2012 at 2:06 PM, Eugene Koontz <ek...@hiro-tan.org> wrote:

> On 12/26/12 11:56 AM, Eli Reisman wrote:
> > Thanks again, I am trying to run hadoop 2.0.2-alpha with Giraph now so it
> > was perfect timing! I didn't see Nitay's post -- was it on the mailing
> > lists or in a particular JIRA thread?
> >
> >
> Hi Eli,
>         Nitay's post was on GIRAPH-454:
>
>
> https://issues.apache.org/jira/browse/GIRAPH-454?focusedCommentId=13538501&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13538501
>
> Here's a shortened form of the above long URL: http://bit.ly/UtRNCG
>
> The link that Nitay gave in that post is:
>
> https://git-wip-us.apache.org/
>
> Git is now much easier to use to commit to the Apache source tree. One
> need only create a ~/.netrc that looks like:
>
> machine git-wip-us.apache.org
> login <your apache username>
> password <your apache password>
>
> and then do "git clone https://git-wip-us.apache.org/"
>
> or "git remote add https://git-wip-us.apache.org/" in your exiting
> giraph top-level directory.
>
> You can then git commit and then push to that remote, and that's all
> there is to it!
>
> -Eugene
>

Re: [jira] [Commented] (GIRAPH-454) Fix typo in munge comments in TestBspBasic

Posted by Eli Reisman <ap...@gmail.com>.
Thanks again! I am doing the same thing, not yet at scale. I would be
interested to hear how it goes.

I haven't been playing with it very long, but so far I have been using a
separate ZK process when running Giraph because the single-node
master-worker can't seem to spawn an instance of ZK from within the app
container in YARN. Or I'm configuring it wrong. Or both. Did you run into
this behavior? I have not yet confirmed my suspicion that YARN prevents the
processes it hosts in app containers from spawning more processes (like we
do in Giraph for the ZK instance) without talking to YARN first.


On Wed, Jan 2, 2013 at 9:16 AM, Eugene Koontz <ek...@hiro-tan.org> wrote:

> On 1/1/13 2:48 PM, Eli Reisman wrote:
> > Thanks so much! have you been running Giraph on hadoop-2.0.2-alpha
> profile?
> >
>
> I have, though not yet at scale. I'm planning to do so in the coming weeks.
>
> -Eugene
>
>

Re: [jira] [Commented] (GIRAPH-454) Fix typo in munge comments in TestBspBasic

Posted by Eugene Koontz <ek...@hiro-tan.org>.
On 1/1/13 2:48 PM, Eli Reisman wrote:
> Thanks so much! have you been running Giraph on hadoop-2.0.2-alpha profile?
> 

I have, though not yet at scale. I'm planning to do so in the coming weeks.

-Eugene