Any resone you are running this as root with sudo?
Can you try without?

בתאריך יום ו׳, 14 באוג׳ 2015, 08:12 מאת Nihal Bhagchandani <
nihal_bhagchand...@yahoo.com>:

> Hi Eran,
>
> I tried the following also:
>
> Removed existing git cloned directory and clone fresh only branch-0.5
> $ git clone -b branch-0.5 https://github.com/apache/incubator-zeppelin.git
>
> run the command:
> $ sudo /opt/apps/apache-maven-3.3.3/bin/mvn clean package -Pspark-1.4
> -Dhadoop.version=2.6.0 -Phadoop-2.6 -DskipTests
>
>
> its still failing with the following error:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Zeppelin ........................................... SUCCESS [
>  4.161 s]
> [INFO] Zeppelin: Interpreter .............................. SUCCESS [
> 10.023 s]
> [INFO] Zeppelin: Zengine .................................. SUCCESS [
>  4.770 s]
> [INFO] Zeppelin: Spark .................................... SUCCESS [
> 36.735 s]
> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [
>  1.922 s]
> [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [
>  1.918 s]
> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [
>  1.917 s]
> [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [
>  4.758 s]
> [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [
>  2.254 s]
> [INFO] Zeppelin: Flink .................................... SUCCESS [13:07
> min]
> [INFO] Zeppelin: web Application .......................... FAILURE [01:58
> min]
> [INFO] Zeppelin: Server ................................... SKIPPED
> [INFO] Zeppelin: Packaging distribution ................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 16:14 min
> [INFO] Finished at: 2015-08-14T10:32:13+05:30
> [INFO] Final Memory: 105M/877M
> [INFO]
> ------------------------------------------------------------------------
> *[ERROR] Failed to execute goal
> com.github.eirslett:frontend-maven-plugin:0.0.23:install-node-and-npm
> (install node and npm) on project zeppelin-web: Could not extract the Node
> archive: Could not extract archive:
> '/home/nihal/bigdata/hadoop/incubator-zeppelin/zeppelin-web/node_tmp/node.tar.gz':
> EOFException -> [Help 1]*
> *[ERROR] *
>
>
> Nihal
>
>
>
>
> On Friday, 14 August 2015 9:33 AM, Nihal Bhagchandani <
> nihal_bhagchand...@yahoo.com> wrote:
>
>
> yes...
>
> following is the command I executed...
>
> $ git clone https://github.com/apache/incubator-zeppelin.git
>
> Nihal
>
>
>
>
> On Friday, 14 August 2015 12:56 AM, IT CTO <goi....@gmail.com> wrote:
>
>
> Are you sure you have the latest version from git?
> We had this problem few days ago but a fix was merged in.
> Try pulling the code again.
> Eran
>
> On Thu, Aug 13, 2015 at 10:17 PM Nihal Bhagchandani <
> nihal_bhagchand...@yahoo.com> wrote:
>
> Hi IT CTO,
>
> thanks for your quick response.
> now I run the following command as suggested by you:
>
> *sudo /opt/apps/apache-maven-3.3.3/bin/mvn clean package -Pspark-1.4
> -Dhadoop.version=2.6.0 -Phadoop-2.6 -DskipTests -pl '!cassandra'*
>
>
> following is the final output I get after execution of the command :
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Zeppelin ........................................... SUCCESS [
>  2.916 s]
> [INFO] Zeppelin: Interpreter .............................. SUCCESS [
>  4.101 s]
> [INFO] Zeppelin: Zengine .................................. SUCCESS [
>  1.303 s]
> [INFO] Zeppelin: Spark .................................... SUCCESS [
> 36.023 s]
> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [
>  0.377 s]
> [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [
>  0.242 s]
> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [
>  0.253 s]
> [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [
>  2.119 s]
> [INFO] Zeppelin: Apache Geode interpreter ................. SUCCESS [
>  2.344 s]
> [INFO] Zeppelin: PostgreSQL interpreter ................... SUCCESS [
>  0.347 s]
> [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [
>  0.518 s]
> [INFO] Zeppelin: Flink .................................... SUCCESS [
>  4.896 s]
> [INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [
>  0.732 s]
> [INFO] Zeppelin: Lens interpreter ......................... SUCCESS [
>  1.633 s]
> *[INFO] Zeppelin: web Application .......................... FAILURE
> [02:37 min]*
> [INFO] Zeppelin: Server ................................... SKIPPED
> [INFO] Zeppelin: Packaging distribution ................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
>
> this time it fail with following error:
>
> *[ERROR] Failed to execute goal
> com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt build) on
> project zeppelin-web: Failed to run task: 'grunt --no-color' failed. (error
> code 3) -> [Help 1]*
>
> looking at this error I have installed the grunt on my machine and re-run
> the install command but still I encountered with same error.
>
> could you please help?
>
> Regards
> Nihal
>
>
>
>
> On Friday, 14 August 2015 12:01 AM, IT CTO <goi....@gmail.com> wrote:
>
>
> Try running with -pl '!cassandra' parameter this will exlude it from the
> build as i guess you don't need it.
>
> בתאריך יום ה׳, 13 באוג׳ 2015, 19:37 מאת Nihal Bhagchandani <
> nihal_bhagchand...@yahoo.com>:
>
> Hi Team,
>
> I have cloned the recent copy of zeppelin today and tried to install on my
> machine with following command:
>
> $  sudo /opt/apps/apache-maven-3.3.3/bin/mvn clean package -Pspark-1.4
> -Dhadoop.version=2.6.0 -Phadoop-2.6 -DskipTests
>
> everything runs fine until installer hit cassandra installation....
>
> following is the error stack with I copy pasted from my screen:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Zeppelin: Cassandra 0.6.0-incubating-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.11.7/scala-compiler-2.11.7.jar
> Downloading:
> https://repo.maven.apache.org/maven2/org/scalatest/scalatest_2.11/2.2.4/scalatest_2.11-2.2.4.jar
> Downloading:
> https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.jar
> Downloading:
> https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.jar
> Downloading:
> https://repo.maven.apache.org/maven2/org/apache/cassandra/cassandra-all/2.1.5/cassandra-all-2.1.5.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Zeppelin ........................................... SUCCESS [
>  4.086 s]
> [INFO] Zeppelin: Interpreter .............................. SUCCESS [
>  6.526 s]
> [INFO] Zeppelin: Zengine .................................. SUCCESS [
>  2.303 s]
> [INFO] Zeppelin: Spark .................................... SUCCESS [
> 50.974 s]
> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [
>  0.577 s]
> [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [
>  0.275 s]
> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [
>  0.308 s]
> [INFO] Zeppelin: Hive interpreter ......................... SUCCESS [
>  2.714 s]
> [INFO] Zeppelin: Apache Geode interpreter ................. SUCCESS [
>  3.178 s]
> [INFO] Zeppelin: PostgreSQL interpreter ................... SUCCESS [
>  0.732 s]
> [INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [
>  1.068 s]
> [INFO] Zeppelin: Flink .................................... SUCCESS [
>  7.039 s]
> [INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [
>  0.670 s]
> [INFO] Zeppelin: Lens interpreter ......................... SUCCESS [
>  2.483 s]
> [INFO] Zeppelin: Cassandra ................................ FAILURE [
> 20.539 s]
> [INFO] Zeppelin: web Application .......................... SKIPPED
> [INFO] Zeppelin: Server ................................... SKIPPED
> [INFO] Zeppelin: Packaging distribution ................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 01:43 min
> [INFO] Finished at: 2015-08-13T18:36:24+05:30
> [INFO] Final Memory: 126M/866M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project zeppelin-cassandra: Could not
> resolve dependencies for project
> org.apache.zeppelin:zeppelin-cassandra:jar:0.6.0-incubating-SNAPSHOT: The
> following artifacts could not be resolved:
> org.scala-lang:scala-compiler:jar:2.11.7,
> org.scala-lang:scala-library:jar:2.11.7,
> org.scala-lang:scala-reflect:jar:2.11.7,
> org.scalatest:scalatest_2.11:jar:2.2.4,
> org.apache.cassandra:cassandra-all:jar:2.1.5: Could not transfer artifact
> org.scala-lang:scala-compiler:jar:2.11.7 from/to central (
> https://repo.maven.apache.org/maven2): repo.maven.apache.org: Unknown
> host repo.maven.apache.org -> [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:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :zeppelin-cassandra
>
>
> on my machine I do not have cassandra installed.
> following tools I have already installed on my machine:
> Apache Spark : 1.4.1
> Hadoop : 2.6
> Maven : 3.3.3
> npm : 1.3.10
>
> any help to resolve this issue would be highly appreciable....
>
> thanks in advance
>
> Regards
> Nihal
>
>
>
>
>
>
>
>
>
>
>
>
>
>

Reply via email to