Re: the storepath in carbon.properties seems not work

2016-12-26 Thread Jay
dev"; Subject: the storepath in carbon.properties seems not work Hi all: I'm now configing carbondata in cluster mode, and some configurations in the file carbon.properties are as bellow: carbon.storelocation=hdfs://master:9000/carbondata carbon.ddl.base.hdfs.url=hdf

Re: the storepath in carbon.properties seems not work

2016-12-26 Thread QiangCai
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 Carbo

the storepath in carbon.properties seems not work

2016-12-26 Thread 251469031
Hi all: I'm now configing carbondata in cluster mode, and some configurations in the file carbon.properties are as bellow: carbon.storelocation=hdfs://master:9000/carbondata carbon.ddl.base.hdfs.url=hdfs://master:9000/carbondata/data carbon.kettle.home=/opt/spark-1.6.0/carbonlib/carbonplug