What errors do you exactly get? Can you show the whole implementation of your vertex?
On 20.11.2013 08:42, Jyoti Yadav wrote: > Hi folks.. > > I am implementing one program where I need to pass message as boolean > array.. > While implementing my MyMessageWritable.java class,I need to define > readfields() and write() functions... > > I tried my luck but failed...Program is compiling fine but not running... > > > I am taking boolean array as > > boolean[] bitstring=new boolean[128]; > > > pls help...I am badly tangled... > > Thanks > > Jyoti >
