Hello Everyone , I am trying to run a simple program which takes edge list as input. The command which I use is -
*hadoop jar myProject.jar org.apache.giraph.GiraphRunner org.myClass -eif $edgeInputFormat -eip $edgeInputPath -w 2* I get the following error. *Exception in thread "main" java.lang.RuntimeException: class org.myClass not org.apache.giraph.graph.Vertex* I am stuck with this error and I don't know how to proceed. Please Help ! -- Thanking You, Shaurya Rohatgi
