Login  Register

Re: the storepath in carbon.properties seems not work

Posted by David CaiQiang on Dec 27, 2016; 2:09am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/the-storepath-in-carbon-properties-seems-not-work-tp5029p5063.html

Please find cwiki guide and take attention to -Dcarbon.properties.filepath configuration.

https://cwiki.apache.org/confluence/display/CARBONDATA/Cluster+deployment+guide

For spark-shell, CarbonContext need another proper storepath parameter.

e.g. new CarbonContext(sc, storePath)

But  new CarbonContext(sc) will just use default local path.

Best Regards
David Cai