yahoo / CaffeOnSpark

Distributed deep learning on Hadoop and Spark clusters.
Apache License 2.0
1.27k stars 357 forks source link

You cannot call toBytes() more than once without calling reset() #105

Open abhaymise opened 8 years ago

abhaymise commented 8 years ago

I am getting following error while creating dataframe from LMDB

Dropping event SparkListenerTaskEnd(0,0,ResultTask,ExceptionFailure(java.lang.IllegalArgumentException,You cannot call toBytes() more than once without calling reset(),[Ljava.lang.StackTraceElement;@362757b9,java.lang.IllegalArgumentException: You cannot call toBytes() more than once without calling reset()

The command used is as per the example.

Can you please help

mriduljain commented 7 years ago

Do you still have this problem?