yijukang created SPARK-24302:
--------------------------------
Summary: when using spark
persist(),"KryoException:IndexOutOfBoundsException" happens
Key: SPARK-24302
URL: https://issues.apache.org/jira/browse/SPARK-24302
Project: Spark
Issue Type: Bug
Components: Input/Output
Affects Versions: 1.6.0
Reporter: yijukang
my operation is using spark to insert RDD data into Hbase like this:
------------------------------
localData.persist()
localData.saveAsNewAPIHadoopDataset(jobConf.getConfiguration)
--------------------------------------
this way throw Exception:
!image-2018-05-17-10-24-00-392.png!
when i deal with this:
-----------------------------
localData.saveAsNewAPIHadoopDataset(jobConf.getConfiguration)
--------------------------------------
it works well,what the persist() method did?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]