Hi,

I have been investigating the exception below. It happens when I
attempt to replace the vertex value class, which had been
LongWritable, with a new class I am writing, MyGraphVertexValue.

I am using Giraph-0.1. I have declared MyGraphVertex public so I am
not sure why this would be happening.


Thanks,

Jon



java.lang.IllegalAccessException: Class
org.apache.giraph.graph.BspUtils can not access a member of class
MyGraphVertexValue with modifiers ""
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:95)
        at java.lang.Class.newInstance0(Class.java:366)
        at java.lang.Class.newInstance(Class.java:325)
        at org.apache.giraph.graph.BspUtils.createVertexValue(BspUtils.java:379)

Reply via email to