You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Pablo Torre <pa...@gmail.com> on 2015/10/16 12:18:26 UTC

Problem Installing Zeppelin

Hi guys,

I am trying to install zeppelin using the repository in github:
https://github.com/apache/incubator-zeppelin executing next command:

mvn clean package -DskipTests



But I am getting this error:

       [INFO] Zeppelin .......................................... SUCCESS
[12:24.531s]

       [INFO] Zeppelin: Interpreter ............................. SUCCESS
[41.705s]

       [INFO] Zeppelin: Zengine ................................. SUCCESS
[18.383s]

       [INFO] Zeppelin: Spark dependencies ...................... SUCCESS
[1:39.317s]

       [INFO] Zeppelin: Spark ................................... SUCCESS
[1:19.381s]

       [INFO] Zeppelin: Markdown interpreter .................... SUCCESS
[9.290s]

       [INFO] Zeppelin: Angular interpreter ..................... SUCCESS
[2.248s]

       [INFO] Zeppelin: Shell interpreter ....................... SUCCESS
[2.128s]

       [INFO] Zeppelin: Hive interpreter ........................ SUCCESS
[15.261s]

       [INFO] Zeppelin: Apache Phoenix Interpreter .............. SUCCESS
[24.200s]

       [INFO] Zeppelin: Apache Geode interpreter ................ SUCCESS
[34.011s]

       [INFO] Zeppelin: PostgreSQL interpreter .................. SUCCESS
[6.286s]

       [INFO] Zeppelin: Tajo interpreter ........................ SUCCESS
[9.434s]

       [INFO] Zeppelin: Flink ................................... SUCCESS
[57.458s]

       [INFO] Zeppelin: Apache Ignite interpreter ............... SUCCESS
[8.344s]

       [INFO] Zeppelin: Kylin interpreter ....................... SUCCESS
[4.417s]

       [INFO] Zeppelin: Lens interpreter ........................ SUCCESS
[20.959s]

       [INFO] Zeppelin: Cassandra ............................... SUCCESS
[4:46.080s]

       [INFO] Zeppelin: web Application ......................... FAILURE
[4:15.302s]

       [INFO] Zeppelin: Server .................................. SKIPPED

       [INFO] Zeppelin: Packaging distribution .................. SKIPPED

       [INFO]
------------------------------------------------------------------------

       [INFO] BUILD FAILURE

       [INFO]
------------------------------------------------------------------------

       [INFO] Total time: 28:40.600s

       [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015

       [INFO] Final Memory: 135M/483M

       [INFO]
------------------------------------------------------------------------

       [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 137) -> [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/MojoFailureException

       [ERROR]

       [ERROR] After correcting the problems, you can resume the build with
the command

       [ERROR]   mvn <goals> -rf :zeppelin-web

Can anyone help me with this issue?

Thanks

-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Alexander here you have the entire log:

   [INFO] Zeppelin .......................................... SUCCESS
[17:30.556s]



       [INFO] Zeppelin: Zengine ................................. SUCCESS
[14.146s]

       [INFO] Zeppelin: Spark dependencies ...................... SUCCESS
[1:47.775s]

       [INFO] Zeppelin: Spark ................................... SUCCESS
[2:09.227s]

       [INFO] Zeppelin: Markdown interpreter .................... SUCCESS
[3.115s]

       [INFO] Zeppelin: Angular interpreter ..................... SUCCESS
[3.589s]

       [INFO] Zeppelin: Shell interpreter ....................... SUCCESS
[2.028s]

       [INFO] Zeppelin: Hive interpreter ........................ SUCCESS
[16.442s]

       [INFO] Zeppelin: Apache Phoenix Interpreter .............. SUCCESS
[26.232s]

       [INFO] Zeppelin: Apache Geode interpreter ................ SUCCESS
[32.600s]

       [INFO] Zeppelin: PostgreSQL interpreter .................. SUCCESS
[8.165s]

       [INFO] Zeppelin: Tajo interpreter ........................ SUCCESS
[10.245s]

       [INFO] Zeppelin: Flink ................................... SUCCESS
[1:39.185s]

       [INFO] Zeppelin: Apache Ignite interpreter ............... SUCCESS
[19.042s]

       [INFO] Zeppelin: Kylin interpreter ....................... SUCCESS
[2.758s]

       [INFO] Zeppelin: Lens interpreter ........................ SUCCESS
[14.874s]

       [INFO] Zeppelin: Cassandra ............................... SUCCESS
[6:45.067s]

       [INFO] Zeppelin: web Application ......................... FAILURE
[5:01.879s]

       [INFO] Zeppelin: Server .................................. SKIPPED

       [INFO] Zeppelin: Packaging distribution .................. SKIPPED

       [INFO]
------------------------------------------------------------------------

       [INFO] BUILD FAILURE

       [INFO]
------------------------------------------------------------------------

       [INFO] Total time: 38:08.044s

       [INFO] Finished at: Wed Oct 21 11:48:30 UTC 2015

       [INFO] Final Memory: 135M/466M

       [INFO]
------------------------------------------------------------------------

 [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 137) -> [Help 1]

       org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt
build) on project zeppelin-web: Failed to run task

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

       at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)

       at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)

       at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)

       at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)

       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)

       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)

       at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)

       at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)

       at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)

       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

       at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

       at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

       at java.lang.reflect.Method.invoke(Method.java:606)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)

       at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

       Caused by: org.apache.maven.plugin.MojoFailureException: Failed to
run task

       at
com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:71)

       DefaultBuildPluginManager.java:106)

       at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)

       ... 19 more

       Caused by:
com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
--no-color' failed. (error code 137)

       at
com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)

       at
com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)

       ... 21 more

       [ERROR]

       [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/MojoFailureException

       [ERROR]

       [ERROR] After correcting the problems, you can resume the build with
the command

       [ERROR]   mvn <goals> -rf :zeppelin-web


2015-10-21 13:42 GMT+02:00 Pablo Torre <pa...@gmail.com>:

> Alexander, I am going to try your proposal. I will let you know if it
> works.
>
> 2015-10-21 11:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>
>> The OS that I am using is this one: ubuntu 12.04 x86_64.
>>
>>
>>
>>
>>
>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>>
>>> Hi,
>>>
>>> this is the maven plugin doing a Grunt build of the frontend
>>> webapplication failing somehow.
>>>
>>> For us to investigate the reason, could you post the OS you are using
>>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>>> command but with `-e` switch please?
>>>
>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>> manually, like
>>>
>>> ```
>>> cd zeppelin-web
>>> ./npm install
>>> ./grunt build
>>> ```
>>>
>>> Please let us know if that help!
>>>
>>> --
>>> Alex
>>>
>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>>>> new test, but nothing.
>>>>
>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>>>>
>>>>> Can you tell us your maven version?
>>>>>
>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>> package in zeppelin-web only (would be faster)
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi guys,
>>>>>>
>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>>>
>>>>>> mvn clean package -DskipTests
>>>>>>
>>>>>>
>>>>>>
>>>>>> But I am getting this error:
>>>>>>
>>>>>>        [INFO] Zeppelin ..........................................
>>>>>> SUCCESS [12:24.531s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>>> SUCCESS [41.705s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>>> SUCCESS [18.383s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>>> SUCCESS [1:39.317s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>>> SUCCESS [1:19.381s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>>> SUCCESS [9.290s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>>> SUCCESS [2.248s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>>> SUCCESS [2.128s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>>> SUCCESS [15.261s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>>> SUCCESS [24.200s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>>> SUCCESS [34.011s]
>>>>>>
>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>>> SUCCESS [6.286s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>>> SUCCESS [9.434s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>>> SUCCESS [57.458s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>>> SUCCESS [8.344s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>>> SUCCESS [4.417s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>>> SUCCESS [20.959s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>>> SUCCESS [4:46.080s]
>>>>>>
>>>>>>        [INFO] Zeppelin: web Application .........................
>>>>>> FAILURE [4:15.302s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Server ..................................
>>>>>> SKIPPED
>>>>>>
>>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>>> SKIPPED
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [INFO] BUILD FAILURE
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>
>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>
>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>
>>>>>>        [ERROR]
>>>>>>
>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>> build with the command
>>>>>>
>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>
>>>>>> Can anyone help me with this issue?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>
>>>
>>> --
>>> --
>>> Kind regards,
>>> Alexander.
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>



-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Alexander, I am going to try your proposal. I will let you know if it works.

2015-10-21 11:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:

> The OS that I am using is this one: ubuntu 12.04 x86_64.
>
>
>
>
>
> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>
>> Hi,
>>
>> this is the maven plugin doing a Grunt build of the frontend
>> webapplication failing somehow.
>>
>> For us to investigate the reason, could you post the OS you are using
>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>> command but with `-e` switch please?
>>
>> Another thing to try is to run grunt build inside zeppelin-web dir
>> manually, like
>>
>> ```
>> cd zeppelin-web
>> ./npm install
>> ./grunt build
>> ```
>>
>> Please let us know if that help!
>>
>> --
>> Alex
>>
>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>>> new test, but nothing.
>>>
>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>>>
>>>> Can you tell us your maven version?
>>>>
>>>> Also, you can try to run with -X for more debugging, or run mvn package
>>>> in zeppelin-web only (would be faster)
>>>>
>>>>
>>>>
>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi guys,
>>>>>
>>>>> I am trying to install zeppelin using the repository in github:
>>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>>
>>>>> mvn clean package -DskipTests
>>>>>
>>>>>
>>>>>
>>>>> But I am getting this error:
>>>>>
>>>>>        [INFO] Zeppelin ..........................................
>>>>> SUCCESS [12:24.531s]
>>>>>
>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>> SUCCESS [41.705s]
>>>>>
>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>> SUCCESS [18.383s]
>>>>>
>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>> SUCCESS [1:39.317s]
>>>>>
>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>> SUCCESS [1:19.381s]
>>>>>
>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>> SUCCESS [9.290s]
>>>>>
>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>> SUCCESS [2.248s]
>>>>>
>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>> SUCCESS [2.128s]
>>>>>
>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>> SUCCESS [15.261s]
>>>>>
>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>> SUCCESS [24.200s]
>>>>>
>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>> SUCCESS [34.011s]
>>>>>
>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>> SUCCESS [6.286s]
>>>>>
>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>> SUCCESS [9.434s]
>>>>>
>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>> SUCCESS [57.458s]
>>>>>
>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>> SUCCESS [8.344s]
>>>>>
>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>> SUCCESS [4.417s]
>>>>>
>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>> SUCCESS [20.959s]
>>>>>
>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>> SUCCESS [4:46.080s]
>>>>>
>>>>>        [INFO] Zeppelin: web Application .........................
>>>>> FAILURE [4:15.302s]
>>>>>
>>>>>        [INFO] Zeppelin: Server ..................................
>>>>> SKIPPED
>>>>>
>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>> SKIPPED
>>>>>
>>>>>        [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>        [INFO] BUILD FAILURE
>>>>>
>>>>>        [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>        [INFO] Total time: 28:40.600s
>>>>>
>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>
>>>>>        [INFO] Final Memory: 135M/483M
>>>>>
>>>>>        [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>        [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 137) -> [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/MojoFailureException
>>>>>
>>>>>        [ERROR]
>>>>>
>>>>>        [ERROR] After correcting the problems, you can resume the build
>>>>> with the command
>>>>>
>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>
>>>>> Can anyone help me with this issue?
>>>>>
>>>>> Thanks
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>
>>
>> --
>> --
>> Kind regards,
>> Alexander.
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>



-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
The OS that I am using is this one: ubuntu 12.04 x86_64.





2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:

> Hi,
>
> this is the maven plugin doing a Grunt build of the frontend
> webapplication failing somehow.
>
> For us to investigate the reason, could you post the OS you are using
> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
> command but with `-e` switch please?
>
> Another thing to try is to run grunt build inside zeppelin-web dir
> manually, like
>
> ```
> cd zeppelin-web
> ./npm install
> ./grunt build
> ```
>
> Please let us know if that help!
>
> --
> Alex
>
> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>> new test, but nothing.
>>
>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>>
>>> Can you tell us your maven version?
>>>
>>> Also, you can try to run with -X for more debugging, or run mvn package
>>> in zeppelin-web only (would be faster)
>>>
>>>
>>>
>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> Hi guys,
>>>>
>>>> I am trying to install zeppelin using the repository in github:
>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>
>>>> mvn clean package -DskipTests
>>>>
>>>>
>>>>
>>>> But I am getting this error:
>>>>
>>>>        [INFO] Zeppelin ..........................................
>>>> SUCCESS [12:24.531s]
>>>>
>>>>        [INFO] Zeppelin: Interpreter .............................
>>>> SUCCESS [41.705s]
>>>>
>>>>        [INFO] Zeppelin: Zengine .................................
>>>> SUCCESS [18.383s]
>>>>
>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>> SUCCESS [1:39.317s]
>>>>
>>>>        [INFO] Zeppelin: Spark ...................................
>>>> SUCCESS [1:19.381s]
>>>>
>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>> SUCCESS [9.290s]
>>>>
>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>> SUCCESS [2.248s]
>>>>
>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>> SUCCESS [2.128s]
>>>>
>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>> SUCCESS [15.261s]
>>>>
>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>> SUCCESS [24.200s]
>>>>
>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>> SUCCESS [34.011s]
>>>>
>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>> SUCCESS [6.286s]
>>>>
>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>> SUCCESS [9.434s]
>>>>
>>>>        [INFO] Zeppelin: Flink ...................................
>>>> SUCCESS [57.458s]
>>>>
>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>> SUCCESS [8.344s]
>>>>
>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>> SUCCESS [4.417s]
>>>>
>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>> SUCCESS [20.959s]
>>>>
>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>> SUCCESS [4:46.080s]
>>>>
>>>>        [INFO] Zeppelin: web Application .........................
>>>> FAILURE [4:15.302s]
>>>>
>>>>        [INFO] Zeppelin: Server ..................................
>>>> SKIPPED
>>>>
>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>> SKIPPED
>>>>
>>>>        [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>        [INFO] BUILD FAILURE
>>>>
>>>>        [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>        [INFO] Total time: 28:40.600s
>>>>
>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>
>>>>        [INFO] Final Memory: 135M/483M
>>>>
>>>>        [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>        [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 137) -> [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/MojoFailureException
>>>>
>>>>        [ERROR]
>>>>
>>>>        [ERROR] After correcting the problems, you can resume the build
>>>> with the command
>>>>
>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>
>>>> Can anyone help me with this issue?
>>>>
>>>> Thanks
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>
>
> --
> --
> Kind regards,
> Alexander.
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
I need the full result of 'mvn clean package -Pspark-1.4
-Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in incubator-zeppelin

On Mon, Oct 26, 2015 at 3:50 PM, Pablo Torre <pa...@gmail.com> wrote:

> Downloading:
> http://repository.jboss.org/nexus/content/groups/public/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar
>
>        Downloading:
> http://repository.jboss.org/nexus/content/groups/public/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar
>
>        Downloading:
> http://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar
>
> [INFO]
>
>        [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @
> zeppelin-phoenix ---
>
>        [INFO]
>
>        [INFO] --- maven-checkstyle-plugin:2.13:check
> (checkstyle-fail-build) @ zeppelin-phoenix ---
>
>        [INFO]
>
>        [INFO]
>
>        [INFO] --- maven-resources-plugin:2.7:copy-resources
> (copy-resources) @ zeppelin-phoenix ---
>
>        [INFO] Using 'UTF-8' encoding to copy filtered resources.
>
>        [INFO] Copying 17 resources
>
>        [INFO]
>
>        [INFO] --- maven-remote-resources-plugin:1.4:process (default) @
> zeppelin-phoenix ---
>
>        [INFO]
>
>        [INFO] --- maven-resources-plugin:2.7:resources (default-resources)
> @ zeppelin-phoenix ---
>
>        [INFO] Using 'UTF-8' encoding to copy filtered resources.
>
>        [INFO] skip non existing resourceDirectory
> /incubator-zeppelin/phoenix/src/main/resources
>
>        [INFO] Copying 4 resources
>
>        [INFO]
>
>        [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
> zeppelin-phoenix ---
>
>        [INFO] Changes detected - recompiling the module!
>
>        [INFO] Compiling 1 source file to
> /incubator-zeppelin/phoenix/target/classes
>
>        STDERR: Oct 26, 2015 2:20:32 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:20:33 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: Retrying request
>
>        Oct 26, 2015 2:21:49 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:21:49 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: Retrying request
>
>        Oct 26, 2015 2:22:09 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:22:09 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: Retrying request
>
>        Oct 26, 2015 2:29:39 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:29:39 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        st
>
>
> 2015-10-26 15:17 GMT+01:00 Corneau Damien <co...@gmail.com>:
>
>> Can you provide a bigger log stack? (Or maybe the complete one)
>>
>> It is a bit small to figure out what is happening
>> On Oct 26, 2015 1:50 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>>
>>> Hi Corneau,
>>>
>>> Finally I was able to build zeppelin-web. Not sure what I did honestly.
>>>
>>> But now I am trying to build incubator-zeppelin and I am getting this
>>> error:
>>>
>>> Downloading:
>>> https://repository.apache.org/content/repositories/releases/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar
>>>
>>> Downloading:
>>> https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar
>>>
>>> 38/52 KB   440/775 KB   1078/1078 KB   1442/1442 KB   2387/3604 KB
>>>
>>>        STDERR: Oct 26, 2015 12:38:14 PM
>>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>>> tryExecute
>>>
>>>        INFO: I/O exception
>>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>>> caught when processing request: The target server failed to respond
>>>
>>>        Oct 26, 2015 12:38:14 PM
>>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>>> tryExecute
>>>
>>>        INFO: Retrying request
>>>
>>>
>>> 2015-10-23 10:51 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> We will try to see if upgrading npm helps.
>>>>
>>>> - First clean your zeppelin folder to repository state: 'git clean -dxf'
>>>>
>>>> - Then change the npm version in zeppelin-web/pom.xml from 1.3.8 to
>>>> 1.4.10.
>>>>
>>>> - Now run 'mvn package' inside zeppelin-web
>>>>
>>>> - And after, retry 'npm install' inside zeppelin-web folder
>>>>
>>>>
>>>>
>>>> On Fri, Oct 23, 2015 at 5:21 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> I am getting this error with only 'npm install':
>>>>>
>>>>>        npm ERR! Error: No compatible version found: grunt-contrib-copy@
>>>>> '^0.5.0'
>>>>>
>>>>>        npm ERR! Valid install targets:
>>>>>
>>>>>        npm ERR!
>>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>>
>>>>>        npm ERR!     at installTargetsError
>>>>> (/usr/share/npm/lib/cache.js:488:10)
>>>>>
>>>>>        npm ERR!     at /usr/share/npm/lib/cache.js:375:15
>>>>>
>>>>>        npm ERR!     at saved
>>>>> (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
>>>>>
>>>>>        npm ERR!     at Object.oncomplete
>>>>> (/usr/lib/nodejs/graceful-fs.js:230:7)
>>>>>
>>>>>        npm ERR! You may report this log at:
>>>>>
>>>>>        npm ERR!     <http://bugs.debian.org/npm>
>>>>>
>>>>>        npm ERR! or use
>>>>>
>>>>>        npm ERR!     reportbug --attach
>>>>> /incubator-zeppelin/zeppelin-web/npm-debug.log npm
>>>>>
>>>>>        npm ERR!
>>>>>
>>>>>        npm ERR! System Linux 3.11.0-15-generic
>>>>>
>>>>>        npm ERR! command "node" "/usr/bin/npm" "install"
>>>>>
>>>>>        npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>
>>>>>        npm ERR! node -v v0.6.12
>>>>>
>>>>>        npm ERR! npm -v 1.1.4
>>>>>
>>>>>        npm ERR! message No compatible version found:
>>>>> grunt-contrib-copy@'^0.5.0'
>>>>>
>>>>>        npm ERR! message Valid install targets:
>>>>>
>>>>>        npm ERR! message
>>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>>
>>>>>        npm ERR!
>>>>>
>>>>>        npm ERR! Additional logging details can be found in:
>>>>>
>>>>>        npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log
>>>>>
>>>>>        npm not ok
>>>>>
>>>>> 2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> Yes,
>>>>>> Please try running only 'npm install'
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Corneau,
>>>>>>>
>>>>>>> I tried 'mvn package'  inside zeppelin-web without 'grunt build'
>>>>>>> and it worked.
>>>>>>>
>>>>>>> When I try both commands  inside zeppelin-web, is when I am getting
>>>>>>> this error:
>>>>>>>
>>>>>>> mvn package
>>>>>>> grunt build
>>>>>>>
>>>>>>>
>>>>>>>  [ERROR] Failed to execute goal
>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>
>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>
>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>
>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>>>> installed?
>>>>>>>
>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>
>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>> continue.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Aborted due to warnings.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>
>>>>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>>>>>>> 86%
>>>>>>>
>>>>>>>        Total 7ms
>>>>>>>
>>>>>>>        STDERR:
>>>>>>>
>>>>>>> Sorry If I didn't explain it in the right way.
>>>>>>>
>>>>>>> I can try to run only 'npm install' inside zeppelin-web.
>>>>>>>
>>>>>>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>
>>>>>>>> Hi Pablo,
>>>>>>>>
>>>>>>>> I'm getting a bit confused since this output you posted
>>>>>>>>
>>>>>>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>>>>>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>>>>>>> --color=false' failed. (error code 1) -> [Help 1]
>>>>>>>>
>>>>>>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you
>>>>>>>> said before that it was working.
>>>>>>>>
>>>>>>>> Now, could you check that your npm is running well, by doing: 'npm
>>>>>>>> install' inside zeppelin-web?
>>>>>>>> I'm starting wondering if you are not behind some kind of proxy
>>>>>>>> that blocks it.
>>>>>>>>
>>>>>>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Corneau,
>>>>>>>>>
>>>>>>>>> I don't know if it can help this trace:
>>>>>>>>>
>>>>>>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>>>>>
>>>>>>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>>>>>>
>>>>>>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> The version of node and npm...
>>>>>>>>>
>>>>>>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> Thanks Corneau for your time!
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> I see, I will try to clean all dependencies from my laptop to
>>>>>>>>>>> test. Seems it could be because of postcss.
>>>>>>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi Courneau,
>>>>>>>>>>>>
>>>>>>>>>>>> I am getting this error running:
>>>>>>>>>>>>
>>>>>>>>>>>> mvn package
>>>>>>>>>>>> grunt build
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>>>>>
>>>>>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>>>>>
>>>>>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found.
>>>>>>>>>>>> Is it installed?
>>>>>>>>>>>>
>>>>>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>>>>>
>>>>>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>>>>>> continue.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>>>>>
>>>>>>>>>>>>        loading tasks  6ms
>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>>>>>
>>>>>>>>>>>>        Total 7ms
>>>>>>>>>>>>
>>>>>>>>>>>>        STDERR:
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <corneadoug@gmail.com
>>>>>>>>>>>> >:
>>>>>>>>>>>>
>>>>>>>>>>>>> Right,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>> (To see if there is a problem)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Then now , I should try this:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Isn't?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the
>>>>>>>>>>>>>>> main folder.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it
>>>>>>>>>>>>>>>> works.
>>>>>>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Best,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and
>>>>>>>>>>>>>>>>>> after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am
>>>>>>>>>>>>>>>>>>>> getting that error when I tried to build inside
>>>>>>>>>>>>>>>>>>>> zeppelin-web:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module
>>>>>>>>>>>>>>>>>>>> is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module
>>>>>>>>>>>>>>>>>>>> is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should
>>>>>>>>>>>>>>>>>>>> be installed with -g
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests,
>>>>>>>>>>>>>>>>>>>> it doesn't work:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned
>>>>>>>>>>>>>>>>>>>>> "....
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting
>>>>>>>>>>>>>>>>>>>>>> this error:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep
>>>>>>>>>>>>>>>>>>>>>> your Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json
>>>>>>>>>>>>>>>>>>>>>> zeppelin-web@0.0.0 No license field.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the
>>>>>>>>>>>>>>>>>>>>>> module is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module
>>>>>>>>>>>>>>>>>>>>>> is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13
>>>>>>>>>>>>>>>>>>>>>> should be installed with -g
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the
>>>>>>>>>>>>>>>>>>>>>>> OS you are using (`uname -a`, `cat /etc/issue`), as well as results of
>>>>>>>>>>>>>>>>>>>>>>> running the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2
>>>>>>>>>>>>>>>>>>>>>>>> folder before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more
>>>>>>>>>>>>>>>>>>>>>>>>> debugging, or run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the
>>>>>>>>>>>>>>>>>>>>>>>>>> repository in github:
>>>>>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix
>>>>>>>>>>>>>>>>>>>>>>>>>> Interpreter .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54
>>>>>>>>>>>>>>>>>>>>>>>>>> UTC 2015
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you
>>>>>>>>>>>>>>>>>>>>>>>>>> can resume the build with the command
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>>>>>> *Personal site
>>>>>>>>>>>>>>>>>>>>>>>>>> <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Rohit.

I guess you are talking about the pom.xml inside incubator-zeppelin...

Thanks

2015-10-26 18:44 GMT+01:00 rohit choudhary <rc...@gmail.com>:

> Hi Pablo,
>
> The build fails because its trying to download the netty jar from -
> http://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar,
> a wget will give you a 404 here anyway.
>
> However, I'm unable to understand why would maven try to fetch the netty
> jar from there. In my case the jars are getting downloaded from -
> repository.cloudera.com/artifactory/cloudera-repos.
>
> Can you check your pom.xml and check where the repository url is pointing
> to?
>
> Thanks,
> Rohit.
>
> On Mon, Oct 26, 2015 at 8:20 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> Downloading:
>> http://repository.jboss.org/nexus/content/groups/public/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar
>>
>>        Downloading:
>> http://repository.jboss.org/nexus/content/groups/public/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar
>>
>>        Downloading:
>> http://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar
>>
>> [INFO]
>>
>>        [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @
>> zeppelin-phoenix ---
>>
>>        [INFO]
>>
>>        [INFO] --- maven-checkstyle-plugin:2.13:check
>> (checkstyle-fail-build) @ zeppelin-phoenix ---
>>
>>        [INFO]
>>
>>        [INFO]
>>
>>        [INFO] --- maven-resources-plugin:2.7:copy-resources
>> (copy-resources) @ zeppelin-phoenix ---
>>
>>        [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>
>>        [INFO] Copying 17 resources
>>
>>        [INFO]
>>
>>        [INFO] --- maven-remote-resources-plugin:1.4:process (default) @
>> zeppelin-phoenix ---
>>
>>        [INFO]
>>
>>        [INFO] --- maven-resources-plugin:2.7:resources
>> (default-resources) @ zeppelin-phoenix ---
>>
>>        [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>
>>        [INFO] skip non existing resourceDirectory
>> /incubator-zeppelin/phoenix/src/main/resources
>>
>>        [INFO] Copying 4 resources
>>
>>        [INFO]
>>
>>        [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
>> zeppelin-phoenix ---
>>
>>        [INFO] Changes detected - recompiling the module!
>>
>>        [INFO] Compiling 1 source file to
>> /incubator-zeppelin/phoenix/target/classes
>>
>>        STDERR: Oct 26, 2015 2:20:32 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: I/O exception
>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>> caught when processing request: The target server failed to respond
>>
>>        Oct 26, 2015 2:20:33 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: Retrying request
>>
>>        Oct 26, 2015 2:21:49 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: I/O exception
>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>> caught when processing request: The target server failed to respond
>>
>>        Oct 26, 2015 2:21:49 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: Retrying request
>>
>>        Oct 26, 2015 2:22:09 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: I/O exception
>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>> caught when processing request: The target server failed to respond
>>
>>        Oct 26, 2015 2:22:09 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: Retrying request
>>
>>        Oct 26, 2015 2:29:39 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: I/O exception
>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>> caught when processing request: The target server failed to respond
>>
>>        Oct 26, 2015 2:29:39 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        st
>>
>>
>> 2015-10-26 15:17 GMT+01:00 Corneau Damien <co...@gmail.com>:
>>
>>> Can you provide a bigger log stack? (Or maybe the complete one)
>>>
>>> It is a bit small to figure out what is happening
>>> On Oct 26, 2015 1:50 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>>>
>>>> Hi Corneau,
>>>>
>>>> Finally I was able to build zeppelin-web. Not sure what I did honestly.
>>>>
>>>> But now I am trying to build incubator-zeppelin and I am getting this
>>>> error:
>>>>
>>>> Downloading:
>>>> https://repository.apache.org/content/repositories/releases/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar
>>>>
>>>> Downloading:
>>>> https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar
>>>>
>>>> 38/52 KB   440/775 KB   1078/1078 KB   1442/1442 KB   2387/3604 KB
>>>>
>>>>        STDERR: Oct 26, 2015 12:38:14 PM
>>>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>>>> tryExecute
>>>>
>>>>        INFO: I/O exception
>>>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>>>> caught when processing request: The target server failed to respond
>>>>
>>>>        Oct 26, 2015 12:38:14 PM
>>>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>>>> tryExecute
>>>>
>>>>        INFO: Retrying request
>>>>
>>>>
>>>> 2015-10-23 10:51 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> We will try to see if upgrading npm helps.
>>>>>
>>>>> - First clean your zeppelin folder to repository state: 'git clean
>>>>> -dxf'
>>>>>
>>>>> - Then change the npm version in zeppelin-web/pom.xml from 1.3.8 to
>>>>> 1.4.10.
>>>>>
>>>>> - Now run 'mvn package' inside zeppelin-web
>>>>>
>>>>> - And after, retry 'npm install' inside zeppelin-web folder
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Oct 23, 2015 at 5:21 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I am getting this error with only 'npm install':
>>>>>>
>>>>>>        npm ERR! Error: No compatible version found:
>>>>>> grunt-contrib-copy@'^0.5.0'
>>>>>>
>>>>>>        npm ERR! Valid install targets:
>>>>>>
>>>>>>        npm ERR!
>>>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>>>
>>>>>>        npm ERR!     at installTargetsError
>>>>>> (/usr/share/npm/lib/cache.js:488:10)
>>>>>>
>>>>>>        npm ERR!     at /usr/share/npm/lib/cache.js:375:15
>>>>>>
>>>>>>        npm ERR!     at saved
>>>>>> (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
>>>>>>
>>>>>>        npm ERR!     at Object.oncomplete
>>>>>> (/usr/lib/nodejs/graceful-fs.js:230:7)
>>>>>>
>>>>>>        npm ERR! You may report this log at:
>>>>>>
>>>>>>        npm ERR!     <http://bugs.debian.org/npm>
>>>>>>
>>>>>>        npm ERR! or use
>>>>>>
>>>>>>        npm ERR!     reportbug --attach
>>>>>> /incubator-zeppelin/zeppelin-web/npm-debug.log npm
>>>>>>
>>>>>>        npm ERR!
>>>>>>
>>>>>>        npm ERR! System Linux 3.11.0-15-generic
>>>>>>
>>>>>>        npm ERR! command "node" "/usr/bin/npm" "install"
>>>>>>
>>>>>>        npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>>
>>>>>>        npm ERR! node -v v0.6.12
>>>>>>
>>>>>>        npm ERR! npm -v 1.1.4
>>>>>>
>>>>>>        npm ERR! message No compatible version found:
>>>>>> grunt-contrib-copy@'^0.5.0'
>>>>>>
>>>>>>        npm ERR! message Valid install targets:
>>>>>>
>>>>>>        npm ERR! message
>>>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>>>
>>>>>>        npm ERR!
>>>>>>
>>>>>>        npm ERR! Additional logging details can be found in:
>>>>>>
>>>>>>        npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log
>>>>>>
>>>>>>        npm not ok
>>>>>>
>>>>>> 2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>
>>>>>>> Yes,
>>>>>>> Please try running only 'npm install'
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> Hi Corneau,
>>>>>>>>
>>>>>>>> I tried 'mvn package'  inside zeppelin-web without 'grunt build'
>>>>>>>> and it worked.
>>>>>>>>
>>>>>>>> When I try both commands  inside zeppelin-web, is when I am
>>>>>>>> getting this error:
>>>>>>>>
>>>>>>>> mvn package
>>>>>>>> grunt build
>>>>>>>>
>>>>>>>>
>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>
>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>
>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>
>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>
>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>
>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>>>>> installed?
>>>>>>>>
>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>
>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>
>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>> continue.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Aborted due to warnings.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>
>>>>>>>>        loading tasks  6ms
>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>
>>>>>>>>        Total 7ms
>>>>>>>>
>>>>>>>>        STDERR:
>>>>>>>>
>>>>>>>> Sorry If I didn't explain it in the right way.
>>>>>>>>
>>>>>>>> I can try to run only 'npm install' inside zeppelin-web.
>>>>>>>>
>>>>>>>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>
>>>>>>>>> Hi Pablo,
>>>>>>>>>
>>>>>>>>> I'm getting a bit confused since this output you posted
>>>>>>>>>
>>>>>>>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>>>>>>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>>>>>>>> --color=false' failed. (error code 1) -> [Help 1]
>>>>>>>>>
>>>>>>>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you
>>>>>>>>> said before that it was working.
>>>>>>>>>
>>>>>>>>> Now, could you check that your npm is running well, by doing: 'npm
>>>>>>>>> install' inside zeppelin-web?
>>>>>>>>> I'm starting wondering if you are not behind some kind of proxy
>>>>>>>>> that blocks it.
>>>>>>>>>
>>>>>>>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Corneau,
>>>>>>>>>>
>>>>>>>>>> I don't know if it can help this trace:
>>>>>>>>>>
>>>>>>>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>>>>>>
>>>>>>>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>>>>>>>
>>>>>>>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> The version of node and npm...
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> Thanks Corneau for your time!
>>>>>>>>>>>
>>>>>>>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>
>>>>>>>>>>> :
>>>>>>>>>>>
>>>>>>>>>>>> I see, I will try to clean all dependencies from my laptop to
>>>>>>>>>>>> test. Seems it could be because of postcss.
>>>>>>>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Courneau,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I am getting this error running:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>>>>>>
>>>>>>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>>>>>>
>>>>>>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>>>>>>
>>>>>>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found.
>>>>>>>>>>>>> Is it installed?
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>>>>>>
>>>>>>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>>>>>>> continue.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>>>>>>
>>>>>>>>>>>>>        loading tasks  6ms
>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Total 7ms
>>>>>>>>>>>>>
>>>>>>>>>>>>>        STDERR:
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Right,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>>> (To see if there is a problem)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Then now , I should try this:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Isn't?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the
>>>>>>>>>>>>>>>> main folder.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it
>>>>>>>>>>>>>>>>> works.
>>>>>>>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Best,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web
>>>>>>>>>>>>>>>>>>> and after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am
>>>>>>>>>>>>>>>>>>>>> getting that error when I tried to build inside
>>>>>>>>>>>>>>>>>>>>> zeppelin-web:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep
>>>>>>>>>>>>>>>>>>>>> your Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the
>>>>>>>>>>>>>>>>>>>>> module is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module
>>>>>>>>>>>>>>>>>>>>> is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should
>>>>>>>>>>>>>>>>>>>>> be installed with -g
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests,
>>>>>>>>>>>>>>>>>>>>> it doesn't work:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned
>>>>>>>>>>>>>>>>>>>>>> "....
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am
>>>>>>>>>>>>>>>>>>>>>>> getting this error:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep
>>>>>>>>>>>>>>>>>>>>>>> your Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json
>>>>>>>>>>>>>>>>>>>>>>> zeppelin-web@0.0.0 No license field.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the
>>>>>>>>>>>>>>>>>>>>>>> module is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the
>>>>>>>>>>>>>>>>>>>>>>> module is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13
>>>>>>>>>>>>>>>>>>>>>>> should be installed with -g
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post
>>>>>>>>>>>>>>>>>>>>>>>> the OS you are using (`uname -a`, `cat /etc/issue`), as well as results of
>>>>>>>>>>>>>>>>>>>>>>>> running the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2
>>>>>>>>>>>>>>>>>>>>>>>>> folder before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more
>>>>>>>>>>>>>>>>>>>>>>>>>> debugging, or run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the
>>>>>>>>>>>>>>>>>>>>>>>>>>> repository in github:
>>>>>>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix
>>>>>>>>>>>>>>>>>>>>>>>>>>> Interpreter .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite
>>>>>>>>>>>>>>>>>>>>>>>>>>> interpreter ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54
>>>>>>>>>>>>>>>>>>>>>>>>>>> UTC 2015
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems,
>>>>>>>>>>>>>>>>>>>>>>>>>>> you can resume the build with the command
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>>>>>>> *Personal site
>>>>>>>>>>>>>>>>>>>>>>>>>>> <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by rohit choudhary <rc...@gmail.com>.
Hi Pablo,

The build fails because its trying to download the netty jar from -
http://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar,
a wget will give you a 404 here anyway.

However, I'm unable to understand why would maven try to fetch the netty
jar from there. In my case the jars are getting downloaded from -
repository.cloudera.com/artifactory/cloudera-repos.

Can you check your pom.xml and check where the repository url is pointing
to?

Thanks,
Rohit.

On Mon, Oct 26, 2015 at 8:20 PM, Pablo Torre <pa...@gmail.com> wrote:

> Downloading:
> http://repository.jboss.org/nexus/content/groups/public/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar
>
>        Downloading:
> http://repository.jboss.org/nexus/content/groups/public/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar
>
>        Downloading:
> http://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar
>
> [INFO]
>
>        [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @
> zeppelin-phoenix ---
>
>        [INFO]
>
>        [INFO] --- maven-checkstyle-plugin:2.13:check
> (checkstyle-fail-build) @ zeppelin-phoenix ---
>
>        [INFO]
>
>        [INFO]
>
>        [INFO] --- maven-resources-plugin:2.7:copy-resources
> (copy-resources) @ zeppelin-phoenix ---
>
>        [INFO] Using 'UTF-8' encoding to copy filtered resources.
>
>        [INFO] Copying 17 resources
>
>        [INFO]
>
>        [INFO] --- maven-remote-resources-plugin:1.4:process (default) @
> zeppelin-phoenix ---
>
>        [INFO]
>
>        [INFO] --- maven-resources-plugin:2.7:resources (default-resources)
> @ zeppelin-phoenix ---
>
>        [INFO] Using 'UTF-8' encoding to copy filtered resources.
>
>        [INFO] skip non existing resourceDirectory
> /incubator-zeppelin/phoenix/src/main/resources
>
>        [INFO] Copying 4 resources
>
>        [INFO]
>
>        [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
> zeppelin-phoenix ---
>
>        [INFO] Changes detected - recompiling the module!
>
>        [INFO] Compiling 1 source file to
> /incubator-zeppelin/phoenix/target/classes
>
>        STDERR: Oct 26, 2015 2:20:32 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:20:33 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: Retrying request
>
>        Oct 26, 2015 2:21:49 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:21:49 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: Retrying request
>
>        Oct 26, 2015 2:22:09 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:22:09 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: Retrying request
>
>        Oct 26, 2015 2:29:39 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 2:29:39 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        st
>
>
> 2015-10-26 15:17 GMT+01:00 Corneau Damien <co...@gmail.com>:
>
>> Can you provide a bigger log stack? (Or maybe the complete one)
>>
>> It is a bit small to figure out what is happening
>> On Oct 26, 2015 1:50 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>>
>>> Hi Corneau,
>>>
>>> Finally I was able to build zeppelin-web. Not sure what I did honestly.
>>>
>>> But now I am trying to build incubator-zeppelin and I am getting this
>>> error:
>>>
>>> Downloading:
>>> https://repository.apache.org/content/repositories/releases/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar
>>>
>>> Downloading:
>>> https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar
>>>
>>> 38/52 KB   440/775 KB   1078/1078 KB   1442/1442 KB   2387/3604 KB
>>>
>>>        STDERR: Oct 26, 2015 12:38:14 PM
>>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>>> tryExecute
>>>
>>>        INFO: I/O exception
>>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>>> caught when processing request: The target server failed to respond
>>>
>>>        Oct 26, 2015 12:38:14 PM
>>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>>> tryExecute
>>>
>>>        INFO: Retrying request
>>>
>>>
>>> 2015-10-23 10:51 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> We will try to see if upgrading npm helps.
>>>>
>>>> - First clean your zeppelin folder to repository state: 'git clean -dxf'
>>>>
>>>> - Then change the npm version in zeppelin-web/pom.xml from 1.3.8 to
>>>> 1.4.10.
>>>>
>>>> - Now run 'mvn package' inside zeppelin-web
>>>>
>>>> - And after, retry 'npm install' inside zeppelin-web folder
>>>>
>>>>
>>>>
>>>> On Fri, Oct 23, 2015 at 5:21 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> I am getting this error with only 'npm install':
>>>>>
>>>>>        npm ERR! Error: No compatible version found: grunt-contrib-copy@
>>>>> '^0.5.0'
>>>>>
>>>>>        npm ERR! Valid install targets:
>>>>>
>>>>>        npm ERR!
>>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>>
>>>>>        npm ERR!     at installTargetsError
>>>>> (/usr/share/npm/lib/cache.js:488:10)
>>>>>
>>>>>        npm ERR!     at /usr/share/npm/lib/cache.js:375:15
>>>>>
>>>>>        npm ERR!     at saved
>>>>> (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
>>>>>
>>>>>        npm ERR!     at Object.oncomplete
>>>>> (/usr/lib/nodejs/graceful-fs.js:230:7)
>>>>>
>>>>>        npm ERR! You may report this log at:
>>>>>
>>>>>        npm ERR!     <http://bugs.debian.org/npm>
>>>>>
>>>>>        npm ERR! or use
>>>>>
>>>>>        npm ERR!     reportbug --attach
>>>>> /incubator-zeppelin/zeppelin-web/npm-debug.log npm
>>>>>
>>>>>        npm ERR!
>>>>>
>>>>>        npm ERR! System Linux 3.11.0-15-generic
>>>>>
>>>>>        npm ERR! command "node" "/usr/bin/npm" "install"
>>>>>
>>>>>        npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>
>>>>>        npm ERR! node -v v0.6.12
>>>>>
>>>>>        npm ERR! npm -v 1.1.4
>>>>>
>>>>>        npm ERR! message No compatible version found:
>>>>> grunt-contrib-copy@'^0.5.0'
>>>>>
>>>>>        npm ERR! message Valid install targets:
>>>>>
>>>>>        npm ERR! message
>>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>>
>>>>>        npm ERR!
>>>>>
>>>>>        npm ERR! Additional logging details can be found in:
>>>>>
>>>>>        npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log
>>>>>
>>>>>        npm not ok
>>>>>
>>>>> 2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> Yes,
>>>>>> Please try running only 'npm install'
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Corneau,
>>>>>>>
>>>>>>> I tried 'mvn package'  inside zeppelin-web without 'grunt build'
>>>>>>> and it worked.
>>>>>>>
>>>>>>> When I try both commands  inside zeppelin-web, is when I am getting
>>>>>>> this error:
>>>>>>>
>>>>>>> mvn package
>>>>>>> grunt build
>>>>>>>
>>>>>>>
>>>>>>>  [ERROR] Failed to execute goal
>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>
>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>
>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>
>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>>>> installed?
>>>>>>>
>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>
>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>> continue.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Aborted due to warnings.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>
>>>>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>>>>>>> 86%
>>>>>>>
>>>>>>>        Total 7ms
>>>>>>>
>>>>>>>        STDERR:
>>>>>>>
>>>>>>> Sorry If I didn't explain it in the right way.
>>>>>>>
>>>>>>> I can try to run only 'npm install' inside zeppelin-web.
>>>>>>>
>>>>>>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>
>>>>>>>> Hi Pablo,
>>>>>>>>
>>>>>>>> I'm getting a bit confused since this output you posted
>>>>>>>>
>>>>>>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>>>>>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>>>>>>> --color=false' failed. (error code 1) -> [Help 1]
>>>>>>>>
>>>>>>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you
>>>>>>>> said before that it was working.
>>>>>>>>
>>>>>>>> Now, could you check that your npm is running well, by doing: 'npm
>>>>>>>> install' inside zeppelin-web?
>>>>>>>> I'm starting wondering if you are not behind some kind of proxy
>>>>>>>> that blocks it.
>>>>>>>>
>>>>>>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Corneau,
>>>>>>>>>
>>>>>>>>> I don't know if it can help this trace:
>>>>>>>>>
>>>>>>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>>>>>
>>>>>>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>>>>>>
>>>>>>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> The version of node and npm...
>>>>>>>>>
>>>>>>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> Thanks Corneau for your time!
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> I see, I will try to clean all dependencies from my laptop to
>>>>>>>>>>> test. Seems it could be because of postcss.
>>>>>>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi Courneau,
>>>>>>>>>>>>
>>>>>>>>>>>> I am getting this error running:
>>>>>>>>>>>>
>>>>>>>>>>>> mvn package
>>>>>>>>>>>> grunt build
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>>>>>
>>>>>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>>>>>
>>>>>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found.
>>>>>>>>>>>> Is it installed?
>>>>>>>>>>>>
>>>>>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>>>>>
>>>>>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>>>>>
>>>>>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>>>>>> continue.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>>>>>
>>>>>>>>>>>>        loading tasks  6ms
>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>>>>>
>>>>>>>>>>>>        Total 7ms
>>>>>>>>>>>>
>>>>>>>>>>>>        STDERR:
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <corneadoug@gmail.com
>>>>>>>>>>>> >:
>>>>>>>>>>>>
>>>>>>>>>>>>> Right,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>> (To see if there is a problem)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Then now , I should try this:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Isn't?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the
>>>>>>>>>>>>>>> main folder.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it
>>>>>>>>>>>>>>>> works.
>>>>>>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Best,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and
>>>>>>>>>>>>>>>>>> after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am
>>>>>>>>>>>>>>>>>>>> getting that error when I tried to build inside
>>>>>>>>>>>>>>>>>>>> zeppelin-web:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module
>>>>>>>>>>>>>>>>>>>> is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module
>>>>>>>>>>>>>>>>>>>> is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should
>>>>>>>>>>>>>>>>>>>> be installed with -g
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests,
>>>>>>>>>>>>>>>>>>>> it doesn't work:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned
>>>>>>>>>>>>>>>>>>>>> "....
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting
>>>>>>>>>>>>>>>>>>>>>> this error:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep
>>>>>>>>>>>>>>>>>>>>>> your Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json
>>>>>>>>>>>>>>>>>>>>>> zeppelin-web@0.0.0 No license field.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the
>>>>>>>>>>>>>>>>>>>>>> module is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module
>>>>>>>>>>>>>>>>>>>>>> is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13
>>>>>>>>>>>>>>>>>>>>>> should be installed with -g
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the
>>>>>>>>>>>>>>>>>>>>>>> OS you are using (`uname -a`, `cat /etc/issue`), as well as results of
>>>>>>>>>>>>>>>>>>>>>>> running the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2
>>>>>>>>>>>>>>>>>>>>>>>> folder before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more
>>>>>>>>>>>>>>>>>>>>>>>>> debugging, or run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the
>>>>>>>>>>>>>>>>>>>>>>>>>> repository in github:
>>>>>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix
>>>>>>>>>>>>>>>>>>>>>>>>>> Interpreter .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54
>>>>>>>>>>>>>>>>>>>>>>>>>> UTC 2015
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you
>>>>>>>>>>>>>>>>>>>>>>>>>> can resume the build with the command
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>>>>>> *Personal site
>>>>>>>>>>>>>>>>>>>>>>>>>> <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Downloading:
http://repository.jboss.org/nexus/content/groups/public/org/apache/hadoop/hadoop-yarn-common/2.5.1/hadoop-yarn-common-2.5.1.jar

       Downloading:
http://repository.jboss.org/nexus/content/groups/public/com/google/inject/extensions/guice-servlet/3.0/guice-servlet-3.0.jar

       Downloading:
http://repository.jboss.org/nexus/content/groups/public/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar

[INFO]

       [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @
zeppelin-phoenix ---

       [INFO]

       [INFO] --- maven-checkstyle-plugin:2.13:check
(checkstyle-fail-build) @ zeppelin-phoenix ---

       [INFO]

       [INFO]

       [INFO] --- maven-resources-plugin:2.7:copy-resources
(copy-resources) @ zeppelin-phoenix ---

       [INFO] Using 'UTF-8' encoding to copy filtered resources.

       [INFO] Copying 17 resources

       [INFO]

       [INFO] --- maven-remote-resources-plugin:1.4:process (default) @
zeppelin-phoenix ---

       [INFO]

       [INFO] --- maven-resources-plugin:2.7:resources (default-resources)
@ zeppelin-phoenix ---

       [INFO] Using 'UTF-8' encoding to copy filtered resources.

       [INFO] skip non existing resourceDirectory
/incubator-zeppelin/phoenix/src/main/resources

       [INFO] Copying 4 resources

       [INFO]

       [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
zeppelin-phoenix ---

       [INFO] Changes detected - recompiling the module!

       [INFO] Compiling 1 source file to
/incubator-zeppelin/phoenix/target/classes

       STDERR: Oct 26, 2015 2:20:32 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: I/O exception
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
caught when processing request: The target server failed to respond

       Oct 26, 2015 2:20:33 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: Retrying request

       Oct 26, 2015 2:21:49 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: I/O exception
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
caught when processing request: The target server failed to respond

       Oct 26, 2015 2:21:49 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: Retrying request

       Oct 26, 2015 2:22:09 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: I/O exception
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
caught when processing request: The target server failed to respond

       Oct 26, 2015 2:22:09 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: Retrying request

       Oct 26, 2015 2:29:39 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: I/O exception
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
caught when processing request: The target server failed to respond

       Oct 26, 2015 2:29:39 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       st


2015-10-26 15:17 GMT+01:00 Corneau Damien <co...@gmail.com>:

> Can you provide a bigger log stack? (Or maybe the complete one)
>
> It is a bit small to figure out what is happening
> On Oct 26, 2015 1:50 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>
>> Hi Corneau,
>>
>> Finally I was able to build zeppelin-web. Not sure what I did honestly.
>>
>> But now I am trying to build incubator-zeppelin and I am getting this
>> error:
>>
>> Downloading:
>> https://repository.apache.org/content/repositories/releases/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar
>>
>> Downloading:
>> https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar
>>
>> 38/52 KB   440/775 KB   1078/1078 KB   1442/1442 KB   2387/3604 KB
>>
>>        STDERR: Oct 26, 2015 12:38:14 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: I/O exception
>> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
>> caught when processing request: The target server failed to respond
>>
>>        Oct 26, 2015 12:38:14 PM
>> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
>> tryExecute
>>
>>        INFO: Retrying request
>>
>>
>> 2015-10-23 10:51 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> We will try to see if upgrading npm helps.
>>>
>>> - First clean your zeppelin folder to repository state: 'git clean -dxf'
>>>
>>> - Then change the npm version in zeppelin-web/pom.xml from 1.3.8 to
>>> 1.4.10.
>>>
>>> - Now run 'mvn package' inside zeppelin-web
>>>
>>> - And after, retry 'npm install' inside zeppelin-web folder
>>>
>>>
>>>
>>> On Fri, Oct 23, 2015 at 5:21 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> I am getting this error with only 'npm install':
>>>>
>>>>        npm ERR! Error: No compatible version found: grunt-contrib-copy@
>>>> '^0.5.0'
>>>>
>>>>        npm ERR! Valid install targets:
>>>>
>>>>        npm ERR!
>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>
>>>>        npm ERR!     at installTargetsError
>>>> (/usr/share/npm/lib/cache.js:488:10)
>>>>
>>>>        npm ERR!     at /usr/share/npm/lib/cache.js:375:15
>>>>
>>>>        npm ERR!     at saved
>>>> (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
>>>>
>>>>        npm ERR!     at Object.oncomplete
>>>> (/usr/lib/nodejs/graceful-fs.js:230:7)
>>>>
>>>>        npm ERR! You may report this log at:
>>>>
>>>>        npm ERR!     <http://bugs.debian.org/npm>
>>>>
>>>>        npm ERR! or use
>>>>
>>>>        npm ERR!     reportbug --attach
>>>> /incubator-zeppelin/zeppelin-web/npm-debug.log npm
>>>>
>>>>        npm ERR!
>>>>
>>>>        npm ERR! System Linux 3.11.0-15-generic
>>>>
>>>>        npm ERR! command "node" "/usr/bin/npm" "install"
>>>>
>>>>        npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>
>>>>        npm ERR! node -v v0.6.12
>>>>
>>>>        npm ERR! npm -v 1.1.4
>>>>
>>>>        npm ERR! message No compatible version found: grunt-contrib-copy@
>>>> '^0.5.0'
>>>>
>>>>        npm ERR! message Valid install targets:
>>>>
>>>>        npm ERR! message
>>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>>
>>>>        npm ERR!
>>>>
>>>>        npm ERR! Additional logging details can be found in:
>>>>
>>>>        npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log
>>>>
>>>>        npm not ok
>>>>
>>>> 2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> Yes,
>>>>> Please try running only 'npm install'
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Corneau,
>>>>>>
>>>>>> I tried 'mvn package'  inside zeppelin-web without 'grunt build' and
>>>>>> it worked.
>>>>>>
>>>>>> When I try both commands  inside zeppelin-web, is when I am getting
>>>>>> this error:
>>>>>>
>>>>>> mvn package
>>>>>> grunt build
>>>>>>
>>>>>>
>>>>>>  [ERROR] Failed to execute goal
>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>
>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>
>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>
>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>
>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>
>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>>> installed?
>>>>>>
>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>
>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>
>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>> continue.
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Aborted due to warnings.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>
>>>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>>>>>> 86%
>>>>>>
>>>>>>        Total 7ms
>>>>>>
>>>>>>        STDERR:
>>>>>>
>>>>>> Sorry If I didn't explain it in the right way.
>>>>>>
>>>>>> I can try to run only 'npm install' inside zeppelin-web.
>>>>>>
>>>>>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>
>>>>>>> Hi Pablo,
>>>>>>>
>>>>>>> I'm getting a bit confused since this output you posted
>>>>>>>
>>>>>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>>>>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>>>>>> --color=false' failed. (error code 1) -> [Help 1]
>>>>>>>
>>>>>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you
>>>>>>> said before that it was working.
>>>>>>>
>>>>>>> Now, could you check that your npm is running well, by doing: 'npm
>>>>>>> install' inside zeppelin-web?
>>>>>>> I'm starting wondering if you are not behind some kind of proxy that
>>>>>>> blocks it.
>>>>>>>
>>>>>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> Hi Corneau,
>>>>>>>>
>>>>>>>> I don't know if it can help this trace:
>>>>>>>>
>>>>>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>>>>
>>>>>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>>>>>
>>>>>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>>>>>
>>>>>>>>
>>>>>>>> The version of node and npm...
>>>>>>>>
>>>>>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>>>>>
>>>>>>>>> Thanks Corneau for your time!
>>>>>>>>>
>>>>>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> I see, I will try to clean all dependencies from my laptop to
>>>>>>>>>> test. Seems it could be because of postcss.
>>>>>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Courneau,
>>>>>>>>>>>
>>>>>>>>>>> I am getting this error running:
>>>>>>>>>>>
>>>>>>>>>>> mvn package
>>>>>>>>>>> grunt build
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>>>>
>>>>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>>>>
>>>>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>>>>
>>>>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>>>>
>>>>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>>>>
>>>>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is
>>>>>>>>>>> it installed?
>>>>>>>>>>>
>>>>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>>>>
>>>>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>>>>
>>>>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>>>>> continue.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>>>>
>>>>>>>>>>>        loading tasks  6ms
>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>>>>
>>>>>>>>>>>        Total 7ms
>>>>>>>>>>>
>>>>>>>>>>>        STDERR:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>
>>>>>>>>>>> :
>>>>>>>>>>>
>>>>>>>>>>>> Right,
>>>>>>>>>>>>
>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>
>>>>>>>>>>>> mvn package
>>>>>>>>>>>> grunt build
>>>>>>>>>>>> (To see if there is a problem)
>>>>>>>>>>>>
>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>
>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Then now , I should try this:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn package
>>>>>>>>>>>>> grunt build
>>>>>>>>>>>>>
>>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Isn't?
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main
>>>>>>>>>>>>>> folder.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it
>>>>>>>>>>>>>>> works.
>>>>>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Best,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and
>>>>>>>>>>>>>>>>> after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am
>>>>>>>>>>>>>>>>>>> getting that error when I tried to build inside
>>>>>>>>>>>>>>>>>>> zeppelin-web:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module
>>>>>>>>>>>>>>>>>>> is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should
>>>>>>>>>>>>>>>>>>> be installed with -g
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned
>>>>>>>>>>>>>>>>>>>> "....
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting
>>>>>>>>>>>>>>>>>>>>> this error:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep
>>>>>>>>>>>>>>>>>>>>> your Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the
>>>>>>>>>>>>>>>>>>>>> module is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module
>>>>>>>>>>>>>>>>>>>>> is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should
>>>>>>>>>>>>>>>>>>>>> be installed with -g
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the
>>>>>>>>>>>>>>>>>>>>>> OS you are using (`uname -a`, `cat /etc/issue`), as well as results of
>>>>>>>>>>>>>>>>>>>>>> running the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2
>>>>>>>>>>>>>>>>>>>>>>> folder before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more
>>>>>>>>>>>>>>>>>>>>>>>> debugging, or run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the
>>>>>>>>>>>>>>>>>>>>>>>>> repository in github:
>>>>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC
>>>>>>>>>>>>>>>>>>>>>>>>> 2015
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you
>>>>>>>>>>>>>>>>>>>>>>>>> can resume the build with the command
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>>>>> *Personal site
>>>>>>>>>>>>>>>>>>>>>>>>> <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
Can you provide a bigger log stack? (Or maybe the complete one)

It is a bit small to figure out what is happening
On Oct 26, 2015 1:50 PM, "Pablo Torre" <pa...@gmail.com> wrote:

> Hi Corneau,
>
> Finally I was able to build zeppelin-web. Not sure what I did honestly.
>
> But now I am trying to build incubator-zeppelin and I am getting this
> error:
>
> Downloading:
> https://repository.apache.org/content/repositories/releases/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar
>
> Downloading:
> https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar
>
> 38/52 KB   440/775 KB   1078/1078 KB   1442/1442 KB   2387/3604 KB
>
>        STDERR: Oct 26, 2015 12:38:14 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: I/O exception
> (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
> caught when processing request: The target server failed to respond
>
>        Oct 26, 2015 12:38:14 PM
> org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
> tryExecute
>
>        INFO: Retrying request
>
>
> 2015-10-23 10:51 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> We will try to see if upgrading npm helps.
>>
>> - First clean your zeppelin folder to repository state: 'git clean -dxf'
>>
>> - Then change the npm version in zeppelin-web/pom.xml from 1.3.8 to
>> 1.4.10.
>>
>> - Now run 'mvn package' inside zeppelin-web
>>
>> - And after, retry 'npm install' inside zeppelin-web folder
>>
>>
>>
>> On Fri, Oct 23, 2015 at 5:21 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> I am getting this error with only 'npm install':
>>>
>>>        npm ERR! Error: No compatible version found: grunt-contrib-copy@
>>> '^0.5.0'
>>>
>>>        npm ERR! Valid install targets:
>>>
>>>        npm ERR! ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>
>>>        npm ERR!     at installTargetsError
>>> (/usr/share/npm/lib/cache.js:488:10)
>>>
>>>        npm ERR!     at /usr/share/npm/lib/cache.js:375:15
>>>
>>>        npm ERR!     at saved
>>> (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
>>>
>>>        npm ERR!     at Object.oncomplete
>>> (/usr/lib/nodejs/graceful-fs.js:230:7)
>>>
>>>        npm ERR! You may report this log at:
>>>
>>>        npm ERR!     <http://bugs.debian.org/npm>
>>>
>>>        npm ERR! or use
>>>
>>>        npm ERR!     reportbug --attach
>>> /incubator-zeppelin/zeppelin-web/npm-debug.log npm
>>>
>>>        npm ERR!
>>>
>>>        npm ERR! System Linux 3.11.0-15-generic
>>>
>>>        npm ERR! command "node" "/usr/bin/npm" "install"
>>>
>>>        npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>
>>>        npm ERR! node -v v0.6.12
>>>
>>>        npm ERR! npm -v 1.1.4
>>>
>>>        npm ERR! message No compatible version found: grunt-contrib-copy@
>>> '^0.5.0'
>>>
>>>        npm ERR! message Valid install targets:
>>>
>>>        npm ERR! message
>>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>>
>>>        npm ERR!
>>>
>>>        npm ERR! Additional logging details can be found in:
>>>
>>>        npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log
>>>
>>>        npm not ok
>>>
>>> 2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> Yes,
>>>> Please try running only 'npm install'
>>>>
>>>>
>>>>
>>>>
>>>> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Corneau,
>>>>>
>>>>> I tried 'mvn package'  inside zeppelin-web without 'grunt build' and
>>>>> it worked.
>>>>>
>>>>> When I try both commands  inside zeppelin-web, is when I am getting
>>>>> this error:
>>>>>
>>>>> mvn package
>>>>> grunt build
>>>>>
>>>>>
>>>>>  [ERROR] Failed to execute goal
>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>
>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>
>>>>>        >> Error: Cannot find module 'postcss'
>>>>>
>>>>>        Loading "connect.js" tasks...ERROR
>>>>>
>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>
>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>> installed?
>>>>>
>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>
>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>
>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>> continue.
>>>>>
>>>>>
>>>>>
>>>>>        Aborted due to warnings.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>
>>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>>>>> 86%
>>>>>
>>>>>        Total 7ms
>>>>>
>>>>>        STDERR:
>>>>>
>>>>> Sorry If I didn't explain it in the right way.
>>>>>
>>>>> I can try to run only 'npm install' inside zeppelin-web.
>>>>>
>>>>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> Hi Pablo,
>>>>>>
>>>>>> I'm getting a bit confused since this output you posted
>>>>>>
>>>>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>>>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>>>>> --color=false' failed. (error code 1) -> [Help 1]
>>>>>>
>>>>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you
>>>>>> said before that it was working.
>>>>>>
>>>>>> Now, could you check that your npm is running well, by doing: 'npm
>>>>>> install' inside zeppelin-web?
>>>>>> I'm starting wondering if you are not behind some kind of proxy that
>>>>>> blocks it.
>>>>>>
>>>>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Corneau,
>>>>>>>
>>>>>>> I don't know if it can help this trace:
>>>>>>>
>>>>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>>>
>>>>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>>>>
>>>>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>>>>
>>>>>>>
>>>>>>> The version of node and npm...
>>>>>>>
>>>>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>>>>
>>>>>>>> Thanks Corneau for your time!
>>>>>>>>
>>>>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>
>>>>>>>>> I see, I will try to clean all dependencies from my laptop to
>>>>>>>>> test. Seems it could be because of postcss.
>>>>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Courneau,
>>>>>>>>>>
>>>>>>>>>> I am getting this error running:
>>>>>>>>>>
>>>>>>>>>> mvn package
>>>>>>>>>> grunt build
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>>>
>>>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>>>
>>>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>>>
>>>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>>>
>>>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>>>
>>>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is
>>>>>>>>>> it installed?
>>>>>>>>>>
>>>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>>>
>>>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>>>
>>>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>>>> continue.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>>>
>>>>>>>>>>        loading tasks  6ms
>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>>>
>>>>>>>>>>        Total 7ms
>>>>>>>>>>
>>>>>>>>>>        STDERR:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> Right,
>>>>>>>>>>>
>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>
>>>>>>>>>>> mvn package
>>>>>>>>>>> grunt build
>>>>>>>>>>> (To see if there is a problem)
>>>>>>>>>>>
>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>
>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>>>>
>>>>>>>>>>>> Then now , I should try this:
>>>>>>>>>>>>
>>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>>
>>>>>>>>>>>> mvn package
>>>>>>>>>>>> grunt build
>>>>>>>>>>>>
>>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>>
>>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Isn't?
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <corneadoug@gmail.com
>>>>>>>>>>>> >:
>>>>>>>>>>>>
>>>>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main
>>>>>>>>>>>>> folder.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Best,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and
>>>>>>>>>>>>>>>> after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am
>>>>>>>>>>>>>>>>>> getting that error when I tried to build inside
>>>>>>>>>>>>>>>>>> zeppelin-web:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module
>>>>>>>>>>>>>>>>>> is now available as 'css-select'
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned
>>>>>>>>>>>>>>>>>>> "....
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting
>>>>>>>>>>>>>>>>>>>> this error:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module
>>>>>>>>>>>>>>>>>>>> is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module
>>>>>>>>>>>>>>>>>>>> is now available as 'css-what'
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should
>>>>>>>>>>>>>>>>>>>> be installed with -g
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the
>>>>>>>>>>>>>>>>>>>>> OS you are using (`uname -a`, `cat /etc/issue`), as well as results of
>>>>>>>>>>>>>>>>>>>>> running the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2
>>>>>>>>>>>>>>>>>>>>>> folder before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging,
>>>>>>>>>>>>>>>>>>>>>>> or run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the
>>>>>>>>>>>>>>>>>>>>>>>> repository in github:
>>>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC
>>>>>>>>>>>>>>>>>>>>>>>> 2015
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you
>>>>>>>>>>>>>>>>>>>>>>>> can resume the build with the command
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Corneau,

Finally I was able to build zeppelin-web. Not sure what I did honestly.

But now I am trying to build incubator-zeppelin and I am getting this error:

Downloading:
https://repository.apache.org/content/repositories/releases/org/jruby/jcodings/jcodings/1.0.8/jcodings-1.0.8.jar

Downloading:
https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-auth/2.5.1/hadoop-auth-2.5.1.jar

38/52 KB   440/775 KB   1078/1078 KB   1442/1442 KB   2387/3604 KB

       STDERR: Oct 26, 2015 12:38:14 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: I/O exception
(org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException)
caught when processing request: The target server failed to respond

       Oct 26, 2015 12:38:14 PM
org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector
tryExecute

       INFO: Retrying request


2015-10-23 10:51 GMT+02:00 Corneau Damien <co...@gmail.com>:

> We will try to see if upgrading npm helps.
>
> - First clean your zeppelin folder to repository state: 'git clean -dxf'
>
> - Then change the npm version in zeppelin-web/pom.xml from 1.3.8 to 1.4.10.
>
> - Now run 'mvn package' inside zeppelin-web
>
> - And after, retry 'npm install' inside zeppelin-web folder
>
>
>
> On Fri, Oct 23, 2015 at 5:21 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> I am getting this error with only 'npm install':
>>
>>        npm ERR! Error: No compatible version found: grunt-contrib-copy@
>> '^0.5.0'
>>
>>        npm ERR! Valid install targets:
>>
>>        npm ERR! ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>
>>        npm ERR!     at installTargetsError
>> (/usr/share/npm/lib/cache.js:488:10)
>>
>>        npm ERR!     at /usr/share/npm/lib/cache.js:375:15
>>
>>        npm ERR!     at saved
>> (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
>>
>>        npm ERR!     at Object.oncomplete
>> (/usr/lib/nodejs/graceful-fs.js:230:7)
>>
>>        npm ERR! You may report this log at:
>>
>>        npm ERR!     <http://bugs.debian.org/npm>
>>
>>        npm ERR! or use
>>
>>        npm ERR!     reportbug --attach
>> /incubator-zeppelin/zeppelin-web/npm-debug.log npm
>>
>>        npm ERR!
>>
>>        npm ERR! System Linux 3.11.0-15-generic
>>
>>        npm ERR! command "node" "/usr/bin/npm" "install"
>>
>>        npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>
>>        npm ERR! node -v v0.6.12
>>
>>        npm ERR! npm -v 1.1.4
>>
>>        npm ERR! message No compatible version found: grunt-contrib-copy@
>> '^0.5.0'
>>
>>        npm ERR! message Valid install targets:
>>
>>        npm ERR! message
>> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>>
>>        npm ERR!
>>
>>        npm ERR! Additional logging details can be found in:
>>
>>        npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log
>>
>>        npm not ok
>>
>> 2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> Yes,
>>> Please try running only 'npm install'
>>>
>>>
>>>
>>>
>>> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> Hi Corneau,
>>>>
>>>> I tried 'mvn package'  inside zeppelin-web without 'grunt build' and
>>>> it worked.
>>>>
>>>> When I try both commands  inside zeppelin-web, is when I am getting
>>>> this error:
>>>>
>>>> mvn package
>>>> grunt build
>>>>
>>>>
>>>>  [ERROR] Failed to execute goal
>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>
>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>
>>>>        >> Error: Cannot find module 'postcss'
>>>>
>>>>        Loading "connect.js" tasks...ERROR
>>>>
>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>
>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>> installed?
>>>>
>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>
>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>
>>>>        Warning: Task "autoprefixer" not found. Use --force to continue.
>>>>
>>>>
>>>>
>>>>        Aborted due to warnings.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>
>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>
>>>>        Total 7ms
>>>>
>>>>        STDERR:
>>>>
>>>> Sorry If I didn't explain it in the right way.
>>>>
>>>> I can try to run only 'npm install' inside zeppelin-web.
>>>>
>>>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> Hi Pablo,
>>>>>
>>>>> I'm getting a bit confused since this output you posted
>>>>>
>>>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>>>> --color=false' failed. (error code 1) -> [Help 1]
>>>>>
>>>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you
>>>>> said before that it was working.
>>>>>
>>>>> Now, could you check that your npm is running well, by doing: 'npm
>>>>> install' inside zeppelin-web?
>>>>> I'm starting wondering if you are not behind some kind of proxy that
>>>>> blocks it.
>>>>>
>>>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Corneau,
>>>>>>
>>>>>> I don't know if it can help this trace:
>>>>>>
>>>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>>
>>>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>>>
>>>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>>>
>>>>>>
>>>>>> The version of node and npm...
>>>>>>
>>>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>>>
>>>>>>> Thanks Corneau for your time!
>>>>>>>
>>>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>
>>>>>>>> I see, I will try to clean all dependencies from my laptop to test.
>>>>>>>> Seems it could be because of postcss.
>>>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Courneau,
>>>>>>>>>
>>>>>>>>> I am getting this error running:
>>>>>>>>>
>>>>>>>>> mvn package
>>>>>>>>> grunt build
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>>
>>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>>
>>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>>
>>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>>
>>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>>
>>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is
>>>>>>>>> it installed?
>>>>>>>>>
>>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>>
>>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>>
>>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>>> continue.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>>
>>>>>>>>>        loading tasks  6ms
>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>>
>>>>>>>>>        Total 7ms
>>>>>>>>>
>>>>>>>>>        STDERR:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> Right,
>>>>>>>>>>
>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>
>>>>>>>>>> mvn package
>>>>>>>>>> grunt build
>>>>>>>>>> (To see if there is a problem)
>>>>>>>>>>
>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>
>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>>>>> -DskipTests
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>>>
>>>>>>>>>>> Then now , I should try this:
>>>>>>>>>>>
>>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>>
>>>>>>>>>>> mvn package
>>>>>>>>>>> grunt build
>>>>>>>>>>>
>>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>>
>>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
>>>>>>>>>>> -Phadoop-2.2 -DskipTests
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Isn't?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>
>>>>>>>>>>> :
>>>>>>>>>>>
>>>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main
>>>>>>>>>>>> folder.
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Best,
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and
>>>>>>>>>>>>>>> after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am
>>>>>>>>>>>>>>>>> getting that error when I tried to build inside
>>>>>>>>>>>>>>>>> zeppelin-web:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting
>>>>>>>>>>>>>>>>>>> this error:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module
>>>>>>>>>>>>>>>>>>> is now available as 'css-select'
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should
>>>>>>>>>>>>>>>>>>> be installed with -g
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the OS
>>>>>>>>>>>>>>>>>>>> you are using (`uname -a`, `cat /etc/issue`), as well as results of running
>>>>>>>>>>>>>>>>>>>> the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2
>>>>>>>>>>>>>>>>>>>>> folder before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging,
>>>>>>>>>>>>>>>>>>>>>> or run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository
>>>>>>>>>>>>>>>>>>>>>>> in github:
>>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC
>>>>>>>>>>>>>>>>>>>>>>> 2015
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you
>>>>>>>>>>>>>>>>>>>>>>> can resume the build with the command
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
We will try to see if upgrading npm helps.

- First clean your zeppelin folder to repository state: 'git clean -dxf'

- Then change the npm version in zeppelin-web/pom.xml from 1.3.8 to 1.4.10.

- Now run 'mvn package' inside zeppelin-web

- And after, retry 'npm install' inside zeppelin-web folder



On Fri, Oct 23, 2015 at 5:21 PM, Pablo Torre <pa...@gmail.com> wrote:

> I am getting this error with only 'npm install':
>
>        npm ERR! Error: No compatible version found: grunt-contrib-copy@
> '^0.5.0'
>
>        npm ERR! Valid install targets:
>
>        npm ERR! ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>
>        npm ERR!     at installTargetsError
> (/usr/share/npm/lib/cache.js:488:10)
>
>        npm ERR!     at /usr/share/npm/lib/cache.js:375:15
>
>        npm ERR!     at saved
> (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
>
>        npm ERR!     at Object.oncomplete
> (/usr/lib/nodejs/graceful-fs.js:230:7)
>
>        npm ERR! You may report this log at:
>
>        npm ERR!     <http://bugs.debian.org/npm>
>
>        npm ERR! or use
>
>        npm ERR!     reportbug --attach
> /incubator-zeppelin/zeppelin-web/npm-debug.log npm
>
>        npm ERR!
>
>        npm ERR! System Linux 3.11.0-15-generic
>
>        npm ERR! command "node" "/usr/bin/npm" "install"
>
>        npm ERR! cwd /incubator-zeppelin/zeppelin-web
>
>        npm ERR! node -v v0.6.12
>
>        npm ERR! npm -v 1.1.4
>
>        npm ERR! message No compatible version found: grunt-contrib-copy@
> '^0.5.0'
>
>        npm ERR! message Valid install targets:
>
>        npm ERR! message
> ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]
>
>        npm ERR!
>
>        npm ERR! Additional logging details can be found in:
>
>        npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log
>
>        npm not ok
>
> 2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> Yes,
>> Please try running only 'npm install'
>>
>>
>>
>>
>> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> Hi Corneau,
>>>
>>> I tried 'mvn package'  inside zeppelin-web without 'grunt build' and it
>>> worked.
>>>
>>> When I try both commands  inside zeppelin-web, is when I am getting
>>> this error:
>>>
>>> mvn package
>>> grunt build
>>>
>>>
>>>  [ERROR] Failed to execute goal
>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>> failed. (error code 1) -> [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/MojoFailureException
>>>
>>>        Loading "autoprefixer.js" tasks...ERROR
>>>
>>>        >> Error: Cannot find module 'postcss'
>>>
>>>        Loading "connect.js" tasks...ERROR
>>>
>>>        >> Error: Cannot find module 'cookie-signature'
>>>
>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>> installed?
>>>
>>>        Loading "ng-annotate.js" tasks...ERROR
>>>
>>>        >> Error: Cannot find module 'simple-fmt'
>>>
>>>        Warning: Task "autoprefixer" not found. Use --force to continue.
>>>
>>>
>>>
>>>        Aborted due to warnings.
>>>
>>>
>>>
>>>
>>>
>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>
>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>
>>>        Total 7ms
>>>
>>>        STDERR:
>>>
>>> Sorry If I didn't explain it in the right way.
>>>
>>> I can try to run only 'npm install' inside zeppelin-web.
>>>
>>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> Hi Pablo,
>>>>
>>>> I'm getting a bit confused since this output you posted
>>>>
>>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>>> --color=false' failed. (error code 1) -> [Help 1]
>>>>
>>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you said
>>>> before that it was working.
>>>>
>>>> Now, could you check that your npm is running well, by doing: 'npm
>>>> install' inside zeppelin-web?
>>>> I'm starting wondering if you are not behind some kind of proxy that
>>>> blocks it.
>>>>
>>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Corneau,
>>>>>
>>>>> I don't know if it can help this trace:
>>>>>
>>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>>
>>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>>
>>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>>
>>>>>
>>>>> The version of node and npm...
>>>>>
>>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>>
>>>>>> Thanks Corneau for your time!
>>>>>>
>>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>
>>>>>>> I see, I will try to clean all dependencies from my laptop to test.
>>>>>>> Seems it could be because of postcss.
>>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Courneau,
>>>>>>>>
>>>>>>>> I am getting this error running:
>>>>>>>>
>>>>>>>> mvn package
>>>>>>>> grunt build
>>>>>>>>
>>>>>>>>
>>>>>>>>  [ERROR] Failed to execute goal
>>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>>
>>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>>
>>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>>
>>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>>
>>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>>
>>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>>>>> installed?
>>>>>>>>
>>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>>
>>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>>
>>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>>> continue.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Aborted due to warnings.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>>
>>>>>>>>        loading tasks  6ms
>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>>>>>
>>>>>>>>        Total 7ms
>>>>>>>>
>>>>>>>>        STDERR:
>>>>>>>>
>>>>>>>>
>>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>
>>>>>>>>> Right,
>>>>>>>>>
>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>
>>>>>>>>> mvn package
>>>>>>>>> grunt build
>>>>>>>>> (To see if there is a problem)
>>>>>>>>>
>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>
>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>>>> -DskipTests
>>>>>>>>>
>>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>>
>>>>>>>>>> Then now , I should try this:
>>>>>>>>>>
>>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>>
>>>>>>>>>> mvn package
>>>>>>>>>> grunt build
>>>>>>>>>>
>>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>>
>>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>>>>> -DskipTests
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Isn't?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main
>>>>>>>>>>> folder.
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>>
>>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>>
>>>>>>>>>>>> Best,
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <corneadoug@gmail.com
>>>>>>>>>>>> >:
>>>>>>>>>>>>
>>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and
>>>>>>>>>>>>>> after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <
>>>>>>>>>>>>>> corneadoug@gmail.com>:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am getting
>>>>>>>>>>>>>>>> that error when I tried to build inside zeppelin-web:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting
>>>>>>>>>>>>>>>>>> this error:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module
>>>>>>>>>>>>>>>>>> is now available as 'css-select'
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the OS
>>>>>>>>>>>>>>>>>>> you are using (`uname -a`, `cat /etc/issue`), as well as results of running
>>>>>>>>>>>>>>>>>>> the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder
>>>>>>>>>>>>>>>>>>>> before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging,
>>>>>>>>>>>>>>>>>>>>> or run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository
>>>>>>>>>>>>>>>>>>>>>> in github:
>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC
>>>>>>>>>>>>>>>>>>>>>> 2015
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can
>>>>>>>>>>>>>>>>>>>>>> resume the build with the command
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
I am getting this error with only 'npm install':

       npm ERR! Error: No compatible version found: grunt-contrib-copy@
'^0.5.0'

       npm ERR! Valid install targets:

       npm ERR! ["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]

       npm ERR!     at installTargetsError
(/usr/share/npm/lib/cache.js:488:10)

       npm ERR!     at /usr/share/npm/lib/cache.js:375:15

       npm ERR!     at saved
(/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)

       npm ERR!     at Object.oncomplete
(/usr/lib/nodejs/graceful-fs.js:230:7)

       npm ERR! You may report this log at:

       npm ERR!     <http://bugs.debian.org/npm>

       npm ERR! or use

       npm ERR!     reportbug --attach
/incubator-zeppelin/zeppelin-web/npm-debug.log npm

       npm ERR!

       npm ERR! System Linux 3.11.0-15-generic

       npm ERR! command "node" "/usr/bin/npm" "install"

       npm ERR! cwd /incubator-zeppelin/zeppelin-web

       npm ERR! node -v v0.6.12

       npm ERR! npm -v 1.1.4

       npm ERR! message No compatible version found: grunt-contrib-copy@
'^0.5.0'

       npm ERR! message Valid install targets:

       npm ERR! message
["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.3.0","0.3.1"]

       npm ERR!

       npm ERR! Additional logging details can be found in:

       npm ERR!     /incubator-zeppelin/zeppelin-web/npm-debug.log

       npm not ok

2015-10-23 10:11 GMT+02:00 Corneau Damien <co...@gmail.com>:

> Yes,
> Please try running only 'npm install'
>
>
>
>
> On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> Hi Corneau,
>>
>> I tried 'mvn package'  inside zeppelin-web without 'grunt build' and it
>> worked.
>>
>> When I try both commands  inside zeppelin-web, is when I am getting this
>> error:
>>
>> mvn package
>> grunt build
>>
>>
>>  [ERROR] Failed to execute goal
>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>> failed. (error code 1) -> [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/MojoFailureException
>>
>>        Loading "autoprefixer.js" tasks...ERROR
>>
>>        >> Error: Cannot find module 'postcss'
>>
>>        Loading "connect.js" tasks...ERROR
>>
>>        >> Error: Cannot find module 'cookie-signature'
>>
>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>> installed?
>>
>>        Loading "ng-annotate.js" tasks...ERROR
>>
>>        >> Error: Cannot find module 'simple-fmt'
>>
>>        Warning: Task "autoprefixer" not found. Use --force to continue.
>>
>>
>>
>>        Aborted due to warnings.
>>
>>
>>
>>
>>
>>        Execution Time (2015-10-22 13:31:43 UTC)
>>
>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>
>>        Total 7ms
>>
>>        STDERR:
>>
>> Sorry If I didn't explain it in the right way.
>>
>> I can try to run only 'npm install' inside zeppelin-web.
>>
>> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> Hi Pablo,
>>>
>>> I'm getting a bit confused since this output you posted
>>>
>>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>>> --color=false' failed. (error code 1) -> [Help 1]
>>>
>>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you said
>>> before that it was working.
>>>
>>> Now, could you check that your npm is running well, by doing: 'npm
>>> install' inside zeppelin-web?
>>> I'm starting wondering if you are not behind some kind of proxy that
>>> blocks it.
>>>
>>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> Hi Corneau,
>>>>
>>>> I don't know if it can help this trace:
>>>>
>>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>>
>>>>        [ERROR] npm ERR! node -v v0.10.22
>>>>
>>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>>
>>>>
>>>> The version of node and npm...
>>>>
>>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>>
>>>>> Thanks Corneau for your time!
>>>>>
>>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> I see, I will try to clean all dependencies from my laptop to test.
>>>>>> Seems it could be because of postcss.
>>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Courneau,
>>>>>>>
>>>>>>> I am getting this error running:
>>>>>>>
>>>>>>> mvn package
>>>>>>> grunt build
>>>>>>>
>>>>>>>
>>>>>>>  [ERROR] Failed to execute goal
>>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>>
>>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>>
>>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>>
>>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>>>> installed?
>>>>>>>
>>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>>
>>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>>
>>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>>> continue.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Aborted due to warnings.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>>
>>>>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>>>>>>> 86%
>>>>>>>
>>>>>>>        Total 7ms
>>>>>>>
>>>>>>>        STDERR:
>>>>>>>
>>>>>>>
>>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>
>>>>>>>> Right,
>>>>>>>>
>>>>>>>> Inside zeppelin-web:
>>>>>>>>
>>>>>>>> mvn package
>>>>>>>> grunt build
>>>>>>>> (To see if there is a problem)
>>>>>>>>
>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>
>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>>> -DskipTests
>>>>>>>>
>>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>>
>>>>>>>>> Then now , I should try this:
>>>>>>>>>
>>>>>>>>> Inside zeppelin-web:
>>>>>>>>>
>>>>>>>>> mvn package
>>>>>>>>> grunt build
>>>>>>>>>
>>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>>
>>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>>>> -DskipTests
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Isn't?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main
>>>>>>>>>> folder.
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Corneau,
>>>>>>>>>>>
>>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>>
>>>>>>>>>>> Best,
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>
>>>>>>>>>>> :
>>>>>>>>>>>
>>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and
>>>>>>>>>>>>> after that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <corneadoug@gmail.com
>>>>>>>>>>>>> >:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am getting
>>>>>>>>>>>>>>> that error when I tried to build inside zeppelin-web:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <
>>>>>>>>>>>>>>> vinayshukla@gmail.com>:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this
>>>>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0
>>>>>>>>>>>>>>>>> No license field.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the OS
>>>>>>>>>>>>>>>>>> you are using (`uname -a`, `cat /etc/issue`), as well as results of running
>>>>>>>>>>>>>>>>>> the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder
>>>>>>>>>>>>>>>>>>> before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or
>>>>>>>>>>>>>>>>>>>> run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository
>>>>>>>>>>>>>>>>>>>>> in github:
>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can
>>>>>>>>>>>>>>>>>>>>> resume the build with the command
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails
>>>>>>>>>>>>>>>>>>>>> developer.
>>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
Yes,
Please try running only 'npm install'




On Fri, Oct 23, 2015 at 4:27 PM, Pablo Torre <pa...@gmail.com> wrote:

> Hi Corneau,
>
> I tried 'mvn package'  inside zeppelin-web without 'grunt build' and it
> worked.
>
> When I try both commands  inside zeppelin-web, is when I am getting this
> error:
>
> mvn package
> grunt build
>
>
>  [ERROR] Failed to execute goal
> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
> project zeppelin-web: Failed to run task: 'npm install --color=false'
> failed. (error code 1) -> [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/MojoFailureException
>
>        Loading "autoprefixer.js" tasks...ERROR
>
>        >> Error: Cannot find module 'postcss'
>
>        Loading "connect.js" tasks...ERROR
>
>        >> Error: Cannot find module 'cookie-signature'
>
>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
> installed?
>
>        Loading "ng-annotate.js" tasks...ERROR
>
>        >> Error: Cannot find module 'simple-fmt'
>
>        Warning: Task "autoprefixer" not found. Use --force to continue.
>
>
>
>        Aborted due to warnings.
>
>
>
>
>
>        Execution Time (2015-10-22 13:31:43 UTC)
>
>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>
>        Total 7ms
>
>        STDERR:
>
> Sorry If I didn't explain it in the right way.
>
> I can try to run only 'npm install' inside zeppelin-web.
>
> 2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> Hi Pablo,
>>
>> I'm getting a bit confused since this output you posted
>>
>>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
>> (npm install) on project zeppelin-web: Failed to run task: 'npm install
>> --color=false' failed. (error code 1) -> [Help 1]
>>
>> Seems to be the result of 'mvn package' (in zeppelin-web?) and you said
>> before that it was working.
>>
>> Now, could you check that your npm is running well, by doing: 'npm
>> install' inside zeppelin-web?
>> I'm starting wondering if you are not behind some kind of proxy that
>> blocks it.
>>
>> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> Hi Corneau,
>>>
>>> I don't know if it can help this trace:
>>>
>>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>>
>>>        [ERROR] npm ERR! node -v v0.10.22
>>>
>>>        [ERROR] npm ERR! npm -v 1.3.8
>>>
>>>
>>> The version of node and npm...
>>>
>>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>>
>>>> Thanks Corneau for your time!
>>>>
>>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> I see, I will try to clean all dependencies from my laptop to test.
>>>>> Seems it could be because of postcss.
>>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Courneau,
>>>>>>
>>>>>> I am getting this error running:
>>>>>>
>>>>>> mvn package
>>>>>> grunt build
>>>>>>
>>>>>>
>>>>>>  [ERROR] Failed to execute goal
>>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>>
>>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>>
>>>>>>        >> Error: Cannot find module 'postcss'
>>>>>>
>>>>>>        Loading "connect.js" tasks...ERROR
>>>>>>
>>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>>
>>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>>> installed?
>>>>>>
>>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>>
>>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>>
>>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>>> continue.
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Aborted due to warnings.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>>
>>>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>>>>>> 86%
>>>>>>
>>>>>>        Total 7ms
>>>>>>
>>>>>>        STDERR:
>>>>>>
>>>>>>
>>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>
>>>>>>> Right,
>>>>>>>
>>>>>>> Inside zeppelin-web:
>>>>>>>
>>>>>>> mvn package
>>>>>>> grunt build
>>>>>>> (To see if there is a problem)
>>>>>>>
>>>>>>> Inside incubator-zeppelin:
>>>>>>>
>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>> -DskipTests
>>>>>>>
>>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>>
>>>>>>>> Then now , I should try this:
>>>>>>>>
>>>>>>>> Inside zeppelin-web:
>>>>>>>>
>>>>>>>> mvn package
>>>>>>>> grunt build
>>>>>>>>
>>>>>>>> Inside incubator-zeppelin:
>>>>>>>>
>>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>>> -DskipTests
>>>>>>>>
>>>>>>>>
>>>>>>>> Isn't?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>
>>>>>>>>> If mvn package and grunt build worked,
>>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main
>>>>>>>>> folder.
>>>>>>>>>
>>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Corneau,
>>>>>>>>>>
>>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>>
>>>>>>>>>> Best,
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>>
>>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after
>>>>>>>>>>>> that 'mvn clean package -DskipTests' inside
>>>>>>>>>>>> incubator-zeppelin?
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>
>>>>>>>>>>>> :
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am getting
>>>>>>>>>>>>>> that error when I tried to build inside zeppelin-web:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vinayshukla@gmail.com
>>>>>>>>>>>>>> >:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this
>>>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is
>>>>>>>>>>>>>>>> now available as 'css-what'
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the OS
>>>>>>>>>>>>>>>>> you are using (`uname -a`, `cat /etc/issue`), as well as results of running
>>>>>>>>>>>>>>>>> the same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder
>>>>>>>>>>>>>>>>>> before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or
>>>>>>>>>>>>>>>>>>> run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can
>>>>>>>>>>>>>>>>>>>> resume the build with the command
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Corneau,

I tried 'mvn package'  inside zeppelin-web without 'grunt build' and it
worked.

When I try both commands  inside zeppelin-web, is when I am getting this
error:

mvn package
grunt build


 [ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
project zeppelin-web: Failed to run task: 'npm install --color=false'
failed. (error code 1) -> [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/MojoFailureException

       Loading "autoprefixer.js" tasks...ERROR

       >> Error: Cannot find module 'postcss'

       Loading "connect.js" tasks...ERROR

       >> Error: Cannot find module 'cookie-signature'

       >> Local Npm module "grunt-contrib-uglify" not found. Is it
installed?

       Loading "ng-annotate.js" tasks...ERROR

       >> Error: Cannot find module 'simple-fmt'

       Warning: Task "autoprefixer" not found. Use --force to continue.



       Aborted due to warnings.





       Execution Time (2015-10-22 13:31:43 UTC)

       loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%

       Total 7ms

       STDERR:

Sorry If I didn't explain it in the right way.

I can try to run only 'npm install' inside zeppelin-web.

2015-10-23 5:35 GMT+02:00 Corneau Damien <co...@gmail.com>:

> Hi Pablo,
>
> I'm getting a bit confused since this output you posted
>
>  [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:npm
> (npm install) on project zeppelin-web: Failed to run task: 'npm install
> --color=false' failed. (error code 1) -> [Help 1]
>
> Seems to be the result of 'mvn package' (in zeppelin-web?) and you said
> before that it was working.
>
> Now, could you check that your npm is running well, by doing: 'npm
> install' inside zeppelin-web?
> I'm starting wondering if you are not behind some kind of proxy that
> blocks it.
>
> On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> Hi Corneau,
>>
>> I don't know if it can help this trace:
>>
>> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>>
>>        [ERROR] npm ERR! node -v v0.10.22
>>
>>        [ERROR] npm ERR! npm -v 1.3.8
>>
>>
>> The version of node and npm...
>>
>> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>>
>>> Thanks Corneau for your time!
>>>
>>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> I see, I will try to clean all dependencies from my laptop to test.
>>>> Seems it could be because of postcss.
>>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>>>>
>>>>> Hi Courneau,
>>>>>
>>>>> I am getting this error running:
>>>>>
>>>>> mvn package
>>>>> grunt build
>>>>>
>>>>>
>>>>>  [ERROR] Failed to execute goal
>>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>>
>>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>>
>>>>>        >> Error: Cannot find module 'postcss'
>>>>>
>>>>>        Loading "connect.js" tasks...ERROR
>>>>>
>>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>>
>>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>>> installed?
>>>>>
>>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>>
>>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>>
>>>>>        Warning: Task "autoprefixer" not found. Use --force to
>>>>> continue.
>>>>>
>>>>>
>>>>>
>>>>>        Aborted due to warnings.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>>
>>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>>>>> 86%
>>>>>
>>>>>        Total 7ms
>>>>>
>>>>>        STDERR:
>>>>>
>>>>>
>>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> Right,
>>>>>>
>>>>>> Inside zeppelin-web:
>>>>>>
>>>>>> mvn package
>>>>>> grunt build
>>>>>> (To see if there is a problem)
>>>>>>
>>>>>> Inside incubator-zeppelin:
>>>>>>
>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>> -DskipTests
>>>>>>
>>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>>
>>>>>>> Then now , I should try this:
>>>>>>>
>>>>>>> Inside zeppelin-web:
>>>>>>>
>>>>>>> mvn package
>>>>>>> grunt build
>>>>>>>
>>>>>>> Inside incubator-zeppelin:
>>>>>>>
>>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>>> -DskipTests
>>>>>>>
>>>>>>>
>>>>>>> Isn't?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>
>>>>>>>> If mvn package and grunt build worked,
>>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main
>>>>>>>> folder.
>>>>>>>>
>>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Corneau,
>>>>>>>>>
>>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>>>> What I have is supposed to do now ?
>>>>>>>>>
>>>>>>>>> Best,
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Corneau.
>>>>>>>>>>>
>>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after
>>>>>>>>>>> that 'mvn clean package -DskipTests' inside incubator-zeppelin?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>>
>>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am getting
>>>>>>>>>>>>> that error when I tried to build inside zeppelin-web:
>>>>>>>>>>>>>
>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>
>>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>
>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>
>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>
>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>
>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>>>>> available as 'css-select'
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>
>>>>>>>>>>>>>         at
>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>
>>>>>>>>>>>>>         at
>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>
>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>
>>>>>>>>>>>>> :
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>         at
>>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this
>>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your
>>>>>>>>>>>>>>> Bower packages. Use --force to continue.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing
>>>>>>>>>>>>>>> fsevents@1.0.2
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the
>>>>>>>>>>>>>>>> frontend webapplication failing somehow.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> For us to investigate the reason, could you post the OS you
>>>>>>>>>>>>>>>> are using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder
>>>>>>>>>>>>>>>>> before doing a new test, but nothing.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <
>>>>>>>>>>>>>>>>> corneadoug@gmail.com> escribió:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or
>>>>>>>>>>>>>>>>>> run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can
>>>>>>>>>>>>>>>>>>> resume the build with the command
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
Hi Pablo,

I'm getting a bit confused since this output you posted

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

Seems to be the result of 'mvn package' (in zeppelin-web?) and you said
before that it was working.

Now, could you check that your npm is running well, by doing: 'npm install'
inside zeppelin-web?
I'm starting wondering if you are not behind some kind of proxy that blocks
it.

On Fri, Oct 23, 2015 at 2:43 AM, Pablo Torre <pa...@gmail.com> wrote:

> Hi Corneau,
>
> I don't know if it can help this trace:
>
> [ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web
>
>        [ERROR] npm ERR! node -v v0.10.22
>
>        [ERROR] npm ERR! npm -v 1.3.8
>
>
> The version of node and npm...
>
> 2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:
>
>> Thanks Corneau for your time!
>>
>> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> I see, I will try to clean all dependencies from my laptop to test.
>>> Seems it could be because of postcss.
>>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>>>
>>>> Hi Courneau,
>>>>
>>>> I am getting this error running:
>>>>
>>>> mvn package
>>>> grunt build
>>>>
>>>>
>>>>  [ERROR] Failed to execute goal
>>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>>> failed. (error code 1) -> [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/MojoFailureException
>>>>
>>>>        Loading "autoprefixer.js" tasks...ERROR
>>>>
>>>>        >> Error: Cannot find module 'postcss'
>>>>
>>>>        Loading "connect.js" tasks...ERROR
>>>>
>>>>        >> Error: Cannot find module 'cookie-signature'
>>>>
>>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>>> installed?
>>>>
>>>>        Loading "ng-annotate.js" tasks...ERROR
>>>>
>>>>        >> Error: Cannot find module 'simple-fmt'
>>>>
>>>>        Warning: Task "autoprefixer" not found. Use --force to continue.
>>>>
>>>>
>>>>
>>>>        Aborted due to warnings.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>>
>>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>>
>>>>        Total 7ms
>>>>
>>>>        STDERR:
>>>>
>>>>
>>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> Right,
>>>>>
>>>>> Inside zeppelin-web:
>>>>>
>>>>> mvn package
>>>>> grunt build
>>>>> (To see if there is a problem)
>>>>>
>>>>> Inside incubator-zeppelin:
>>>>>
>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>> -DskipTests
>>>>>
>>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>>
>>>>>> Then now , I should try this:
>>>>>>
>>>>>> Inside zeppelin-web:
>>>>>>
>>>>>> mvn package
>>>>>> grunt build
>>>>>>
>>>>>> Inside incubator-zeppelin:
>>>>>>
>>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>>> -DskipTests
>>>>>>
>>>>>>
>>>>>> Isn't?
>>>>>>
>>>>>>
>>>>>>
>>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>
>>>>>>> If mvn package and grunt build worked,
>>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main folder.
>>>>>>>
>>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> Hi Corneau,
>>>>>>>>
>>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>>> What I have is supposed to do now ?
>>>>>>>>
>>>>>>>> Best,
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>
>>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>>
>>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Corneau.
>>>>>>>>>>
>>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after
>>>>>>>>>> that 'mvn clean package -DskipTests' inside incubator-zeppelin?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>>
>>>>>>>>>>>> No, it doesn't mean that I am past that error. I am getting
>>>>>>>>>>>> that error when I tried to build inside zeppelin-web:
>>>>>>>>>>>>
>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>> ./npm install
>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>
>>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>
>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>
>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>
>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>
>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>
>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>
>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>> license field.
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>>>> available as 'css-select'
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>>
>>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it
>>>>>>>>>>>> doesn't work:
>>>>>>>>>>>>
>>>>>>>>>>>> Caused by:
>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>
>>>>>>>>>>>>         at
>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>
>>>>>>>>>>>>         at
>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>
>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>
>>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>>>>>>>>
>>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>>
>>>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>>>
>>>>>>>>>>>>> Caused by:
>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>>
>>>>>>>>>>>>>         at
>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>>
>>>>>>>>>>>>>         at
>>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>>
>>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>> ...."
>>>>>>>>>>>>>
>>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this
>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is
>>>>>>>>>>>>>> now available as 'css-select'
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>>>>>>>>> webapplication failing somehow.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> For us to investigate the reason, could you post the OS you
>>>>>>>>>>>>>>> are using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder
>>>>>>>>>>>>>>>> before doing a new test, but nothing.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or
>>>>>>>>>>>>>>>>> run mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can
>>>>>>>>>>>>>>>>>> resume the build with the command
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Corneau,

I don't know if it can help this trace:

[ERROR] npm ERR! cwd /incubator-zeppelin/zeppelin-web

       [ERROR] npm ERR! node -v v0.10.22

       [ERROR] npm ERR! npm -v 1.3.8


The version of node and npm...

2015-10-22 19:07 GMT+02:00 Pablo Torre <pa...@gmail.com>:

> Thanks Corneau for your time!
>
> 2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> I see, I will try to clean all dependencies from my laptop to test. Seems
>> it could be because of postcss.
>> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>>
>>> Hi Courneau,
>>>
>>> I am getting this error running:
>>>
>>> mvn package
>>> grunt build
>>>
>>>
>>>  [ERROR] Failed to execute goal
>>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>>> failed. (error code 1) -> [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/MojoFailureException
>>>
>>>        Loading "autoprefixer.js" tasks...ERROR
>>>
>>>        >> Error: Cannot find module 'postcss'
>>>
>>>        Loading "connect.js" tasks...ERROR
>>>
>>>        >> Error: Cannot find module 'cookie-signature'
>>>
>>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>>> installed?
>>>
>>>        Loading "ng-annotate.js" tasks...ERROR
>>>
>>>        >> Error: Cannot find module 'simple-fmt'
>>>
>>>        Warning: Task "autoprefixer" not found. Use --force to continue.
>>>
>>>
>>>
>>>        Aborted due to warnings.
>>>
>>>
>>>
>>>
>>>
>>>        Execution Time (2015-10-22 13:31:43 UTC)
>>>
>>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>>
>>>        Total 7ms
>>>
>>>        STDERR:
>>>
>>>
>>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> Right,
>>>>
>>>> Inside zeppelin-web:
>>>>
>>>> mvn package
>>>> grunt build
>>>> (To see if there is a problem)
>>>>
>>>> Inside incubator-zeppelin:
>>>>
>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>> -DskipTests
>>>>
>>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>>
>>>>> Then now , I should try this:
>>>>>
>>>>> Inside zeppelin-web:
>>>>>
>>>>> mvn package
>>>>> grunt build
>>>>>
>>>>> Inside incubator-zeppelin:
>>>>>
>>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>>> -DskipTests
>>>>>
>>>>>
>>>>> Isn't?
>>>>>
>>>>>
>>>>>
>>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> If mvn package and grunt build worked,
>>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main folder.
>>>>>>
>>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Corneau,
>>>>>>>
>>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>>> What I have is supposed to do now ?
>>>>>>>
>>>>>>> Best,
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>
>>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>>
>>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Corneau.
>>>>>>>>>
>>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after
>>>>>>>>> that 'mvn clean package -DskipTests' inside incubator-zeppelin?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>>
>>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi Vinay,
>>>>>>>>>>>
>>>>>>>>>>> No, it doesn't mean that I am past that error. I am getting that
>>>>>>>>>>> error when I tried to build inside zeppelin-web:
>>>>>>>>>>>
>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>> ./npm install
>>>>>>>>>>> ./grunt build
>>>>>>>>>>>
>>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>
>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>
>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>
>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>
>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>
>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>
>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>> license field.
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>>> available as 'css-select'
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>> installed with -g
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>
>>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't
>>>>>>>>>>> work:
>>>>>>>>>>>
>>>>>>>>>>> Caused by:
>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>
>>>>>>>>>>>         at
>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>
>>>>>>>>>>>         at
>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>
>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>
>>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>>>>>>>
>>>>>>>>>>>> Pablo,
>>>>>>>>>>>>
>>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>>
>>>>>>>>>>>> Caused by:
>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>>
>>>>>>>>>>>>         at
>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>>
>>>>>>>>>>>>         at
>>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>>
>>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>> ...."
>>>>>>>>>>>>
>>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this
>>>>>>>>>>>>> error:
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>>
>>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>>
>>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>>
>>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>>
>>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>>
>>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>>> license field.
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>>>>> available as 'css-select'
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>>
>>>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>>>>>>>> webapplication failing somehow.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> For us to investigate the reason, could you post the OS you
>>>>>>>>>>>>>> are using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Another thing to try is to run grunt build inside
>>>>>>>>>>>>>> zeppelin-web dir manually, like
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>>> ```
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder
>>>>>>>>>>>>>>> before doing a new test, but nothing.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or run
>>>>>>>>>>>>>>>> mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can
>>>>>>>>>>>>>>>>> resume the build with the command
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>



-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Thanks Corneau for your time!

2015-10-22 19:05 GMT+02:00 Corneau Damien <co...@gmail.com>:

> I see, I will try to clean all dependencies from my laptop to test. Seems
> it could be because of postcss.
> On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com> wrote:
>
>> Hi Courneau,
>>
>> I am getting this error running:
>>
>> mvn package
>> grunt build
>>
>>
>>  [ERROR] Failed to execute goal
>> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
>> project zeppelin-web: Failed to run task: 'npm install --color=false'
>> failed. (error code 1) -> [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/MojoFailureException
>>
>>        Loading "autoprefixer.js" tasks...ERROR
>>
>>        >> Error: Cannot find module 'postcss'
>>
>>        Loading "connect.js" tasks...ERROR
>>
>>        >> Error: Cannot find module 'cookie-signature'
>>
>>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
>> installed?
>>
>>        Loading "ng-annotate.js" tasks...ERROR
>>
>>        >> Error: Cannot find module 'simple-fmt'
>>
>>        Warning: Task "autoprefixer" not found. Use --force to continue.
>>
>>
>>
>>        Aborted due to warnings.
>>
>>
>>
>>
>>
>>        Execution Time (2015-10-22 13:31:43 UTC)
>>
>>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>>
>>        Total 7ms
>>
>>        STDERR:
>>
>>
>> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> Right,
>>>
>>> Inside zeppelin-web:
>>>
>>> mvn package
>>> grunt build
>>> (To see if there is a problem)
>>>
>>> Inside incubator-zeppelin:
>>>
>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>> -DskipTests
>>>
>>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> I only tried 'mvn package' inside zeppelin-web.
>>>>
>>>> Then now , I should try this:
>>>>
>>>> Inside zeppelin-web:
>>>>
>>>> mvn package
>>>> grunt build
>>>>
>>>> Inside incubator-zeppelin:
>>>>
>>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>>> -DskipTests
>>>>
>>>>
>>>> Isn't?
>>>>
>>>>
>>>>
>>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> If mvn package and grunt build worked,
>>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main folder.
>>>>>
>>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Corneau,
>>>>>>
>>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>>> What I have is supposed to do now ?
>>>>>>
>>>>>> Best,
>>>>>>
>>>>>>
>>>>>>
>>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>
>>>>>>> only 'mvn package' inside zeppelin-web
>>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>>
>>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> Hi Corneau.
>>>>>>>>
>>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after
>>>>>>>> that 'mvn clean package -DskipTests' inside incubator-zeppelin?
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>>
>>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Vinay,
>>>>>>>>>>
>>>>>>>>>> No, it doesn't mean that I am past that error. I am getting that
>>>>>>>>>> error when I tried to build inside zeppelin-web:
>>>>>>>>>>
>>>>>>>>>> cd zeppelin-web
>>>>>>>>>> ./npm install
>>>>>>>>>> ./grunt build
>>>>>>>>>>
>>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>
>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>
>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>
>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>
>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>
>>>>>>>>>>        Total 169ms
>>>>>>>>>>
>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>> license field.
>>>>>>>>>>
>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>> available as 'css-select'
>>>>>>>>>>
>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>> available as 'css-what'
>>>>>>>>>>
>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>> installed with -g
>>>>>>>>>>
>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>
>>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't
>>>>>>>>>> work:
>>>>>>>>>>
>>>>>>>>>> Caused by:
>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>
>>>>>>>>>>         at
>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>
>>>>>>>>>>         at
>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>
>>>>>>>>>>         ... 21 more
>>>>>>>>>>        [ERROR]
>>>>>>>>>>
>>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>>>>>>
>>>>>>>>>>> Pablo,
>>>>>>>>>>>
>>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>>
>>>>>>>>>>> Caused by:
>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>>
>>>>>>>>>>>         at
>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>>
>>>>>>>>>>>         at
>>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>>
>>>>>>>>>>>         ... 21 more
>>>>>>>>>>>        [ERROR]
>>>>>>>>>>> ...."
>>>>>>>>>>>
>>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this
>>>>>>>>>>>> error:
>>>>>>>>>>>>
>>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>>
>>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>>
>>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>>
>>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>>
>>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>>
>>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>>
>>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>>> license field.
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>>>> available as 'css-select'
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>>> installed with -g
>>>>>>>>>>>>
>>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>>>>>>> webapplication failing somehow.
>>>>>>>>>>>>>
>>>>>>>>>>>>> For us to investigate the reason, could you post the OS you
>>>>>>>>>>>>> are using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Another thing to try is to run grunt build inside zeppelin-web
>>>>>>>>>>>>> dir manually, like
>>>>>>>>>>>>>
>>>>>>>>>>>>> ```
>>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>>> ./npm install
>>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>>> ```
>>>>>>>>>>>>>
>>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Alex
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder
>>>>>>>>>>>>>> before doing a new test, but nothing.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or run
>>>>>>>>>>>>>>> mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can
>>>>>>>>>>>>>>>> resume the build with the command
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
I see, I will try to clean all dependencies from my laptop to test. Seems
it could be because of postcss.
On Oct 22, 2015 10:33 PM, "Pablo Torre" <pa...@gmail.com> wrote:

> Hi Courneau,
>
> I am getting this error running:
>
> mvn package
> grunt build
>
>
>  [ERROR] Failed to execute goal
> com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
> project zeppelin-web: Failed to run task: 'npm install --color=false'
> failed. (error code 1) -> [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/MojoFailureException
>
>        Loading "autoprefixer.js" tasks...ERROR
>
>        >> Error: Cannot find module 'postcss'
>
>        Loading "connect.js" tasks...ERROR
>
>        >> Error: Cannot find module 'cookie-signature'
>
>        >> Local Npm module "grunt-contrib-uglify" not found. Is it
> installed?
>
>        Loading "ng-annotate.js" tasks...ERROR
>
>        >> Error: Cannot find module 'simple-fmt'
>
>        Warning: Task "autoprefixer" not found. Use --force to continue.
>
>
>
>        Aborted due to warnings.
>
>
>
>
>
>        Execution Time (2015-10-22 13:31:43 UTC)
>
>        loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%
>
>        Total 7ms
>
>        STDERR:
>
>
> 2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> Right,
>>
>> Inside zeppelin-web:
>>
>> mvn package
>> grunt build
>> (To see if there is a problem)
>>
>> Inside incubator-zeppelin:
>>
>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>> -DskipTests
>>
>> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> I only tried 'mvn package' inside zeppelin-web.
>>>
>>> Then now , I should try this:
>>>
>>> Inside zeppelin-web:
>>>
>>> mvn package
>>> grunt build
>>>
>>> Inside incubator-zeppelin:
>>>
>>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>>> -DskipTests
>>>
>>>
>>> Isn't?
>>>
>>>
>>>
>>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> If mvn package and grunt build worked,
>>>> Now you can try again 'mvn clean package -Pspark-1.4
>>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main folder.
>>>>
>>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Corneau,
>>>>>
>>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>>> What I have is supposed to do now ?
>>>>>
>>>>> Best,
>>>>>
>>>>>
>>>>>
>>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> only 'mvn package' inside zeppelin-web
>>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>>
>>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Corneau.
>>>>>>>
>>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after that
>>>>>>> 'mvn clean package -DskipTests' inside incubator-zeppelin?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>>
>>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Vinay,
>>>>>>>>>
>>>>>>>>> No, it doesn't mean that I am past that error. I am getting that
>>>>>>>>> error when I tried to build inside zeppelin-web:
>>>>>>>>>
>>>>>>>>> cd zeppelin-web
>>>>>>>>> ./npm install
>>>>>>>>> ./grunt build
>>>>>>>>>
>>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>
>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>
>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>
>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>
>>>>>>>>>        wiredep:app    156ms
>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>
>>>>>>>>>        Total 169ms
>>>>>>>>>
>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>> license field.
>>>>>>>>>
>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>> available as 'css-select'
>>>>>>>>>
>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>> available as 'css-what'
>>>>>>>>>
>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>> installed with -g
>>>>>>>>>
>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>
>>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't
>>>>>>>>> work:
>>>>>>>>>
>>>>>>>>> Caused by:
>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>
>>>>>>>>>         at
>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>
>>>>>>>>>         at
>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>
>>>>>>>>>         ... 21 more
>>>>>>>>>        [ERROR]
>>>>>>>>>
>>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>>>>>
>>>>>>>>>> Pablo,
>>>>>>>>>>
>>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>>
>>>>>>>>>> Caused by:
>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>>
>>>>>>>>>>         at
>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>>
>>>>>>>>>>         at
>>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>>
>>>>>>>>>>         ... 21 more
>>>>>>>>>>        [ERROR]
>>>>>>>>>> ...."
>>>>>>>>>>
>>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>>
>>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>>>>>>>>
>>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>>
>>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>>
>>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>>
>>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>>
>>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>>
>>>>>>>>>>>        Total 169ms
>>>>>>>>>>>
>>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>>> license field.
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>>> available as 'css-select'
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>>> available as 'css-what'
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>>> installed with -g
>>>>>>>>>>>
>>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>>>>>> webapplication failing somehow.
>>>>>>>>>>>>
>>>>>>>>>>>> For us to investigate the reason, could you post the OS you are
>>>>>>>>>>>> using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>>>>
>>>>>>>>>>>> Another thing to try is to run grunt build inside zeppelin-web
>>>>>>>>>>>> dir manually, like
>>>>>>>>>>>>
>>>>>>>>>>>> ```
>>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>>> ./npm install
>>>>>>>>>>>> ./grunt build
>>>>>>>>>>>> ```
>>>>>>>>>>>>
>>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Alex
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before
>>>>>>>>>>>>> doing a new test, but nothing.
>>>>>>>>>>>>>
>>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or run
>>>>>>>>>>>>>> mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can resume
>>>>>>>>>>>>>>> the build with the command
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> --
>>>>>>>>>>>> Kind regards,
>>>>>>>>>>>> Alexander.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Courneau,

I am getting this error running:

mvn package
grunt build


 [ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.23:npm (npm install) on
project zeppelin-web: Failed to run task: 'npm install --color=false'
failed. (error code 1) -> [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/MojoFailureException

       Loading "autoprefixer.js" tasks...ERROR

       >> Error: Cannot find module 'postcss'

       Loading "connect.js" tasks...ERROR

       >> Error: Cannot find module 'cookie-signature'

       >> Local Npm module "grunt-contrib-uglify" not found. Is it
installed?

       Loading "ng-annotate.js" tasks...ERROR

       >> Error: Cannot find module 'simple-fmt'

       Warning: Task "autoprefixer" not found. Use --force to continue.



       Aborted due to warnings.





       Execution Time (2015-10-22 13:31:43 UTC)

       loading tasks  6ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 86%

       Total 7ms

       STDERR:


2015-10-22 11:02 GMT+02:00 Corneau Damien <co...@gmail.com>:

> Right,
>
> Inside zeppelin-web:
>
> mvn package
> grunt build
> (To see if there is a problem)
>
> Inside incubator-zeppelin:
>
> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
> -DskipTests
>
> On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> I only tried 'mvn package' inside zeppelin-web.
>>
>> Then now , I should try this:
>>
>> Inside zeppelin-web:
>>
>> mvn package
>> grunt build
>>
>> Inside incubator-zeppelin:
>>
>> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
>> -DskipTests
>>
>>
>> Isn't?
>>
>>
>>
>> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> If mvn package and grunt build worked,
>>> Now you can try again 'mvn clean package -Pspark-1.4
>>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main folder.
>>>
>>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> Hi Corneau,
>>>>
>>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>>> What I have is supposed to do now ?
>>>>
>>>> Best,
>>>>
>>>>
>>>>
>>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> only 'mvn package' inside zeppelin-web
>>>>> Then ./grunt build inside zeppelin-web should work
>>>>>
>>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Corneau.
>>>>>>
>>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after that 'mvn
>>>>>> clean package -DskipTests' inside incubator-zeppelin?
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>>
>>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> Hi Vinay,
>>>>>>>>
>>>>>>>> No, it doesn't mean that I am past that error. I am getting that
>>>>>>>> error when I tried to build inside zeppelin-web:
>>>>>>>>
>>>>>>>> cd zeppelin-web
>>>>>>>> ./npm install
>>>>>>>> ./grunt build
>>>>>>>>
>>>>>>>> Running "clean:server" (clean) task
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>
>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>> packages. Use --force to continue.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Aborted due to warnings.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>
>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>
>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>
>>>>>>>>        wiredep:app    156ms
>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>
>>>>>>>>        Total 169ms
>>>>>>>>
>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>>>>> field.
>>>>>>>>
>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>> available as 'css-select'
>>>>>>>>
>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>> available as 'css-what'
>>>>>>>>
>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>>>>> with -g
>>>>>>>>
>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>
>>>>>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't
>>>>>>>> work:
>>>>>>>>
>>>>>>>> Caused by:
>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>
>>>>>>>>         at
>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>
>>>>>>>>         at
>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>
>>>>>>>>         ... 21 more
>>>>>>>>        [ERROR]
>>>>>>>>
>>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>>>>
>>>>>>>>> Pablo,
>>>>>>>>>
>>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>>
>>>>>>>>> Caused by:
>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>>
>>>>>>>>>         at
>>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>>
>>>>>>>>>         at
>>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>>
>>>>>>>>>         ... 21 more
>>>>>>>>>        [ERROR]
>>>>>>>>> ...."
>>>>>>>>>
>>>>>>>>> Does this mean you are past this error?
>>>>>>>>>
>>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>>>>>>>
>>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>>
>>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>>
>>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>>
>>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>>
>>>>>>>>>>        wiredep:app    156ms
>>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>>
>>>>>>>>>>        Total 169ms
>>>>>>>>>>
>>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>>> license field.
>>>>>>>>>>
>>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>>> available as 'css-select'
>>>>>>>>>>
>>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>>> available as 'css-what'
>>>>>>>>>>
>>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>>> installed with -g
>>>>>>>>>>
>>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>>>>> webapplication failing somehow.
>>>>>>>>>>>
>>>>>>>>>>> For us to investigate the reason, could you post the OS you are
>>>>>>>>>>> using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>>>
>>>>>>>>>>> Another thing to try is to run grunt build inside zeppelin-web
>>>>>>>>>>> dir manually, like
>>>>>>>>>>>
>>>>>>>>>>> ```
>>>>>>>>>>> cd zeppelin-web
>>>>>>>>>>> ./npm install
>>>>>>>>>>> ./grunt build
>>>>>>>>>>> ```
>>>>>>>>>>>
>>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Alex
>>>>>>>>>>>
>>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before
>>>>>>>>>>>> doing a new test, but nothing.
>>>>>>>>>>>>
>>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>>>>> escribió:
>>>>>>>>>>>>
>>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or run
>>>>>>>>>>>>> mvn package in zeppelin-web only (would be faster)
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can resume
>>>>>>>>>>>>>> the build with the command
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> --
>>>>>>>>>>> Kind regards,
>>>>>>>>>>> Alexander.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
Right,

Inside zeppelin-web:

mvn package
grunt build
(To see if there is a problem)

Inside incubator-zeppelin:

mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
-DskipTests

On Thu, Oct 22, 2015 at 5:54 PM, Pablo Torre <pa...@gmail.com> wrote:

> I only tried 'mvn package' inside zeppelin-web.
>
> Then now , I should try this:
>
> Inside zeppelin-web:
>
> mvn package
> grunt build
>
> Inside incubator-zeppelin:
>
> mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
> -DskipTests
>
>
> Isn't?
>
>
>
> 2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> If mvn package and grunt build worked,
>> Now you can try again 'mvn clean package -Pspark-1.4
>> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main folder.
>>
>> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> Hi Corneau,
>>>
>>> I tried only 'mvn package' inside zeppelin-web and it works.
>>> What I have is supposed to do now ?
>>>
>>> Best,
>>>
>>>
>>>
>>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> only 'mvn package' inside zeppelin-web
>>>> Then ./grunt build inside zeppelin-web should work
>>>>
>>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Corneau.
>>>>>
>>>>> Do you mean execute 'mvn package' inside zeppelin-web and after that 'mvn
>>>>> clean package -DskipTests' inside incubator-zeppelin?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>>
>>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Vinay,
>>>>>>>
>>>>>>> No, it doesn't mean that I am past that error. I am getting that
>>>>>>> error when I tried to build inside zeppelin-web:
>>>>>>>
>>>>>>> cd zeppelin-web
>>>>>>> ./npm install
>>>>>>> ./grunt build
>>>>>>>
>>>>>>> Running "clean:server" (clean) task
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>
>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>> packages. Use --force to continue.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Aborted due to warnings.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>
>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>
>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>
>>>>>>>        wiredep:app    156ms
>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>
>>>>>>>        Total 169ms
>>>>>>>
>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>>>> field.
>>>>>>>
>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>> available as 'css-select'
>>>>>>>
>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>> available as 'css-what'
>>>>>>>
>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>>>> with -g
>>>>>>>
>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>
>>>>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't
>>>>>>> work:
>>>>>>>
>>>>>>> Caused by:
>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>> --no-color' failed. (error code 137)
>>>>>>>
>>>>>>>         at
>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>
>>>>>>>         at
>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>
>>>>>>>         ... 21 more
>>>>>>>        [ERROR]
>>>>>>>
>>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>>>
>>>>>>>> Pablo,
>>>>>>>>
>>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>>
>>>>>>>> Caused by:
>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>>> --no-color' failed. (error code 137)
>>>>>>>>
>>>>>>>>         at
>>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>>
>>>>>>>>         at
>>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>>
>>>>>>>>         ... 21 more
>>>>>>>>        [ERROR]
>>>>>>>> ...."
>>>>>>>>
>>>>>>>> Does this mean you are past this error?
>>>>>>>>
>>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>>>>>>
>>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>>
>>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>>> packages. Use --force to continue.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Aborted due to warnings.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>>
>>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>>
>>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>>
>>>>>>>>>        wiredep:app    156ms
>>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>>
>>>>>>>>>        Total 169ms
>>>>>>>>>
>>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No
>>>>>>>>> license field.
>>>>>>>>>
>>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>>> available as 'css-select'
>>>>>>>>>
>>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>>> available as 'css-what'
>>>>>>>>>
>>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be
>>>>>>>>> installed with -g
>>>>>>>>>
>>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <
>>>>>>>>> abezzubov@nflabs.com>:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>>>> webapplication failing somehow.
>>>>>>>>>>
>>>>>>>>>> For us to investigate the reason, could you post the OS you are
>>>>>>>>>> using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>>
>>>>>>>>>> Another thing to try is to run grunt build inside zeppelin-web
>>>>>>>>>> dir manually, like
>>>>>>>>>>
>>>>>>>>>> ```
>>>>>>>>>> cd zeppelin-web
>>>>>>>>>> ./npm install
>>>>>>>>>> ./grunt build
>>>>>>>>>> ```
>>>>>>>>>>
>>>>>>>>>> Please let us know if that help!
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Alex
>>>>>>>>>>
>>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before
>>>>>>>>>>> doing a new test, but nothing.
>>>>>>>>>>>
>>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>>>> escribió:
>>>>>>>>>>>
>>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>>
>>>>>>>>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>>>>>>>>> package in zeppelin-web only (would be faster)
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I am trying to install zeppelin using the repository in
>>>>>>>>>>>>> github: https://github.com/apache/incubator-zeppelin
>>>>>>>>>>>>> executing next command:
>>>>>>>>>>>>>
>>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [ERROR] After correcting the problems, you can resume
>>>>>>>>>>>>> the build with the command
>>>>>>>>>>>>>
>>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>>
>>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> --
>>>>>>>>>> Kind regards,
>>>>>>>>>> Alexander.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
I only tried 'mvn package' inside zeppelin-web.

Then now , I should try this:

Inside zeppelin-web:

mvn package
grunt build

Inside incubator-zeppelin:

mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2
-DskipTests


Isn't?


2015-10-22 10:52 GMT+02:00 Corneau Damien <co...@gmail.com>:

> If mvn package and grunt build worked,
> Now you can try again 'mvn clean package -Pspark-1.4
> -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests' in the main folder.
>
> On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> Hi Corneau,
>>
>> I tried only 'mvn package' inside zeppelin-web and it works.
>> What I have is supposed to do now ?
>>
>> Best,
>>
>>
>>
>> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> only 'mvn package' inside zeppelin-web
>>> Then ./grunt build inside zeppelin-web should work
>>>
>>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> Hi Corneau.
>>>>
>>>> Do you mean execute 'mvn package' inside zeppelin-web and after that 'mvn
>>>> clean package -DskipTests' inside incubator-zeppelin?
>>>>
>>>>
>>>>
>>>>
>>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>>
>>>>> Hi,
>>>>>
>>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>>
>>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Vinay,
>>>>>>
>>>>>> No, it doesn't mean that I am past that error. I am getting that
>>>>>> error when I tried to build inside zeppelin-web:
>>>>>>
>>>>>> cd zeppelin-web
>>>>>> ./npm install
>>>>>> ./grunt build
>>>>>>
>>>>>> Running "clean:server" (clean) task
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>
>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>> packages. Use --force to continue.
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Aborted due to warnings.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>
>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>
>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>
>>>>>>        wiredep:app    156ms
>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>
>>>>>>        Total 169ms
>>>>>>
>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>>> field.
>>>>>>
>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>> available as 'css-select'
>>>>>>
>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>> available as 'css-what'
>>>>>>
>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>>> with -g
>>>>>>
>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>
>>>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't work:
>>>>>>
>>>>>> Caused by:
>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>> --no-color' failed. (error code 137)
>>>>>>
>>>>>>         at
>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>
>>>>>>         at
>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>
>>>>>>         ... 21 more
>>>>>>        [ERROR]
>>>>>>
>>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>>
>>>>>>> Pablo,
>>>>>>>
>>>>>>> Is this error after the previous error you mentioned "....
>>>>>>>
>>>>>>> Caused by:
>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>>> --no-color' failed. (error code 137)
>>>>>>>
>>>>>>>         at
>>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>>
>>>>>>>         at
>>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>>
>>>>>>>         ... 21 more
>>>>>>>        [ERROR]
>>>>>>> ...."
>>>>>>>
>>>>>>> Does this mean you are past this error?
>>>>>>>
>>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>>>>>
>>>>>>>>  Running "clean:server" (clean) task
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>>
>>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>>> packages. Use --force to continue.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Aborted due to warnings.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>>
>>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>>
>>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>>
>>>>>>>>        wiredep:app    156ms
>>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>>
>>>>>>>>        Total 169ms
>>>>>>>>
>>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>>>>> field.
>>>>>>>>
>>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>>> available as 'css-select'
>>>>>>>>
>>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>>> available as 'css-what'
>>>>>>>>
>>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>>>>> with -g
>>>>>>>>
>>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>>
>>>>>>>>
>>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <abezzubov@nflabs.com
>>>>>>>> >:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>>> webapplication failing somehow.
>>>>>>>>>
>>>>>>>>> For us to investigate the reason, could you post the OS you are
>>>>>>>>> using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>>
>>>>>>>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>>>>>>>> manually, like
>>>>>>>>>
>>>>>>>>> ```
>>>>>>>>> cd zeppelin-web
>>>>>>>>> ./npm install
>>>>>>>>> ./grunt build
>>>>>>>>> ```
>>>>>>>>>
>>>>>>>>> Please let us know if that help!
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Alex
>>>>>>>>>
>>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before
>>>>>>>>>> doing a new test, but nothing.
>>>>>>>>>>
>>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>>> escribió:
>>>>>>>>>>
>>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>>
>>>>>>>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>>>>>>>> package in zeppelin-web only (would be faster)
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi guys,
>>>>>>>>>>>>
>>>>>>>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>>>>>>>> https://github.com/apache/incubator-zeppelin executing next
>>>>>>>>>>>> command:
>>>>>>>>>>>>
>>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>>
>>>>>>>>>>>>        [INFO]
>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>
>>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>>
>>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>>
>>>>>>>>>>>>        [ERROR] After correcting the problems, you can resume
>>>>>>>>>>>> the build with the command
>>>>>>>>>>>>
>>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>>
>>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> --
>>>>>>>>> Kind regards,
>>>>>>>>> Alexander.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
If mvn package and grunt build worked,
Now you can try again 'mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0
-Phadoop-2.2 -DskipTests' in the main folder.

On Thu, Oct 22, 2015 at 5:40 PM, Pablo Torre <pa...@gmail.com> wrote:

> Hi Corneau,
>
> I tried only 'mvn package' inside zeppelin-web and it works.
> What I have is supposed to do now ?
>
> Best,
>
>
>
> 2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> only 'mvn package' inside zeppelin-web
>> Then ./grunt build inside zeppelin-web should work
>>
>> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> Hi Corneau.
>>>
>>> Do you mean execute 'mvn package' inside zeppelin-web and after that 'mvn
>>> clean package -DskipTests' inside incubator-zeppelin?
>>>
>>>
>>>
>>>
>>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>>
>>>> Hi,
>>>>
>>>> Can you try running 'mvn package' inside zeppelin-web?
>>>>
>>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Vinay,
>>>>>
>>>>> No, it doesn't mean that I am past that error. I am getting that error
>>>>> when I tried to build inside zeppelin-web:
>>>>>
>>>>> cd zeppelin-web
>>>>> ./npm install
>>>>> ./grunt build
>>>>>
>>>>> Running "clean:server" (clean) task
>>>>>
>>>>>
>>>>>
>>>>>        Running "wiredep:app" (wiredep) task
>>>>>
>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>> packages. Use --force to continue.
>>>>>
>>>>>
>>>>>
>>>>>        Aborted due to warnings.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>
>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>
>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>
>>>>>        wiredep:app    156ms
>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>
>>>>>        Total 169ms
>>>>>
>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>> field.
>>>>>
>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>> available as 'css-select'
>>>>>
>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available
>>>>> as 'css-what'
>>>>>
>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>> with -g
>>>>>
>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>
>>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't work:
>>>>>
>>>>> Caused by:
>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>> --no-color' failed. (error code 137)
>>>>>
>>>>>         at
>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>
>>>>>         at
>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>
>>>>>         ... 21 more
>>>>>        [ERROR]
>>>>>
>>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>>
>>>>>> Pablo,
>>>>>>
>>>>>> Is this error after the previous error you mentioned "....
>>>>>>
>>>>>> Caused by:
>>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>>> --no-color' failed. (error code 137)
>>>>>>
>>>>>>         at
>>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>>
>>>>>>         at
>>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>>
>>>>>>         ... 21 more
>>>>>>        [ERROR]
>>>>>> ...."
>>>>>>
>>>>>> Does this mean you are past this error?
>>>>>>
>>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>>>>
>>>>>>>  Running "clean:server" (clean) task
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>>
>>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>>> packages. Use --force to continue.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Aborted due to warnings.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>>
>>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>>
>>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>>
>>>>>>>        wiredep:app    156ms
>>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>>
>>>>>>>        Total 169ms
>>>>>>>
>>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>>>> field.
>>>>>>>
>>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>>> available as 'css-select'
>>>>>>>
>>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>>> available as 'css-what'
>>>>>>>
>>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>>>> with -g
>>>>>>>
>>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>>
>>>>>>>
>>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>
>>>>>>> :
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>>> webapplication failing somehow.
>>>>>>>>
>>>>>>>> For us to investigate the reason, could you post the OS you are
>>>>>>>> using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>>
>>>>>>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>>>>>>> manually, like
>>>>>>>>
>>>>>>>> ```
>>>>>>>> cd zeppelin-web
>>>>>>>> ./npm install
>>>>>>>> ./grunt build
>>>>>>>> ```
>>>>>>>>
>>>>>>>> Please let us know if that help!
>>>>>>>>
>>>>>>>> --
>>>>>>>> Alex
>>>>>>>>
>>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before
>>>>>>>>> doing a new test, but nothing.
>>>>>>>>>
>>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>>> escribió:
>>>>>>>>>
>>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>>
>>>>>>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>>>>>>> package in zeppelin-web only (would be faster)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hi guys,
>>>>>>>>>>>
>>>>>>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>>>>>>> https://github.com/apache/incubator-zeppelin executing next
>>>>>>>>>>> command:
>>>>>>>>>>>
>>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> But I am getting this error:
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin
>>>>>>>>>>> .......................................... SUCCESS [12:24.531s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Interpreter
>>>>>>>>>>> ............................. SUCCESS [41.705s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Zengine
>>>>>>>>>>> ................................. SUCCESS [18.383s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies
>>>>>>>>>>> ...................... SUCCESS [1:39.317s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Spark
>>>>>>>>>>> ................................... SUCCESS [1:19.381s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter
>>>>>>>>>>> .................... SUCCESS [9.290s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter
>>>>>>>>>>> ..................... SUCCESS [2.248s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter
>>>>>>>>>>> ....................... SUCCESS [2.128s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter
>>>>>>>>>>> ........................ SUCCESS [15.261s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter
>>>>>>>>>>> .............. SUCCESS [24.200s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter
>>>>>>>>>>> ................ SUCCESS [34.011s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter
>>>>>>>>>>> .................. SUCCESS [6.286s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter
>>>>>>>>>>> ........................ SUCCESS [9.434s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Flink
>>>>>>>>>>> ................................... SUCCESS [57.458s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter
>>>>>>>>>>> ............... SUCCESS [8.344s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter
>>>>>>>>>>> ....................... SUCCESS [4.417s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter
>>>>>>>>>>> ........................ SUCCESS [20.959s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Cassandra
>>>>>>>>>>> ............................... SUCCESS [4:46.080s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: web Application
>>>>>>>>>>> ......................... FAILURE [4:15.302s]
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Server
>>>>>>>>>>> .................................. SKIPPED
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution
>>>>>>>>>>> .................. SKIPPED
>>>>>>>>>>>
>>>>>>>>>>>        [INFO]
>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>>
>>>>>>>>>>>        [INFO]
>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>>
>>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>>
>>>>>>>>>>>        [INFO]
>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>
>>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>>
>>>>>>>>>>>        [ERROR]
>>>>>>>>>>>
>>>>>>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>>>>>>> build with the command
>>>>>>>>>>>
>>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>>
>>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Pablo Torre.
>>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> --
>>>>>>>> Kind regards,
>>>>>>>> Alexander.
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Corneau,

I tried only 'mvn package' inside zeppelin-web and it works.
What I have is supposed to do now ?

Best,



2015-10-22 10:04 GMT+02:00 Corneau Damien <co...@gmail.com>:

> only 'mvn package' inside zeppelin-web
> Then ./grunt build inside zeppelin-web should work
>
> On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> Hi Corneau.
>>
>> Do you mean execute 'mvn package' inside zeppelin-web and after that 'mvn
>> clean package -DskipTests' inside incubator-zeppelin?
>>
>>
>>
>>
>> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>>
>>> Hi,
>>>
>>> Can you try running 'mvn package' inside zeppelin-web?
>>>
>>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> Hi Vinay,
>>>>
>>>> No, it doesn't mean that I am past that error. I am getting that error
>>>> when I tried to build inside zeppelin-web:
>>>>
>>>> cd zeppelin-web
>>>> ./npm install
>>>> ./grunt build
>>>>
>>>> Running "clean:server" (clean) task
>>>>
>>>>
>>>>
>>>>        Running "wiredep:app" (wiredep) task
>>>>
>>>>        Warning: Error: Cannot find where you keep your Bower packages.
>>>> Use --force to continue.
>>>>
>>>>
>>>>
>>>>        Aborted due to warnings.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>
>>>>        loading tasks    5ms  ▇▇ 3%
>>>>
>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>
>>>>        wiredep:app    156ms
>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>
>>>>        Total 169ms
>>>>
>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>> field.
>>>>
>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>> available as 'css-select'
>>>>
>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available
>>>> as 'css-what'
>>>>
>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>> with -g
>>>>
>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>
>>>>  Because trying to do: mvn clean package -DskipTests, it doesn't work:
>>>>
>>>> Caused by:
>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>> --no-color' failed. (error code 137)
>>>>
>>>>         at
>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>
>>>>         at
>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>
>>>>         ... 21 more
>>>>        [ERROR]
>>>>
>>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>>
>>>>> Pablo,
>>>>>
>>>>> Is this error after the previous error you mentioned "....
>>>>>
>>>>> Caused by:
>>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>>> --no-color' failed. (error code 137)
>>>>>
>>>>>         at
>>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>>
>>>>>         at
>>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>>
>>>>>         ... 21 more
>>>>>        [ERROR]
>>>>> ...."
>>>>>
>>>>> Does this mean you are past this error?
>>>>>
>>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>>>
>>>>>>  Running "clean:server" (clean) task
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Running "wiredep:app" (wiredep) task
>>>>>>
>>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>>> packages. Use --force to continue.
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Aborted due to warnings.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>>
>>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>>
>>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>>
>>>>>>        wiredep:app    156ms
>>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>>
>>>>>>        Total 169ms
>>>>>>
>>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>>> field.
>>>>>>
>>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>>> available as 'css-select'
>>>>>>
>>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now
>>>>>> available as 'css-what'
>>>>>>
>>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>>> with -g
>>>>>>
>>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>>
>>>>>>
>>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>>> webapplication failing somehow.
>>>>>>>
>>>>>>> For us to investigate the reason, could you post the OS you are
>>>>>>> using (`uname -a`, `cat /etc/issue`), as well as results of running the
>>>>>>> same mvn command but with `-e` switch please?
>>>>>>>
>>>>>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>>>>>> manually, like
>>>>>>>
>>>>>>> ```
>>>>>>> cd zeppelin-web
>>>>>>> ./npm install
>>>>>>> ./grunt build
>>>>>>> ```
>>>>>>>
>>>>>>> Please let us know if that help!
>>>>>>>
>>>>>>> --
>>>>>>> Alex
>>>>>>>
>>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before
>>>>>>>> doing a new test, but nothing.
>>>>>>>>
>>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>>> escribió:
>>>>>>>>
>>>>>>>>> Can you tell us your maven version?
>>>>>>>>>
>>>>>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>>>>>> package in zeppelin-web only (would be faster)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi guys,
>>>>>>>>>>
>>>>>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>>>>>> https://github.com/apache/incubator-zeppelin executing next
>>>>>>>>>> command:
>>>>>>>>>>
>>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> But I am getting this error:
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin ..........................................
>>>>>>>>>> SUCCESS [12:24.531s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>>>>>>> SUCCESS [41.705s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>>>>>>> SUCCESS [18.383s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>>>>>>> SUCCESS [1:39.317s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>>>>>>> SUCCESS [1:19.381s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>>>>>>> SUCCESS [9.290s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>>>>>>> SUCCESS [2.248s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>>>>>>> SUCCESS [2.128s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>>>>>>> SUCCESS [15.261s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>>>>>>> SUCCESS [24.200s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>>>>>>> SUCCESS [34.011s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>>>>>>> SUCCESS [6.286s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>>>>>>> SUCCESS [9.434s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>>>>>>> SUCCESS [57.458s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>>>>>>> SUCCESS [8.344s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>>>>>>> SUCCESS [4.417s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>>>>>>> SUCCESS [20.959s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>>>>>>> SUCCESS [4:46.080s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: web Application .........................
>>>>>>>>>> FAILURE [4:15.302s]
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Server ..................................
>>>>>>>>>> SKIPPED
>>>>>>>>>>
>>>>>>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>>>>>>> SKIPPED
>>>>>>>>>>
>>>>>>>>>>        [INFO]
>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>
>>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>>
>>>>>>>>>>        [INFO]
>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>
>>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>>
>>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>>
>>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>>
>>>>>>>>>>        [INFO]
>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>
>>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>>
>>>>>>>>>>        [ERROR]
>>>>>>>>>>
>>>>>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>>>>>> build with the command
>>>>>>>>>>
>>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>>
>>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Pablo Torre.
>>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>>> Oleiros (Coruña)
>>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> --
>>>>>>> Kind regards,
>>>>>>> Alexander.
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
only 'mvn package' inside zeppelin-web
Then ./grunt build inside zeppelin-web should work

On Thu, Oct 22, 2015 at 4:54 PM, Pablo Torre <pa...@gmail.com> wrote:

> Hi Corneau.
>
> Do you mean execute 'mvn package' inside zeppelin-web and after that 'mvn
> clean package -DskipTests' inside incubator-zeppelin?
>
>
>
>
> 2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:
>
>> Hi,
>>
>> Can you try running 'mvn package' inside zeppelin-web?
>>
>> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> Hi Vinay,
>>>
>>> No, it doesn't mean that I am past that error. I am getting that error
>>> when I tried to build inside zeppelin-web:
>>>
>>> cd zeppelin-web
>>> ./npm install
>>> ./grunt build
>>>
>>> Running "clean:server" (clean) task
>>>
>>>
>>>
>>>        Running "wiredep:app" (wiredep) task
>>>
>>>        Warning: Error: Cannot find where you keep your Bower packages.
>>> Use --force to continue.
>>>
>>>
>>>
>>>        Aborted due to warnings.
>>>
>>>
>>>
>>>
>>>
>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>
>>>        loading tasks    5ms  ▇▇ 3%
>>>
>>>        clean:server     8ms  ▇▇▇ 5%
>>>
>>>        wiredep:app    156ms
>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>
>>>        Total 169ms
>>>
>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>> field.
>>>
>>>        npm WARN deprecated CSSselect@0.7.0: the module is now available
>>> as 'css-select'
>>>
>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available
>>> as 'css-what'
>>>
>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed with
>>> -g
>>>
>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>
>>>  Because trying to do: mvn clean package -DskipTests, it doesn't work:
>>>
>>> Caused by:
>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>> --no-color' failed. (error code 137)
>>>
>>>         at
>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>
>>>         at
>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>
>>>         ... 21 more
>>>        [ERROR]
>>>
>>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>>
>>>> Pablo,
>>>>
>>>> Is this error after the previous error you mentioned "....
>>>>
>>>> Caused by:
>>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>>> --no-color' failed. (error code 137)
>>>>
>>>>         at
>>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>>
>>>>         at
>>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>>
>>>>         ... 21 more
>>>>        [ERROR]
>>>> ...."
>>>>
>>>> Does this mean you are past this error?
>>>>
>>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>>
>>>>>  Running "clean:server" (clean) task
>>>>>
>>>>>
>>>>>
>>>>>        Running "wiredep:app" (wiredep) task
>>>>>
>>>>>        Warning: Error: Cannot find where you keep your Bower
>>>>> packages. Use --force to continue.
>>>>>
>>>>>
>>>>>
>>>>>        Aborted due to warnings.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>>
>>>>>        loading tasks    5ms  ▇▇ 3%
>>>>>
>>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>>
>>>>>        wiredep:app    156ms
>>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>>
>>>>>        Total 169ms
>>>>>
>>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>>> field.
>>>>>
>>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>>> available as 'css-select'
>>>>>
>>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available
>>>>> as 'css-what'
>>>>>
>>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>>> with -g
>>>>>
>>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>>
>>>>>
>>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>>> webapplication failing somehow.
>>>>>>
>>>>>> For us to investigate the reason, could you post the OS you are using
>>>>>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>>>>>> command but with `-e` switch please?
>>>>>>
>>>>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>>>>> manually, like
>>>>>>
>>>>>> ```
>>>>>> cd zeppelin-web
>>>>>> ./npm install
>>>>>> ./grunt build
>>>>>> ```
>>>>>>
>>>>>> Please let us know if that help!
>>>>>>
>>>>>> --
>>>>>> Alex
>>>>>>
>>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing
>>>>>>> a new test, but nothing.
>>>>>>>
>>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>>> escribió:
>>>>>>>
>>>>>>>> Can you tell us your maven version?
>>>>>>>>
>>>>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>>>>> package in zeppelin-web only (would be faster)
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <
>>>>>>>> pablotorre81@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi guys,
>>>>>>>>>
>>>>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>>>>> https://github.com/apache/incubator-zeppelin executing next
>>>>>>>>> command:
>>>>>>>>>
>>>>>>>>> mvn clean package -DskipTests
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> But I am getting this error:
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin ..........................................
>>>>>>>>> SUCCESS [12:24.531s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>>>>>> SUCCESS [41.705s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>>>>>> SUCCESS [18.383s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>>>>>> SUCCESS [1:39.317s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>>>>>> SUCCESS [1:19.381s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>>>>>> SUCCESS [9.290s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>>>>>> SUCCESS [2.248s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>>>>>> SUCCESS [2.128s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>>>>>> SUCCESS [15.261s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>>>>>> SUCCESS [24.200s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>>>>>> SUCCESS [34.011s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>>>>>> SUCCESS [6.286s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>>>>>> SUCCESS [9.434s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>>>>>> SUCCESS [57.458s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>>>>>> SUCCESS [8.344s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>>>>>> SUCCESS [4.417s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>>>>>> SUCCESS [20.959s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>>>>>> SUCCESS [4:46.080s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: web Application .........................
>>>>>>>>> FAILURE [4:15.302s]
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Server ..................................
>>>>>>>>> SKIPPED
>>>>>>>>>
>>>>>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>>>>>> SKIPPED
>>>>>>>>>
>>>>>>>>>        [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>
>>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>>
>>>>>>>>>        [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>
>>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>>
>>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>>
>>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>>
>>>>>>>>>        [INFO]
>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>
>>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>>
>>>>>>>>>        [ERROR]
>>>>>>>>>
>>>>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>>>>> build with the command
>>>>>>>>>
>>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>>
>>>>>>>>> Can anyone help me with this issue?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Pablo Torre.
>>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>>> Oleiros (Coruña)
>>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> --
>>>>>> Kind regards,
>>>>>> Alexander.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Corneau.

Do you mean execute 'mvn package' inside zeppelin-web and after that 'mvn
clean package -DskipTests' inside incubator-zeppelin?




2015-10-22 9:50 GMT+02:00 Corneau Damien <co...@gmail.com>:

> Hi,
>
> Can you try running 'mvn package' inside zeppelin-web?
>
> On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> Hi Vinay,
>>
>> No, it doesn't mean that I am past that error. I am getting that error
>> when I tried to build inside zeppelin-web:
>>
>> cd zeppelin-web
>> ./npm install
>> ./grunt build
>>
>> Running "clean:server" (clean) task
>>
>>
>>
>>        Running "wiredep:app" (wiredep) task
>>
>>        Warning: Error: Cannot find where you keep your Bower packages.
>> Use --force to continue.
>>
>>
>>
>>        Aborted due to warnings.
>>
>>
>>
>>
>>
>>        Execution Time (2015-10-21 12:51:20 UTC)
>>
>>        loading tasks    5ms  ▇▇ 3%
>>
>>        clean:server     8ms  ▇▇▇ 5%
>>
>>        wiredep:app    156ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>> 92%
>>
>>        Total 169ms
>>
>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license field.
>>
>>        npm WARN deprecated CSSselect@0.7.0: the module is now available
>> as 'css-select'
>>
>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available as
>> 'css-what'
>>
>>        npm WARN prefer global grunt-cli@0.1.13 should be installed with
>> -g
>>
>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>
>>  Because trying to do: mvn clean package -DskipTests, it doesn't work:
>>
>> Caused by:
>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>> --no-color' failed. (error code 137)
>>
>>         at
>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>
>>         at
>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>
>>         ... 21 more
>>        [ERROR]
>>
>> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>>
>>> Pablo,
>>>
>>> Is this error after the previous error you mentioned "....
>>>
>>> Caused by:
>>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>>> --no-color' failed. (error code 137)
>>>
>>>         at
>>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>>
>>>         at
>>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>>
>>>         ... 21 more
>>>        [ERROR]
>>> ...."
>>>
>>> Does this mean you are past this error?
>>>
>>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> I tried to build inside zeppelin-web and I am getting this error:
>>>>
>>>>  Running "clean:server" (clean) task
>>>>
>>>>
>>>>
>>>>        Running "wiredep:app" (wiredep) task
>>>>
>>>>        Warning: Error: Cannot find where you keep your Bower packages.
>>>> Use --force to continue.
>>>>
>>>>
>>>>
>>>>        Aborted due to warnings.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>>
>>>>        loading tasks    5ms  ▇▇ 3%
>>>>
>>>>        clean:server     8ms  ▇▇▇ 5%
>>>>
>>>>        wiredep:app    156ms
>>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>>
>>>>        Total 169ms
>>>>
>>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>>> field.
>>>>
>>>>        npm WARN deprecated CSSselect@0.7.0: the module is now
>>>> available as 'css-select'
>>>>
>>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available
>>>> as 'css-what'
>>>>
>>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed
>>>> with -g
>>>>
>>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>>
>>>>
>>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>>>>
>>>>> Hi,
>>>>>
>>>>> this is the maven plugin doing a Grunt build of the frontend
>>>>> webapplication failing somehow.
>>>>>
>>>>> For us to investigate the reason, could you post the OS you are using
>>>>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>>>>> command but with `-e` switch please?
>>>>>
>>>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>>>> manually, like
>>>>>
>>>>> ```
>>>>> cd zeppelin-web
>>>>> ./npm install
>>>>> ./grunt build
>>>>> ```
>>>>>
>>>>> Please let us know if that help!
>>>>>
>>>>> --
>>>>> Alex
>>>>>
>>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing
>>>>>> a new test, but nothing.
>>>>>>
>>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com>
>>>>>> escribió:
>>>>>>
>>>>>>> Can you tell us your maven version?
>>>>>>>
>>>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>>>> package in zeppelin-web only (would be faster)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pablotorre81@gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> Hi guys,
>>>>>>>>
>>>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>>>> https://github.com/apache/incubator-zeppelin executing next
>>>>>>>> command:
>>>>>>>>
>>>>>>>> mvn clean package -DskipTests
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> But I am getting this error:
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin ..........................................
>>>>>>>> SUCCESS [12:24.531s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>>>>> SUCCESS [41.705s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>>>>> SUCCESS [18.383s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>>>>> SUCCESS [1:39.317s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>>>>> SUCCESS [1:19.381s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>>>>> SUCCESS [9.290s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>>>>> SUCCESS [2.248s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>>>>> SUCCESS [2.128s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>>>>> SUCCESS [15.261s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>>>>> SUCCESS [24.200s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>>>>> SUCCESS [34.011s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>>>>> SUCCESS [6.286s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>>>>> SUCCESS [9.434s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>>>>> SUCCESS [57.458s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>>>>> SUCCESS [8.344s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>>>>> SUCCESS [4.417s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>>>>> SUCCESS [20.959s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>>>>> SUCCESS [4:46.080s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: web Application .........................
>>>>>>>> FAILURE [4:15.302s]
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Server ..................................
>>>>>>>> SKIPPED
>>>>>>>>
>>>>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>>>>> SKIPPED
>>>>>>>>
>>>>>>>>        [INFO]
>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>
>>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>>
>>>>>>>>        [INFO]
>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>
>>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>>
>>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>>
>>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>>
>>>>>>>>        [INFO]
>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>
>>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>>
>>>>>>>>        [ERROR]
>>>>>>>>
>>>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>>>> build with the command
>>>>>>>>
>>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>>
>>>>>>>> Can anyone help me with this issue?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> --
>>>>>>>> Pablo Torre.
>>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>>> Oleiros (Coruña)
>>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> --
>>>>> Kind regards,
>>>>> Alexander.
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
Hi,

Can you try running 'mvn package' inside zeppelin-web?

On Thu, Oct 22, 2015 at 4:41 PM, Pablo Torre <pa...@gmail.com> wrote:

> Hi Vinay,
>
> No, it doesn't mean that I am past that error. I am getting that error
> when I tried to build inside zeppelin-web:
>
> cd zeppelin-web
> ./npm install
> ./grunt build
>
> Running "clean:server" (clean) task
>
>
>
>        Running "wiredep:app" (wiredep) task
>
>        Warning: Error: Cannot find where you keep your Bower packages.
> Use --force to continue.
>
>
>
>        Aborted due to warnings.
>
>
>
>
>
>        Execution Time (2015-10-21 12:51:20 UTC)
>
>        loading tasks    5ms  ▇▇ 3%
>
>        clean:server     8ms  ▇▇▇ 5%
>
>        wiredep:app    156ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
> 92%
>
>        Total 169ms
>
>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license field.
>
>        npm WARN deprecated CSSselect@0.7.0: the module is now available
> as 'css-select'
>
>        npm WARN deprecated CSSwhat@0.4.7: the module is now available as
> 'css-what'
>
>        npm WARN prefer global grunt-cli@0.1.13 should be installed with -g
>
>        npm WARN optional dep failed, continuing fsevents@1.0.2
>
>  Because trying to do: mvn clean package -DskipTests, it doesn't work:
>
> Caused by:
> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
> --no-color' failed. (error code 137)
>
>         at
> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>
>         at
> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>
>         ... 21 more
>        [ERROR]
>
> 2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:
>
>> Pablo,
>>
>> Is this error after the previous error you mentioned "....
>>
>> Caused by:
>> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
>> --no-color' failed. (error code 137)
>>
>>         at
>> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>>
>>         at
>> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>>
>>         ... 21 more
>>        [ERROR]
>> ...."
>>
>> Does this mean you are past this error?
>>
>> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> I tried to build inside zeppelin-web and I am getting this error:
>>>
>>>  Running "clean:server" (clean) task
>>>
>>>
>>>
>>>        Running "wiredep:app" (wiredep) task
>>>
>>>        Warning: Error: Cannot find where you keep your Bower packages.
>>> Use --force to continue.
>>>
>>>
>>>
>>>        Aborted due to warnings.
>>>
>>>
>>>
>>>
>>>
>>>        Execution Time (2015-10-21 12:51:20 UTC)
>>>
>>>        loading tasks    5ms  ▇▇ 3%
>>>
>>>        clean:server     8ms  ▇▇▇ 5%
>>>
>>>        wiredep:app    156ms
>>> ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
>>>
>>>        Total 169ms
>>>
>>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license
>>> field.
>>>
>>>        npm WARN deprecated CSSselect@0.7.0: the module is now available
>>> as 'css-select'
>>>
>>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available
>>> as 'css-what'
>>>
>>>        npm WARN prefer global grunt-cli@0.1.13 should be installed with
>>> -g
>>>
>>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>>
>>>
>>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>>>
>>>> Hi,
>>>>
>>>> this is the maven plugin doing a Grunt build of the frontend
>>>> webapplication failing somehow.
>>>>
>>>> For us to investigate the reason, could you post the OS you are using
>>>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>>>> command but with `-e` switch please?
>>>>
>>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>>> manually, like
>>>>
>>>> ```
>>>> cd zeppelin-web
>>>> ./npm install
>>>> ./grunt build
>>>> ```
>>>>
>>>> Please let us know if that help!
>>>>
>>>> --
>>>> Alex
>>>>
>>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>>>>> new test, but nothing.
>>>>>
>>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>>>>>
>>>>>> Can you tell us your maven version?
>>>>>>
>>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>>> package in zeppelin-web only (would be faster)
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi guys,
>>>>>>>
>>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>>>>
>>>>>>> mvn clean package -DskipTests
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> But I am getting this error:
>>>>>>>
>>>>>>>        [INFO] Zeppelin ..........................................
>>>>>>> SUCCESS [12:24.531s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>>>> SUCCESS [41.705s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>>>> SUCCESS [18.383s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>>>> SUCCESS [1:39.317s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>>>> SUCCESS [1:19.381s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>>>> SUCCESS [9.290s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>>>> SUCCESS [2.248s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>>>> SUCCESS [2.128s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>>>> SUCCESS [15.261s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>>>> SUCCESS [24.200s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>>>> SUCCESS [34.011s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>>>> SUCCESS [6.286s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>>>> SUCCESS [9.434s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>>>> SUCCESS [57.458s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>>>> SUCCESS [8.344s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>>>> SUCCESS [4.417s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>>>> SUCCESS [20.959s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>>>> SUCCESS [4:46.080s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: web Application .........................
>>>>>>> FAILURE [4:15.302s]
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Server ..................................
>>>>>>> SKIPPED
>>>>>>>
>>>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>>>> SKIPPED
>>>>>>>
>>>>>>>        [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>>        [INFO] BUILD FAILURE
>>>>>>>
>>>>>>>        [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>>
>>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>>
>>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>>
>>>>>>>        [INFO]
>>>>>>> ------------------------------------------------------------------------
>>>>>>>
>>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>>
>>>>>>>        [ERROR]
>>>>>>>
>>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>>> build with the command
>>>>>>>
>>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>>
>>>>>>> Can anyone help me with this issue?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> --
>>>>>>> Pablo Torre.
>>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>>> Oleiros (Coruña)
>>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>
>>>> --
>>>> --
>>>> Kind regards,
>>>> Alexander.
>>>>
>>>>
>>>
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
Hi Vinay,

No, it doesn't mean that I am past that error. I am getting that error when I
tried to build inside zeppelin-web:

cd zeppelin-web
./npm install
./grunt build

Running "clean:server" (clean) task



       Running "wiredep:app" (wiredep) task

       Warning: Error: Cannot find where you keep your Bower packages. Use
--force to continue.



       Aborted due to warnings.





       Execution Time (2015-10-21 12:51:20 UTC)

       loading tasks    5ms  ▇▇ 3%

       clean:server     8ms  ▇▇▇ 5%

       wiredep:app    156ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
92%

       Total 169ms

       STDERR: npm WARN package.json zeppelin-web@0.0.0 No license field.

       npm WARN deprecated CSSselect@0.7.0: the module is now available as
'css-select'

       npm WARN deprecated CSSwhat@0.4.7: the module is now available as
'css-what'

       npm WARN prefer global grunt-cli@0.1.13 should be installed with -g

       npm WARN optional dep failed, continuing fsevents@1.0.2

 Because trying to do: mvn clean package -DskipTests, it doesn't work:

Caused by:
com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
--no-color' failed. (error code 137)

        at
com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)

        at
com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)

        ... 21 more
       [ERROR]

2015-10-22 6:47 GMT+02:00 Vinay Shukla <vi...@gmail.com>:

> Pablo,
>
> Is this error after the previous error you mentioned "....
>
> Caused by:
> com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
> --no-color' failed. (error code 137)
>
>         at
> com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)
>
>         at
> com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)
>
>         ... 21 more
>        [ERROR]
> ...."
>
> Does this mean you are past this error?
>
> On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> I tried to build inside zeppelin-web and I am getting this error:
>>
>>  Running "clean:server" (clean) task
>>
>>
>>
>>        Running "wiredep:app" (wiredep) task
>>
>>        Warning: Error: Cannot find where you keep your Bower packages.
>> Use --force to continue.
>>
>>
>>
>>        Aborted due to warnings.
>>
>>
>>
>>
>>
>>        Execution Time (2015-10-21 12:51:20 UTC)
>>
>>        loading tasks    5ms  ▇▇ 3%
>>
>>        clean:server     8ms  ▇▇▇ 5%
>>
>>        wiredep:app    156ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
>> 92%
>>
>>        Total 169ms
>>
>>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license field.
>>
>>        npm WARN deprecated CSSselect@0.7.0: the module is now available
>> as 'css-select'
>>
>>        npm WARN deprecated CSSwhat@0.4.7: the module is now available as
>> 'css-what'
>>
>>        npm WARN prefer global grunt-cli@0.1.13 should be installed with
>> -g
>>
>>        npm WARN optional dep failed, continuing fsevents@1.0.2
>>
>>
>> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>>
>>> Hi,
>>>
>>> this is the maven plugin doing a Grunt build of the frontend
>>> webapplication failing somehow.
>>>
>>> For us to investigate the reason, could you post the OS you are using
>>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>>> command but with `-e` switch please?
>>>
>>> Another thing to try is to run grunt build inside zeppelin-web dir
>>> manually, like
>>>
>>> ```
>>> cd zeppelin-web
>>> ./npm install
>>> ./grunt build
>>> ```
>>>
>>> Please let us know if that help!
>>>
>>> --
>>> Alex
>>>
>>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>>>> new test, but nothing.
>>>>
>>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>>>>
>>>>> Can you tell us your maven version?
>>>>>
>>>>> Also, you can try to run with -X for more debugging, or run mvn
>>>>> package in zeppelin-web only (would be faster)
>>>>>
>>>>>
>>>>>
>>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi guys,
>>>>>>
>>>>>> I am trying to install zeppelin using the repository in github:
>>>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>>>
>>>>>> mvn clean package -DskipTests
>>>>>>
>>>>>>
>>>>>>
>>>>>> But I am getting this error:
>>>>>>
>>>>>>        [INFO] Zeppelin ..........................................
>>>>>> SUCCESS [12:24.531s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>>> SUCCESS [41.705s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>>> SUCCESS [18.383s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>>> SUCCESS [1:39.317s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>>> SUCCESS [1:19.381s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>>> SUCCESS [9.290s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>>> SUCCESS [2.248s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>>> SUCCESS [2.128s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>>> SUCCESS [15.261s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>>> SUCCESS [24.200s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>>> SUCCESS [34.011s]
>>>>>>
>>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>>> SUCCESS [6.286s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>>> SUCCESS [9.434s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>>> SUCCESS [57.458s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>>> SUCCESS [8.344s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>>> SUCCESS [4.417s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>>> SUCCESS [20.959s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>>> SUCCESS [4:46.080s]
>>>>>>
>>>>>>        [INFO] Zeppelin: web Application .........................
>>>>>> FAILURE [4:15.302s]
>>>>>>
>>>>>>        [INFO] Zeppelin: Server ..................................
>>>>>> SKIPPED
>>>>>>
>>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>>> SKIPPED
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [INFO] BUILD FAILURE
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [INFO] Total time: 28:40.600s
>>>>>>
>>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>>
>>>>>>        [INFO] Final Memory: 135M/483M
>>>>>>
>>>>>>        [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>>
>>>>>>        [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 137) -> [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/MojoFailureException
>>>>>>
>>>>>>        [ERROR]
>>>>>>
>>>>>>        [ERROR] After correcting the problems, you can resume the
>>>>>> build with the command
>>>>>>
>>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>>
>>>>>> Can anyone help me with this issue?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> --
>>>>>> Pablo Torre.
>>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>>> Oleiros (Coruña)
>>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>>> My blog <http://www.aboutechnologies.com>
>>>>>>
>>>>>
>>>>>
>>>
>>>
>>> --
>>> --
>>> Kind regards,
>>> Alexander.
>>>
>>>
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Vinay Shukla <vi...@gmail.com>.
Pablo,

Is this error after the previous error you mentioned "....

Caused by:
com.github.eirslett.maven.plugins.frontend.lib.TaskRunnerException: 'grunt
--no-color' failed. (error code 137)

        at
com.github.eirslett.maven.plugins.frontend.lib.NodeTaskExecutor.execute(NodeTaskExecutor.java:38)

        at
com.github.eirslett.maven.plugins.frontend.mojo.GruntMojo.execute(GruntMojo.java:69)

        ... 21 more
       [ERROR]
...."

Does this mean you are past this error?

On Wed, Oct 21, 2015 at 5:55 AM, Pablo Torre <pa...@gmail.com> wrote:

> I tried to build inside zeppelin-web and I am getting this error:
>
>  Running "clean:server" (clean) task
>
>
>
>        Running "wiredep:app" (wiredep) task
>
>        Warning: Error: Cannot find where you keep your Bower packages.
> Use --force to continue.
>
>
>
>        Aborted due to warnings.
>
>
>
>
>
>        Execution Time (2015-10-21 12:51:20 UTC)
>
>        loading tasks    5ms  ▇▇ 3%
>
>        clean:server     8ms  ▇▇▇ 5%
>
>        wiredep:app    156ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
> 92%
>
>        Total 169ms
>
>        STDERR: npm WARN package.json zeppelin-web@0.0.0 No license field.
>
>        npm WARN deprecated CSSselect@0.7.0: the module is now available
> as 'css-select'
>
>        npm WARN deprecated CSSwhat@0.4.7: the module is now available as
> 'css-what'
>
>        npm WARN prefer global grunt-cli@0.1.13 should be installed with -g
>
>        npm WARN optional dep failed, continuing fsevents@1.0.2
>
>
> 2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:
>
>> Hi,
>>
>> this is the maven plugin doing a Grunt build of the frontend
>> webapplication failing somehow.
>>
>> For us to investigate the reason, could you post the OS you are using
>> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
>> command but with `-e` switch please?
>>
>> Another thing to try is to run grunt build inside zeppelin-web dir
>> manually, like
>>
>> ```
>> cd zeppelin-web
>> ./npm install
>> ./grunt build
>> ```
>>
>> Please let us know if that help!
>>
>> --
>> Alex
>>
>> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>>> new test, but nothing.
>>>
>>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>>>
>>>> Can you tell us your maven version?
>>>>
>>>> Also, you can try to run with -X for more debugging, or run mvn package
>>>> in zeppelin-web only (would be faster)
>>>>
>>>>
>>>>
>>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi guys,
>>>>>
>>>>> I am trying to install zeppelin using the repository in github:
>>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>>
>>>>> mvn clean package -DskipTests
>>>>>
>>>>>
>>>>>
>>>>> But I am getting this error:
>>>>>
>>>>>        [INFO] Zeppelin ..........................................
>>>>> SUCCESS [12:24.531s]
>>>>>
>>>>>        [INFO] Zeppelin: Interpreter .............................
>>>>> SUCCESS [41.705s]
>>>>>
>>>>>        [INFO] Zeppelin: Zengine .................................
>>>>> SUCCESS [18.383s]
>>>>>
>>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>>> SUCCESS [1:39.317s]
>>>>>
>>>>>        [INFO] Zeppelin: Spark ...................................
>>>>> SUCCESS [1:19.381s]
>>>>>
>>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>>> SUCCESS [9.290s]
>>>>>
>>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>>> SUCCESS [2.248s]
>>>>>
>>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>>> SUCCESS [2.128s]
>>>>>
>>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>>> SUCCESS [15.261s]
>>>>>
>>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>>> SUCCESS [24.200s]
>>>>>
>>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>>> SUCCESS [34.011s]
>>>>>
>>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>>> SUCCESS [6.286s]
>>>>>
>>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>>> SUCCESS [9.434s]
>>>>>
>>>>>        [INFO] Zeppelin: Flink ...................................
>>>>> SUCCESS [57.458s]
>>>>>
>>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>>> SUCCESS [8.344s]
>>>>>
>>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>>> SUCCESS [4.417s]
>>>>>
>>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>>> SUCCESS [20.959s]
>>>>>
>>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>>> SUCCESS [4:46.080s]
>>>>>
>>>>>        [INFO] Zeppelin: web Application .........................
>>>>> FAILURE [4:15.302s]
>>>>>
>>>>>        [INFO] Zeppelin: Server ..................................
>>>>> SKIPPED
>>>>>
>>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>>> SKIPPED
>>>>>
>>>>>        [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>        [INFO] BUILD FAILURE
>>>>>
>>>>>        [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>        [INFO] Total time: 28:40.600s
>>>>>
>>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>>
>>>>>        [INFO] Final Memory: 135M/483M
>>>>>
>>>>>        [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>>        [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 137) -> [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/MojoFailureException
>>>>>
>>>>>        [ERROR]
>>>>>
>>>>>        [ERROR] After correcting the problems, you can resume the build
>>>>> with the command
>>>>>
>>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>>
>>>>> Can anyone help me with this issue?
>>>>>
>>>>> Thanks
>>>>>
>>>>> --
>>>>> Pablo Torre.
>>>>> Freelance software engineer and Ruby on Rails developer.
>>>>> Oleiros (Coruña)
>>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>>> My blog <http://www.aboutechnologies.com>
>>>>>
>>>>
>>>>
>>
>>
>> --
>> --
>> Kind regards,
>> Alexander.
>>
>>
>
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>

Re: Problem Installing Zeppelin

Posted by madhuka udantha <ma...@gmail.com>.
On Wed, Oct 21, 2015 at 6:25 PM, Pablo Torre <pa...@gmail.com> wrote:

> Warning: Error: Cannot find where you keep your Bower packages


Hi, Pablo

This Warning Error is trying to let you know that it can't find the
bower_components directly, so it can't do its thing. Can you try

*run bower install*. command in zeppelin-web  to fix the issue,

If you don't have Bower installed, run npm install -g bower first.

-- 
Cheers,
Madhuka Udantha
http://madhukaudantha.blogspot.com

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
I tried to build inside zeppelin-web and I am getting this error:

 Running "clean:server" (clean) task



       Running "wiredep:app" (wiredep) task

       Warning: Error: Cannot find where you keep your Bower packages. Use
--force to continue.



       Aborted due to warnings.





       Execution Time (2015-10-21 12:51:20 UTC)

       loading tasks    5ms  ▇▇ 3%

       clean:server     8ms  ▇▇▇ 5%

       wiredep:app    156ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
92%

       Total 169ms

       STDERR: npm WARN package.json zeppelin-web@0.0.0 No license field.

       npm WARN deprecated CSSselect@0.7.0: the module is now available as
'css-select'

       npm WARN deprecated CSSwhat@0.4.7: the module is now available as
'css-what'

       npm WARN prefer global grunt-cli@0.1.13 should be installed with -g

       npm WARN optional dep failed, continuing fsevents@1.0.2


2015-10-17 14:42 GMT+02:00 Alexander Bezzubov <ab...@nflabs.com>:

> Hi,
>
> this is the maven plugin doing a Grunt build of the frontend
> webapplication failing somehow.
>
> For us to investigate the reason, could you post the OS you are using
> (`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
> command but with `-e` switch please?
>
> Another thing to try is to run grunt build inside zeppelin-web dir
> manually, like
>
> ```
> cd zeppelin-web
> ./npm install
> ./grunt build
> ```
>
> Please let us know if that help!
>
> --
> Alex
>
> On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a
>> new test, but nothing.
>>
>> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>>
>>> Can you tell us your maven version?
>>>
>>> Also, you can try to run with -X for more debugging, or run mvn package
>>> in zeppelin-web only (would be faster)
>>>
>>>
>>>
>>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>>> wrote:
>>>
>>>> Hi guys,
>>>>
>>>> I am trying to install zeppelin using the repository in github:
>>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>>
>>>> mvn clean package -DskipTests
>>>>
>>>>
>>>>
>>>> But I am getting this error:
>>>>
>>>>        [INFO] Zeppelin ..........................................
>>>> SUCCESS [12:24.531s]
>>>>
>>>>        [INFO] Zeppelin: Interpreter .............................
>>>> SUCCESS [41.705s]
>>>>
>>>>        [INFO] Zeppelin: Zengine .................................
>>>> SUCCESS [18.383s]
>>>>
>>>>        [INFO] Zeppelin: Spark dependencies ......................
>>>> SUCCESS [1:39.317s]
>>>>
>>>>        [INFO] Zeppelin: Spark ...................................
>>>> SUCCESS [1:19.381s]
>>>>
>>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>>> SUCCESS [9.290s]
>>>>
>>>>        [INFO] Zeppelin: Angular interpreter .....................
>>>> SUCCESS [2.248s]
>>>>
>>>>        [INFO] Zeppelin: Shell interpreter .......................
>>>> SUCCESS [2.128s]
>>>>
>>>>        [INFO] Zeppelin: Hive interpreter ........................
>>>> SUCCESS [15.261s]
>>>>
>>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>>> SUCCESS [24.200s]
>>>>
>>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>>> SUCCESS [34.011s]
>>>>
>>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>>> SUCCESS [6.286s]
>>>>
>>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>>> SUCCESS [9.434s]
>>>>
>>>>        [INFO] Zeppelin: Flink ...................................
>>>> SUCCESS [57.458s]
>>>>
>>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>>> SUCCESS [8.344s]
>>>>
>>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>>> SUCCESS [4.417s]
>>>>
>>>>        [INFO] Zeppelin: Lens interpreter ........................
>>>> SUCCESS [20.959s]
>>>>
>>>>        [INFO] Zeppelin: Cassandra ...............................
>>>> SUCCESS [4:46.080s]
>>>>
>>>>        [INFO] Zeppelin: web Application .........................
>>>> FAILURE [4:15.302s]
>>>>
>>>>        [INFO] Zeppelin: Server ..................................
>>>> SKIPPED
>>>>
>>>>        [INFO] Zeppelin: Packaging distribution ..................
>>>> SKIPPED
>>>>
>>>>        [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>        [INFO] BUILD FAILURE
>>>>
>>>>        [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>        [INFO] Total time: 28:40.600s
>>>>
>>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>>
>>>>        [INFO] Final Memory: 135M/483M
>>>>
>>>>        [INFO]
>>>> ------------------------------------------------------------------------
>>>>
>>>>        [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 137) -> [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/MojoFailureException
>>>>
>>>>        [ERROR]
>>>>
>>>>        [ERROR] After correcting the problems, you can resume the build
>>>> with the command
>>>>
>>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>>
>>>> Can anyone help me with this issue?
>>>>
>>>> Thanks
>>>>
>>>> --
>>>> Pablo Torre.
>>>> Freelance software engineer and Ruby on Rails developer.
>>>> Oleiros (Coruña)
>>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>>> My blog <http://www.aboutechnologies.com>
>>>>
>>>
>>>
>
>
> --
> --
> Kind regards,
> Alexander.
>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>

Re: Problem Installing Zeppelin

Posted by Alexander Bezzubov <ab...@nflabs.com>.
Hi,

this is the maven plugin doing a Grunt build of the frontend webapplication
failing somehow.

For us to investigate the reason, could you post the OS you are using
(`uname -a`, `cat /etc/issue`), as well as results of running the same mvn
command but with `-e` switch please?

Another thing to try is to run grunt build inside zeppelin-web dir
manually, like

```
cd zeppelin-web
./npm install
./grunt build
```

Please let us know if that help!

--
Alex

On Sat, Oct 17, 2015 at 4:21 PM, Pablo Torre <pa...@gmail.com> wrote:

> I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a new
> test, but nothing.
>
> El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:
>
>> Can you tell us your maven version?
>>
>> Also, you can try to run with -X for more debugging, or run mvn package
>> in zeppelin-web only (would be faster)
>>
>>
>>
>> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
>> wrote:
>>
>>> Hi guys,
>>>
>>> I am trying to install zeppelin using the repository in github:
>>> https://github.com/apache/incubator-zeppelin executing next command:
>>>
>>> mvn clean package -DskipTests
>>>
>>>
>>>
>>> But I am getting this error:
>>>
>>>        [INFO] Zeppelin ..........................................
>>> SUCCESS [12:24.531s]
>>>
>>>        [INFO] Zeppelin: Interpreter .............................
>>> SUCCESS [41.705s]
>>>
>>>        [INFO] Zeppelin: Zengine .................................
>>> SUCCESS [18.383s]
>>>
>>>        [INFO] Zeppelin: Spark dependencies ......................
>>> SUCCESS [1:39.317s]
>>>
>>>        [INFO] Zeppelin: Spark ...................................
>>> SUCCESS [1:19.381s]
>>>
>>>        [INFO] Zeppelin: Markdown interpreter ....................
>>> SUCCESS [9.290s]
>>>
>>>        [INFO] Zeppelin: Angular interpreter .....................
>>> SUCCESS [2.248s]
>>>
>>>        [INFO] Zeppelin: Shell interpreter .......................
>>> SUCCESS [2.128s]
>>>
>>>        [INFO] Zeppelin: Hive interpreter ........................
>>> SUCCESS [15.261s]
>>>
>>>        [INFO] Zeppelin: Apache Phoenix Interpreter ..............
>>> SUCCESS [24.200s]
>>>
>>>        [INFO] Zeppelin: Apache Geode interpreter ................
>>> SUCCESS [34.011s]
>>>
>>>        [INFO] Zeppelin: PostgreSQL interpreter ..................
>>> SUCCESS [6.286s]
>>>
>>>        [INFO] Zeppelin: Tajo interpreter ........................
>>> SUCCESS [9.434s]
>>>
>>>        [INFO] Zeppelin: Flink ...................................
>>> SUCCESS [57.458s]
>>>
>>>        [INFO] Zeppelin: Apache Ignite interpreter ...............
>>> SUCCESS [8.344s]
>>>
>>>        [INFO] Zeppelin: Kylin interpreter .......................
>>> SUCCESS [4.417s]
>>>
>>>        [INFO] Zeppelin: Lens interpreter ........................
>>> SUCCESS [20.959s]
>>>
>>>        [INFO] Zeppelin: Cassandra ...............................
>>> SUCCESS [4:46.080s]
>>>
>>>        [INFO] Zeppelin: web Application .........................
>>> FAILURE [4:15.302s]
>>>
>>>        [INFO] Zeppelin: Server .................................. SKIPPED
>>>
>>>        [INFO] Zeppelin: Packaging distribution .................. SKIPPED
>>>
>>>        [INFO]
>>> ------------------------------------------------------------------------
>>>
>>>        [INFO] BUILD FAILURE
>>>
>>>        [INFO]
>>> ------------------------------------------------------------------------
>>>
>>>        [INFO] Total time: 28:40.600s
>>>
>>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>>
>>>        [INFO] Final Memory: 135M/483M
>>>
>>>        [INFO]
>>> ------------------------------------------------------------------------
>>>
>>>        [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 137) -> [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/MojoFailureException
>>>
>>>        [ERROR]
>>>
>>>        [ERROR] After correcting the problems, you can resume the build
>>> with the command
>>>
>>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>>
>>> Can anyone help me with this issue?
>>>
>>> Thanks
>>>
>>> --
>>> Pablo Torre.
>>> Freelance software engineer and Ruby on Rails developer.
>>> Oleiros (Coruña)
>>> *Personal site <http://www.pablotorrerodriguez.com>*
>>> My blog <http://www.aboutechnologies.com>
>>>
>>
>>


-- 
--
Kind regards,
Alexander.

Re: Problem Installing Zeppelin

Posted by Pablo Torre <pa...@gmail.com>.
I tried maven 3.2.5 and 3.3.3. I removed the .m2 folder before doing a new
test, but nothing.

El 17/10/2015 05:01, "Corneau Damien" <co...@gmail.com> escribió:

> Can you tell us your maven version?
>
> Also, you can try to run with -X for more debugging, or run mvn package in
> zeppelin-web only (would be faster)
>
>
>
> On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com>
> wrote:
>
>> Hi guys,
>>
>> I am trying to install zeppelin using the repository in github:
>> https://github.com/apache/incubator-zeppelin executing next command:
>>
>> mvn clean package -DskipTests
>>
>>
>>
>> But I am getting this error:
>>
>>        [INFO] Zeppelin .......................................... SUCCESS
>> [12:24.531s]
>>
>>        [INFO] Zeppelin: Interpreter ............................. SUCCESS
>> [41.705s]
>>
>>        [INFO] Zeppelin: Zengine ................................. SUCCESS
>> [18.383s]
>>
>>        [INFO] Zeppelin: Spark dependencies ...................... SUCCESS
>> [1:39.317s]
>>
>>        [INFO] Zeppelin: Spark ................................... SUCCESS
>> [1:19.381s]
>>
>>        [INFO] Zeppelin: Markdown interpreter .................... SUCCESS
>> [9.290s]
>>
>>        [INFO] Zeppelin: Angular interpreter ..................... SUCCESS
>> [2.248s]
>>
>>        [INFO] Zeppelin: Shell interpreter ....................... SUCCESS
>> [2.128s]
>>
>>        [INFO] Zeppelin: Hive interpreter ........................ SUCCESS
>> [15.261s]
>>
>>        [INFO] Zeppelin: Apache Phoenix Interpreter .............. SUCCESS
>> [24.200s]
>>
>>        [INFO] Zeppelin: Apache Geode interpreter ................ SUCCESS
>> [34.011s]
>>
>>        [INFO] Zeppelin: PostgreSQL interpreter .................. SUCCESS
>> [6.286s]
>>
>>        [INFO] Zeppelin: Tajo interpreter ........................ SUCCESS
>> [9.434s]
>>
>>        [INFO] Zeppelin: Flink ................................... SUCCESS
>> [57.458s]
>>
>>        [INFO] Zeppelin: Apache Ignite interpreter ............... SUCCESS
>> [8.344s]
>>
>>        [INFO] Zeppelin: Kylin interpreter ....................... SUCCESS
>> [4.417s]
>>
>>        [INFO] Zeppelin: Lens interpreter ........................ SUCCESS
>> [20.959s]
>>
>>        [INFO] Zeppelin: Cassandra ............................... SUCCESS
>> [4:46.080s]
>>
>>        [INFO] Zeppelin: web Application ......................... FAILURE
>> [4:15.302s]
>>
>>        [INFO] Zeppelin: Server .................................. SKIPPED
>>
>>        [INFO] Zeppelin: Packaging distribution .................. SKIPPED
>>
>>        [INFO]
>> ------------------------------------------------------------------------
>>
>>        [INFO] BUILD FAILURE
>>
>>        [INFO]
>> ------------------------------------------------------------------------
>>
>>        [INFO] Total time: 28:40.600s
>>
>>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>>
>>        [INFO] Final Memory: 135M/483M
>>
>>        [INFO]
>> ------------------------------------------------------------------------
>>
>>        [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 137) -> [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/MojoFailureException
>>
>>        [ERROR]
>>
>>        [ERROR] After correcting the problems, you can resume the build
>> with the command
>>
>>        [ERROR]   mvn <goals> -rf :zeppelin-web
>>
>> Can anyone help me with this issue?
>>
>> Thanks
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://www.aboutechnologies.com>
>>
>
>

Re: Problem Installing Zeppelin

Posted by Corneau Damien <co...@gmail.com>.
Can you tell us your maven version?

Also, you can try to run with -X for more debugging, or run mvn package in
zeppelin-web only (would be faster)



On Fri, Oct 16, 2015 at 7:18 PM, Pablo Torre <pa...@gmail.com> wrote:

> Hi guys,
>
> I am trying to install zeppelin using the repository in github:
> https://github.com/apache/incubator-zeppelin executing next command:
>
> mvn clean package -DskipTests
>
>
>
> But I am getting this error:
>
>        [INFO] Zeppelin .......................................... SUCCESS
> [12:24.531s]
>
>        [INFO] Zeppelin: Interpreter ............................. SUCCESS
> [41.705s]
>
>        [INFO] Zeppelin: Zengine ................................. SUCCESS
> [18.383s]
>
>        [INFO] Zeppelin: Spark dependencies ...................... SUCCESS
> [1:39.317s]
>
>        [INFO] Zeppelin: Spark ................................... SUCCESS
> [1:19.381s]
>
>        [INFO] Zeppelin: Markdown interpreter .................... SUCCESS
> [9.290s]
>
>        [INFO] Zeppelin: Angular interpreter ..................... SUCCESS
> [2.248s]
>
>        [INFO] Zeppelin: Shell interpreter ....................... SUCCESS
> [2.128s]
>
>        [INFO] Zeppelin: Hive interpreter ........................ SUCCESS
> [15.261s]
>
>        [INFO] Zeppelin: Apache Phoenix Interpreter .............. SUCCESS
> [24.200s]
>
>        [INFO] Zeppelin: Apache Geode interpreter ................ SUCCESS
> [34.011s]
>
>        [INFO] Zeppelin: PostgreSQL interpreter .................. SUCCESS
> [6.286s]
>
>        [INFO] Zeppelin: Tajo interpreter ........................ SUCCESS
> [9.434s]
>
>        [INFO] Zeppelin: Flink ................................... SUCCESS
> [57.458s]
>
>        [INFO] Zeppelin: Apache Ignite interpreter ............... SUCCESS
> [8.344s]
>
>        [INFO] Zeppelin: Kylin interpreter ....................... SUCCESS
> [4.417s]
>
>        [INFO] Zeppelin: Lens interpreter ........................ SUCCESS
> [20.959s]
>
>        [INFO] Zeppelin: Cassandra ............................... SUCCESS
> [4:46.080s]
>
>        [INFO] Zeppelin: web Application ......................... FAILURE
> [4:15.302s]
>
>        [INFO] Zeppelin: Server .................................. SKIPPED
>
>        [INFO] Zeppelin: Packaging distribution .................. SKIPPED
>
>        [INFO]
> ------------------------------------------------------------------------
>
>        [INFO] BUILD FAILURE
>
>        [INFO]
> ------------------------------------------------------------------------
>
>        [INFO] Total time: 28:40.600s
>
>        [INFO] Finished at: Fri Oct 16 09:19:54 UTC 2015
>
>        [INFO] Final Memory: 135M/483M
>
>        [INFO]
> ------------------------------------------------------------------------
>
>        [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 137) -> [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/MojoFailureException
>
>        [ERROR]
>
>        [ERROR] After correcting the problems, you can resume the build
> with the command
>
>        [ERROR]   mvn <goals> -rf :zeppelin-web
>
> Can anyone help me with this issue?
>
> Thanks
>
> --
> Pablo Torre.
> Freelance software engineer and Ruby on Rails developer.
> Oleiros (Coruña)
> *Personal site <http://www.pablotorrerodriguez.com>*
> My blog <http://www.aboutechnologies.com>
>