Rahul Singha created CARBONDATA-2891: ----------------------------------------
Summary: Job aborted while loading long string 32k data into carbon table from hive Key: CARBONDATA-2891 URL: https://issues.apache.org/jira/browse/CARBONDATA-2891 Project: CarbonData Issue Type: Bug Components: data-load Reporter: Rahul Singha _*Steps:*_ CREATE TABLE local1(id int, name string, description string,address string, note string) using carbon options('long_string_columns'='description,note'); CREATE TABLE local_hive(id int, name string, description string,address string, note string) ROW FORMAT DELIMITED FIELDS TERMINATED BY ','; LOAD DATA local INPATH '/opt/csv/longStringData_100rec.csv' overwrite into table local_hive; insert into local1 select * from local_hive; _*Expected result:*_ Data should get loaded. _*Actual Result:*_ Error: org.apache.spark.SparkException: Job aborted. (state=,code=0) -- This message was sent by Atlassian JIRA (v7.6.3#76005)