Hello Corneau,

1) I did a git clone and then did a mvn clean package in that. I got the
same error as before on web ui:

[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on
project zeppelin-web: Failed to run task: 'npm install --color=false'
failed. (error code 1) -> [Help 1]

It successfully got through all the steps and failed at Zeppelin: web
Application.

2) I then did the sudo npm intstall in the zepellin-web server and that
failed as well with the same error messages as before


npm WARN package.json zeppelin-web@0.0.0 No repository field.
npm WARN package.json ansi-color@0.2.1 'repositories' (plural) Not
supported. Please pick one as the 'repository' field
npm WARN cannot run in wd zeppelin-web@0.0.0 ./node_modules/bower/bin/bower
--allow-root install (wd=/home/ec2-user/git/zeppelin-web)

I guess I'm back to square 1 from yesterday as I am getting the same npm
errors. As always, thanks a lot!


On Tue, Jan 13, 2015 at 6:42 PM, Corneau Damien <cornead...@apache.org>
wrote:

> When you do a git clone, it will get the sources from master branch by
> default
>
> On Wed, Jan 14, 2015 at 11:37 AM, Su She <suhsheka...@gmail.com> wrote:
>
> > Hello Corneau,
> >
> > Thanks for the clarification. However, where is the tar.gz file for the
> > master source code located? When I click master under branches, I see
> that
> > the git url to clone is still the same. Sorry for all the confusion :(.
> >
> > Thank you!
> >
> >
> > On Tue, Jan 13, 2015 at 6:16 PM, Corneau Damien <cornead...@gmail.com>
> > wrote:
> >
> > > You can currently get Zeppelin source code from github:
> > > https://github.com/NFLabs/zeppelin
> > >
> > > You should get the latest Master and not the 0.4.0 release, then
> compile
> > it
> > > :)
> > >
> > > On Wed, Jan 14, 2015 at 9:11 AM, Kevin Kim (Sangwoo) <ke...@between.us
> >
> > > wrote:
> > >
> > > > I guess Damien means latest Zeppelin master branch.
> > > >
> > > > Aso, you may need to provide '-Phadoop-2.4' (not 2.5)
> > > > there's some special build profile for specific hadoop versions.
> > > >
> > > > Kevin
> > > >
> > > >
> > > > On Wed Jan 14 2015 at 8:45:34 AM Su She <suhsheka...@gmail.com>
> wrote:
> > > >
> > > > > Sorry, could you expand on what you mean by "latest code on master"
> > and
> > > > > where I could find it?
> > > > >
> > > > > Thanks!
> > > > >
> > > > >
> > > > > On Tue, Jan 13, 2015 at 3:09 PM, Corneau Damien <
> > cornead...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > You should try with latest code on master instead of 0.3.4 or
> 0.4.0
> > > > > > On Jan 14, 2015 7:10 AM, "Su She" <suhsheka...@gmail.com> wrote:
> > > > > >
> > > > > > > Hello Kevin,
> > > > > > >
> > > > > > > Thank you for the help. I ran (i actually saw i have 2.5, not
> > 2.4):
> > > > > > >
> > > > > > >  mvn clean package -Dspark.version=1.1.0
> > > > > > > -Dhadoop.version=2.5.0-mr1-cdh5.2.1
> > > > > > >
> > > > > > > and got these errors:
> > > > > > >
> > > > > > >  Failed to execute goal
> > > > > > > org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce
> > > > > (enforce) on
> > > > > > > project zeppelin-zan:
> > > > > > > org.apache.maven.plugins.enforcer.DependencyConvergence failed
> > with
> > > > > > > message:
> > > > > > > [ERROR] Failed while enforcing releasability the error(s) are [
> > > > > > > [ERROR] Dependency convergence error for
> > > > javax.servlet:servlet-api:2.4
> > > > > > > paths to dependency are:
> > > > > > > [ERROR] +-com.nflabs.zeppelin:zeppelin-zan:0.3.4-SNAPSHOT
> > > > > > > [ERROR] +-org.apache.hadoop:hadoop-core:2.5.0-mr1-cdh5.2.1
> > > > > > > [ERROR] +-tomcat:jasper-runtime:5.5.23
> > > > > > > [ERROR] +-javax.servlet:servlet-api:2.4
> > > > > > > [ERROR] and
> > > > > > > [ERROR] +-com.nflabs.zeppelin:zeppelin-zan:0.3.4-SNAPSHOT
> > > > > > > [ERROR] +-org.apache.hadoop:hadoop-core:2.5.0-mr1-cdh5.2.1
> > > > > > > [ERROR] +-javax.servlet:servlet-api:2.5
> > > > > > >
> > > > > > > Any suggestions are helpful, thanks a lot!
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Jan 13, 2015 at 12:46 PM, Kevin Kim (Sangwoo) <
> > > > > ke...@between.us>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > mvn -Phadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean
> > package
> > > > > > > > will do the things!
> > > > > > > >
> > > > > > > > Cheers,
> > > > > > > > Kevin
> > > > > > > >
> > > > > > > > On 2015년 1월 14일 (수) 03:02 Su She <suhsheka...@gmail.com>
> > wrote:
> > > > > > > >
> > > > > > > > > Hello All,
> > > > > > > > >
> > > > > > > > > 1) I tried installing 0.3.4 and got a bit further...I am
> now
> > > > > failing
> > > > > > on
> > > > > > > > the
> > > > > > > > > server step and getting this error:
> > > > > > > > >
> > > > > > > > >  Failed to execute goal
> > > > > > > > > org.apache.maven.plugins:maven-surefire-plugin:2.17:test
> > > > > > (default-test)
> > > > > > > > on
> > > > > > > > > project zeppelin-server: There are test failures.
> > > > > > > > >
> > > > > > > > > 2) I see in the properties of the pom file that the hadoop
> > > > version
> > > > > is
> > > > > > > > > 1.0.x, I am currently running on 2.4.x, is it likely that I
> > > will
> > > > be
> > > > > > > able
> > > > > > > > to
> > > > > > > > > work with this release of Zeppelin? Or, can I simply change
> > the
> > > > > > hadoop
> > > > > > > > > version in the properties?
> > > > > > > > >
> > > > > > > > > Thanks for the help!
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Mon, Jan 12, 2015 at 9:40 PM, Corneau Damien <
> > > > > > cornead...@gmail.com>
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Could be nice to open another thread for Bigtop if there
> is
> > > > none
> > > > > > > > > >
> > > > > > > > > > On Tue, Jan 13, 2015 at 2:24 PM, Roman Shaposhnik <
> > > > > > > > ro...@shaposhnik.org>
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Btw, this is exactly why Zeppelin packaging via Bigtop
> > > > > > > > > > > would make so much sense -- then installing it would
> > > > > > > > > > > be a simple option of apt-get/yum install.
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > Roman.
> > > > > > > > > > >
> > > > > > > > > > > On Mon, Jan 12, 2015 at 1:51 PM, Su She <
> > > > suhsheka...@gmail.com
> > > > > >
> > > > > > > > wrote:
> > > > > > > > > > > > Hello All,
> > > > > > > > > > > >
> > > > > > > > > > > > Very excited about using Zeppelin! Couple questions:
> > > > > > > > > > > >
> > > > > > > > > > > > 1) Is there any documentation for installing
> Zeppelin.
> > > I've
> > > > > > been
> > > > > > > > > trying
> > > > > > > > > > > to :
> > > > > > > > > > > >
> > > > > > > > > > > > wget
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > https://github.com/NFLabs/zeppelin/releases/download/
> > > > > > > > > release-0.4.0/zeppelin-0.4.0_spark-1.1.0_hadoop-2.4.tar.gz
> > > > > > > > > > > >
> > > > > > > > > > > > but, I keep getting errors saying the URL isn't
> valid.
> > > > > > > > > > > >
> > > > > > > > > > > > 2) I saw that there is a user list, but I don't see
> it
> > > > here:
> > > > > > > > > > > >
> > > > > > > > > > > > http://mail-archives.apache.org/mod_mbox/
> > > > > > > > > > > >
> > > > > > > > > > > > I only see dev and commits. Please let me know where
> > the
> > > > most
> > > > > > > > > > appropriate
> > > > > > > > > > > > place to submit questions.
> > > > > > > > > > > >
> > > > > > > > > > > > Thank you for the help!
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to