Re: multi-graph support in giraph

2012-02-04 Thread André Kelpe
2012/2/3 Avery Ching : > We can diverge from the Pregel API as long as we have a good reason for it. >  I do agree that while we can support multi-graphs with a user-chosen edge > type, some built-in support that makes programming easier sounds like a good > goal.  Andre or Claudio, feel free to op

hadoop-non-secure still supported or not?

2012-02-04 Thread Attila Csordas
Hi, I've been using Hadoop 0.20.2 for over a year now and like to play with Giraph. Tried to build it with the maven hadoop-non-secure profile but couldn't. Should I have to use >= 0.20.203 even for trying it out locally? Cheers, Attila -- Attila Csordas Bioinformatician European Bioinforma

Re: hadoop-non-secure still supported or not?

2012-02-04 Thread JG Homan
20,2 is still supported. I tested the current (ly being voted on) release against it. What error are you getting? -Jakob On Feb 4, 2012, at 2:08 AM, Attila Csordas wrote: > Hi, > > I've been using Hadoop 0.20.2 for over a year now and like to play with > Giraph. > Tried to build it with the m

Re: hadoop-non-secure still supported or not?

2012-02-04 Thread Avery Ching
Attila, Did you build it with the non secure option? I.e. 'mvn -Dhadoop=non_secure compile'? Avery On 2/4/12 2:48 AM, JG Homan wrote: 20,2 is still supported. I tested the current (ly being voted on) release against it. What error are you getting? -Jakob On Feb 4, 2012, at 2:08 AM, Attila

Re: hadoop-non-secure still supported or not?

2012-02-04 Thread Attila Csordas
Thanks Jakob and Avery, it was the same weird dependency issue popped up first last November: https://issues.apache.org/jira/browse/GIRAPH-86 I deleted everything and checked it out again and finally was able to build on the command line and also from within Intellij using the non-secure profile.

Re: hadoop-non-secure still supported or not?

2012-02-04 Thread Claudio Martella
On Saturday, February 4, 2012, Attila Csordas wrote: > Thanks Jakob and Avery, > it was the same weird dependency issue popped up first last November: https://issues.apache.org/jira/browse/GIRAPH-86 > > I deleted everything and checked it out again and finally was able to build on the command line