Re: carbondata load all stored data to tmp dir

2018-03-13 Thread dylan
hello babulal: I know the problem,i use the wrong command to start spark-submit with --jars. Thank you very much for your answer and solved my problem. thanks! -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Re: carbondata load all stored data to tmp dir

2018-03-13 Thread BabuLal
Hi dylan As per your console log , this error comes when wrong command to start spark-submit while providing resources(jars/file) . i tried below command and got same error like you ( i has given --jars option and at last store location with space ). root@master /opt/sparkrelease/spark-2.2.1-bin

Re: carbondata load all stored data to tmp dir

2018-03-13 Thread dylan
hello babulal: thanks for your reply. 1.my spark-default.conf is: spark.executor.extraJavaOptions -Dcarbon.properties.filepath=/home/spark-2.2.1-bin-hadoop2.7/conf/carbon.properties spark.driver.extraJavaOptions -Dcarbon.properties.filepath=/home/spark-2.2.1-bin-

Re: carbondata load all stored data to tmp dir

2018-03-13 Thread BabuLal
Hi dylan I have verified your scenario in my setup and it is working fine without downloading store to local /tmp/location . Below command is used to started Thriftserver & Carbon Store is NOT getting copied to /tmp location . bin/spark-submit --class org.apache.carbondata.spark.thriftserver.Car

carbondata load all stored data to tmp dir

2018-03-12 Thread dylan
hi guys: i am use carbondata1.3 and spark2.2.1 on standalone, i start the CarbonThriftServer like this: /bin/spark-submit --class org.apache.carbondata.spark.thriftserver.CarbonThriftServer $SPARK_HOME/carbonlib/carbondata_2.11-1.3.0-shade-hadoop2.7.2.jar hdfs://nameservice1/hive/car