Great! What if we add this build command into README.md? I think it will help many people!
On Mon Feb 16 2015 at 11:22:00 AM Jongyoul Lee <[email protected]> wrote: > Hi Su, > > I also use zeppelin with hadoop 2.5.0-cdh5.3.0 and spark 1.2(.1). > > It would be ok to run it. Check your build command. My command is below: > > LANG=ko_KR.UTF-8 LC_ALL=ko_KR.UTF-8 JAVA_HOME=`/usr/libexec/java_home -v > 1.7` mvn -DskipTests -Pspark-1.2 -Phadoop-2.4 > -Dhadoop.version=2.5.0-cdh5.3.0 clean package > > Regards, > JL > > On Sat, Feb 14, 2015 at 7:32 PM, Kevin Kim (Sangwoo) <[email protected]> > wrote: > > > Hi Su, > > Good to see u at Zeppelin mailing list! > > > > You need to use -Pspark-1.2 for spark 1.2. Plz see updated Readme.md on > > github. > > > > mvn clean package -Pspark-1.2 -Dhadoop.version=2.2.0 -Phadoop-2.2 > > -DskipTests > > > > Also you'll need to check > > https://github.com/NFLabs/zeppelin/pull/342 > > and > > https://github.com/NFLabs/zeppelin/issues/339 > > > > if you want to use Z with spark 1.2. I guess there's some issues with > spark > > 1.2, we're working hard for it. > > > > Finally, I created Zeppelin pre-installed AWS AMI, you can try it! > > AMI ID is: ami-b1bd5bb1 > > > > Regards, > > Kevin > > > > <https://github.com/NFLabs/zeppelin#configure> > > > > On Sat Feb 14 2015 at 6:24:07 PM Su She <[email protected]> wrote: > > > > > Hello Everyone, > > > > > > I'm trying to use Zeppelin again as I've heard there have been some new > > > updates. I'm running on Spark 1.2.0 and CDH 5.3/Hadoop 2.5.0. Is there > > > anyway I can use Zeppelin now? > > > > > > I have installed Zeppelin, maven, jdk 1.7, and npm. I have tried > > > installing/clean package on the home directory (I am cloning from > github) > > > including > > > I tried this as well: > > > mvn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package > > > > > > but I get this error: > > > > > > [ERROR] Failed to execute goal > > > org.apache.maven.plugins:maven-checkstyle-plugin:2.13:check > (checkstyle) > > > on > > > project zeppelin: Unable to create output stream: > > > /home/ec2-user/zeppelin/target/checkstyle-result.xml: > > > /home/ec2-user/zeppelin/target/checkstyle-result.xml (No such file or > > > directory) -> [Help 1] > > > [ERROR] > > > [ERROR] To see the full stack trace of the errors, re-run Maven with > the > > -e > > > switch. > > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > > [ERROR] > > > [ERROR] For more information about the errors and possible solutions, > > > please read the following articles: > > > > > > Thank you for the help! > > > > > > > > > -- > 이종열, Jongyoul Lee, 李宗烈 > http://madeng.net >
