Re: Trying to run SimpleShortestPathsVertex example in Eclipse.

2013-01-16 Thread Eli Reisman
Look at the io/ and example/ directories for the pieces you might need to cobble together to get a real application working. If you can reuse an existing IO format, do it. If not, you will have to mirror the patterns in io/ for that piece. Otherwise the examples are the best place to start. To get

Trying to run SimpleShortestPathsVertex example in Eclipse.

2013-01-15 Thread Kammer, John
Hello, Still rather new to Giraph and Hadoop but trying to research and learn the software. Am trying to get the SimpleShortestPathsVertex in the examples directory to run from within Eclipse. I would swear that it ran and produced results once last week, but have been unable to get the r