Re: Dictionary file is locked for Updation, unable to Load
Posted by David CaiQiang on Jan 04, 2017; 3:22am URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Dictionary-file-is-locked-for-Updation-unable-to-Load-tp5359p5422.html
For spark yarn cluster mode,
1. both driver side and executor side need same carbon.properties file.
2. set carbon.lock.type=HDFSLOCK
3. set carbon.properties.filepath
spark.executor.extraJavaOptions -Dcarbon.properties.filepath=<absolute path carbon.properties> spark.driver.extraJavaOptions -Dcarbon.properties.filepath=<absolute path carbon.properties>