[
https://issues.apache.org/jira/browse/CARBONDATA-2990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manish Gupta resolved CARBONDATA-2990.
--------------------------------------
Resolution: Fixed
Assignee: Ravindra Pesala
Fix Version/s: 1.5.0
> JVM crashes when rebuilding the datamap.
> ----------------------------------------
>
> Key: CARBONDATA-2990
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-2990> Project: CarbonData
> Issue Type: Bug
> Reporter: Ravindra Pesala
> Assignee: Ravindra Pesala
> Priority: Major
> Fix For: 1.5.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> create table brinjal (imei string,AMSize string,channelsId string,ActiveCountry string, Activecity string,gamePointId double,deviceInformationId double,productionDate Timestamp,deliveryDate timestamp,deliverycharge double) STORED BY 'org.apache.carbondata.format' TBLPROPERTIES('table_blocksize'='1');
>
> LOAD DATA INPATH '/home/root1/Downloads/vardhandaterestruct.csv' INTO TABLE brinjal OPTIONS('DELIMITER'=',', 'QUOTECHAR'= '"','BAD_RECORDS_ACTION'='FORCE','FILEHEADER'= 'imei,deviceInformationId,AMSize,channelsId,ActiveCountry,Activecity,gamePointId,productionDate,deliveryDate,deliverycharge');
> CREATE DATAMAP dm_brinjal ON TABLE brinjal USING 'bloomfilter' DMPROPERTIES ('INDEX_COLUMNS' = 'AMSize', 'BLOOM_SIZE'='640000', 'BLOOM_FPP'='0.00001');
>
> Error: org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 4.0 failed 4 times, most recent failure: Lost task 0.3 in stage 4.0 (TID 13, 192.168.0.12, executor 11): ExecutorLostFailure (executor 11 exited caused by one of the running tasks) Reason: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues. Check driver logs for WARN messages.
> Driver stacktrace: (state=,code=0)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)