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()
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