Hi Please check if you have added the enough right for folder "carbondata"? --------------------------------------------------------------------------- For spark 1.5, the compile process has no issue, but carbon-spark-shell can not run correctly: step 1: git clone https://github.com/apache/incubator-carbondata.git carbondata step 2: mvn clean package -DskipTests -Pspark-1.5 step 3: ./bin/carbon-spark-shell, and it turns out:
[hadoop@master carbondata]$ ./bin/carbon-spark-shell ./bin/carbon-spark-shell: line 78: /bin/spark-submit: No such file or directory 2016-12-19 15:05 GMT+08:00 251469031 <[email protected]>: > thx liang. > > > I've tried spark 2.0.0 and spark 1.5.0, my step & script is: > > > For spark 2.0, the compile process has no issue, but carbon-spark-shell > can not run correctly: > > > step 1: git clone https://github.com/apache/incubator-carbondata.git > carbondata > step 2: mvn clean package -DskipTests -Pspark-2.0 > step 3: ./bin/carbon-spark-shell, and is turns out: > > > [hadoop@master carbondata]$ ./bin/carbon-spark-shell > ls: cannot access /home/hadoop/carbondata/assembly/target/scala-2.10: No > such file or directory > ls: cannot access /home/hadoop/carbondata/assembly/target/scala-2.10: No > such file or directory > ./bin/carbon-spark-shell: line 78: /bin/spark-submit: No such file or > directory > > > > For spark 1.5, the compile process has no issue, but carbon-spark-shell > can not run correctly: > step 1: git clone https://github.com/apache/incubator-carbondata.git > carbondata > step 2: mvn clean package -DskipTests -Pspark-1.5 > step 3: ./bin/carbon-spark-shell, and it turns out: > > > [hadoop@master carbondata]$ ./bin/carbon-spark-shell > ./bin/carbon-spark-shell: line 78: /bin/spark-submit: No such file or > directory > > > > > > > > > > > ------------------ 原始邮件 ------------------ > 发件人: "Liang Chen";<[email protected]>; > 发送时间: 2016年12月19日(星期一) 下午2:37 > 收件人: "dev"<[email protected]>; > > 主题: Re: How to compile the latest source code of carbondata > > > > Hi > > Can you share : do you get what errors and using which compile command? > > Regards > Liang > > 2016-12-19 14:32 GMT+08:00 251469031 <[email protected]>: > > > Hi all: > > > > I've tried to comple the latest source code followed by the toturial: > > https://cwiki.apache.org/confluence/display/CARBONDATA/Quick+Start , but > > it doesn't work on the latest source code on the github. > > > > > > Would you send me some toturial about how to do this or tell me how > to > > use carbondata, thx~ > > > > > -- > Regards > Liang -- Regards Liang
