I was trying to use NullWritable as the type of my edge values. But it causes 
an IllegalAccessException when BspUtils.createEdgeValue() method tries to 
instantiate it; since NullWritable is Singleton with a private constructor. Is 
there a way to use NullWritable, or do I need to use another Writable?

Thanks,
Inci

Reply via email to