Hello Su,
Have you resovled the problem?
(It seems like you're running out of disk space or getting something
similar problem. )



On Tue Feb 17 2015 at 5:57:34 AM Su She <[email protected]> wrote:

> Hello Everyone, thanks for all the support!
>
> I tried this command:
>
> mvn -DskipTests -Pspark-1.2 -Phadoop-2.4 -Dhadoop.version=2.5.0-cdh5.3.0
> clean package
>
> However, I keep getting this error, which I think is an issue not related
> to compatibility?
>
>  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)
>
> Thanks!
>
>
> On Sun, Feb 15, 2015 at 8:51 PM, Kevin Kim (Sangwoo) <[email protected]>
> wrote:
>
> > Sure!
> > FYI, it's really easy to make simple modification and make a PR,
> > (especially on Docs)
> > https://github.com/NFLabs/zeppelin/blob/master/README.md
> > click edit button on top-right side, and edit doc,
> > You'll see  'Create a *new branch* for this commit and start a pull
> > request.'  below.
> >
> > Cheers!
> >
> >
> > On Mon Feb 16 2015 at 1:49:02 PM Jongyoul Lee <[email protected]>
> wrote:
> >
> > > Hi Kevin,
> > >
> > > Ok, I've found that. Could I add this build command and make a PR for
> > this
> > > build?
> > >
> > > On Mon, Feb 16, 2015 at 1:01 PM, Corneau Damien <[email protected]>
> > > wrote:
> > >
> > > > We could also create pages in the wiki section and add a simple link
> to
> > > the
> > > > page in the README.md
> > > > On Feb 16, 2015 12:20 PM, "Kevin Kim (Sangwoo)" <[email protected]>
> > > wrote:
> > > >
> > > > > We got build section on README.md,
> > > > > what if we add lines below current one?
> > > > >
> > > > > like,
> > > > >
> > > > > Build
> > > > >
> > > > > If you want to build Zeppelin from the source, please first clone
> > this
> > > > > repository. And then:
> > > > >
> > > > > mvn clean package
> > > > >
> > > > > Build with specific version
> > > > >
> > > > > Spark 1.1.x (more stable with Zeppelin for this moment.)
> > > > >
> > > > > mvn clean package -Pspark-1.1 -Dhadoop.version=2.2.0 -Phadoop-2.2
> > > > > -DskipTests
> > > > >
> > > > > Spark 1.2.x
> > > > >
> > > > > mvn clean package -Pspark-1.2 -Dhadoop.version=2.2.0 -Phadoop-2.2
> > > > > -DskipTests
> > > > >
> > > > > CDH 5.X
> > > > >
> > > > > mvn clean package -Pspark-1.2 -Dhadoop.version= 2.5.0-cdh5.3.0
> > > > > -Phadoop-2.4 -DskipTests
> > > > >
> > > > >
> > > > > Maybe we can add few more popular & proven environment.
> > > > > Also, building spark doc would be helpful for users, we can create
> a
> > > link
> > > > > on our README.md
> > > > > https://spark.apache.org/docs/1.1.1/building-with-maven.html
> > > > >
> > > > >
> > > > > <https://github.com/NFLabs/zeppelin#configure>
> > > > >
> > > > > On Mon Feb 16 2015 at 12:16:35 PM Jongyoul Lee <[email protected]
> >
> > > > wrote:
> > > > >
> > > > > > Hi Kevin,
> > > > > >
> > > > > > I fully agree with you. Zeppelin should have too much docs for
> > using
> > > > > > zeppelin with several environments. Kevin, Could you make a
> > structure
> > > > for
> > > > > > documentation?
> > > > > >
> > > > > > Regards,
> > > > > > JL
> > > > > >
> > > > > > On Mon, Feb 16, 2015 at 12:00 PM, Kevin Kim (Sangwoo) <
> > > > [email protected]>
> > > > > > wrote:
> > > > > >
> > > > > > > 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
> > > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > 이종열, Jongyoul Lee, 李宗烈
> > > > > > http://madeng.net
> > > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > 이종열, Jongyoul Lee, 李宗烈
> > > http://madeng.net
> > >
> >
>

Reply via email to