Re: Dictionary file is locked for Updation, unable to Load

2017-01-03 Thread QiangCai
= spark.driver.extraJavaOptions -Dcarbon.properties.filepath= -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Dictionary-file-is-locked-for-Updation-unable-to-Load-tp5359p5422.html Sent from the Apache CarbonData Mailing List archive mailing list

Re: Dictionary file is locked for Updation, unable to Load

2017-01-02 Thread Harsh Sharma
Hello Team, I am worked on the following scenario, - Created a hive table *hivetest*, - Created a carbon table *employeedemo*, - Loaded some records into hive table with load query, - Executed the insert query on carbon table to load the records from the hive table as below, *inser

Dictionary file is locked for Updation, unable to Load

2017-01-02 Thread Pallavi Singh
Hi all, On the execution of the following query : LOAD DATA inpath 'hdfs://localhost:54310/csv/test.csv' INTO table employee options('DELIMITER'=',', 'FILEHEADER'='id, firstname'); the table schema is a following : -+ col_name data_type comment --