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

2017-01-03 Thread QiangCai
I think you can have a look this maillist. http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Dictionary-file-is-locked-for-updation-td5076.html Have a look the following guide and pay attention to carbon.properties file.

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,

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