Re: Spark 1.0: slf4j version conflicts with pig

2014-05-27 Thread Ryan Compton
Sorry everyone, I emailed the wrong list. On Tue, May 27, 2014 at 2:38 PM, Ryan Compton compton.r...@gmail.com wrote: I use both Pig and Spark. All my code is built with Maven into a giant *-jar-with-dependencies.jar. I recently upgraded to Spark 1.0 and now all my pig scripts fail

Re: Where can I find a simple Hello World example for Giraph

2013-02-21 Thread Ryan Compton
/output format classes on it. Please take a look at one of the benchmarks to see how to do that. Alternatively, you can try using GiraphRunner, where you pass these classes as command line arguments. Maja On 2/21/13 2:43 PM, Ryan Compton compton.r...@gmail.com wrote: I'm still struggling

Re: Where can I find a simple Hello World example for Giraph

2013-02-21 Thread Ryan Compton
(ToolRunner.run(new HelloGiraph0p2(), args)); } } On Thu, Feb 21, 2013 at 4:10 PM, Ryan Compton compton.r...@gmail.com wrote: Ok, I've been looking at the PageRankBenchmark. There's a lot going on in there... It looks like the minimum amount of stuff I need to run a do-nothing job is what I've

Re: Where can I find a simple Hello World example for Giraph

2013-02-04 Thread Ryan Compton
, Ryan Compton compton.r...@gmail.com wrote: I am having trouble understand what all the classes do and the documentation looks like it might be out of date. I searched around and found this: https://github.com/edaboussi/Giraph but it won't compile with 0.2, any suggestions?