[jira] [Created] (CARBONDATA-1141) Data load is partially successful but delete error
Posted by
Akash R Nilugal (Jira) on
Jun 08, 2017; 2:21am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-1141-Data-load-is-partially-successful-but-delete-error-tp14188.html
zhuzhibin created CARBONDATA-1141:
-------------------------------------
Summary: Data load is partially successful but delete error
Key: CARBONDATA-1141
URL:
https://issues.apache.org/jira/browse/CARBONDATA-1141 Project: CarbonData
Issue Type: Bug
Components: spark-integration, sql
Affects Versions: 1.2.0
Environment: spark on yarn,carbondata1.2.0,hadoop2.7,spark2.1.0,hive2.1.0
Reporter: zhuzhibin
Fix For: 1.2.0
Attachments: error1.png, error.png
when I tried to load data into table (data size is about 300 million),the log showed me that “Data load is partially successful for table",
but when I executed delete table operation,some errors appeared,the error message is "java.lang.ArrayIndexOutOfBoundsException: 1
at org.apache.carbondata.core.mutate.CarbonUpdateUtil.getRequiredFieldFromTID(CarbonUpdateUtil.java:67)".
when I executed another delete table operation with where condition,it was succeeful,but executed select operation then appeared "java.lang.ArrayIndexOutOfBoundsException Driver stacktrace:
at org.apache.spark.scheduler.DAGScheduler.org$apache$spark$scheduler$DAGScheduler$$failJobAndIndependentStages(DAGScheduler.scala:1435)"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)