Ravindra Pesala created CARBONDATA-2990:
-------------------------------------------

             Summary: 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


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)

Reply via email to