Packaging a Giraph application in a jar

2011-11-05 Thread Gianmarco De Francisci Morales
Hi community, I was wondering what is the current best practice to package an application in a jar for deployment. I tried the 'hadoop way' by putting giraph-*.jar in the /lib directory of my jar, and using the -libjars option but none of them worked. It looks like the backend classloader is doing

Re: Packaging a Giraph application in a jar

2011-11-05 Thread Avery Ching
Hi Gianmarco, You're right, most of us (to my knowledge) have been using Giraph with an uberjar as you've put it. However, Jakob has been doing some work to make this easier. See the below issue: https://issues.apache.org/jira/browse/GIRAPH-64 If you can suggest a better approach, please a