Hi,
I've just solved this issue. The problem was the configuration of proxy.
The process that I've followed is:
- delete /zeppelin-web/node_modules/*
- edit /zeppelin-web/.bowerrc to add proxy configs
- edit /zeppelin-web/Gruntfile.js to add proxy configs
- go to /zeppelin-web and npm install
- mvn clear package .....
Thanks for helping me with this issue, I was in a trouble with it.
El 17/03/16 a les 17:26, Hyung Sung Shim ha escrit:
Hello.
My test environments is
- CentOS6.6
- maven 3.3.3
- JDK 1.7.0_67
- node v0.10.42
but I couldn't reproduce your problem.
Did you build as a non-root user?
2016-03-17 21:36 GMT+09:00 Ruben Boada <ruben.bo...@csuc.cat
<mailto:ruben.bo...@csuc.cat>>:
Hi,
First I've tried this:
mvn clean package -Pspark-1.6 -Phadoop-2.6
Now I've added "-DskipTests" and fails in another point:
[ERROR] npm WARN unmet dependency
/opt/incubator-zeppelin/zeppelin-web/node_modules/bower/node_modules/bower-config
requires mout@'>=0.9.0 <1.0.0' but will load
[INFO] Running 'bower --allow-root install' in
/opt/incubator-zeppelin/zeppelin-web
[ERROR]
[ERROR] module.js:340
[ERROR] throw err;
[ERROR] ^
[ERROR] Error: Cannot find module 'q'
[ERROR] at Function.Module._resolveFilename (module.js:338:15)
[ERROR] at Function.Module._load (module.js:280:25)
[ERROR] at Module.require (module.js:364:17)
[ERROR] at require (module.js:380:17)
[ERROR] at Object.<anonymous>
(/opt/incubator-zeppelin/zeppelin-web/node_modules/bower/bin/bower:6:9)
[ERROR] at Module._compile (module.js:456:26)
[ERROR] at Object.Module._extensions..js (module.js:474:10)
[ERROR] at Module.load (module.js:356:32)
[ERROR] at Function.Module._load (module.js:312:12)
[ERROR] at Function.Module.runMain (module.js:497:10)
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.25:bower (bower
install) on project zeppelin-web: Failed to run task: 'bower
--allow-root install' failed. (error code 8) -> [Help 1]
El 17/03/16 a les 13:11, Hyung Sung Shim ha escrit:
Hello.
Could you share your build command too?
2016년 3월 17일 목요일, Ruben Boada<ruben.bo...@csuc.cat
<mailto:ruben.bo...@csuc.cat>> 님이 작성한 메시지:
Hi all,
I'm trying to build Zeppelin 0.5.6 and the process fails in
Zeppelin Interpreter. The error messages are:
ERROR org.apache.zeppelin.scheduler.Job:184 - Job failed
org.apache.zeppelin.interpreter.InterpreterException:
java.lang.NumberFormatException: For input string: "non
numeric value"
at
org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA.interpret(MockInterpreterA.java:68)
at
org.apache.zeppelin.interpreter.ClassloaderInterpreter.interpret(ClassloaderInterpreter.java:57)
at
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:93)
at
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:331)
at org.apache.zeppelin.scheduler.Job.run(Job.java:171)
at
org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:139)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NumberFormatException: For input string:
"non numeric value"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:441)
at java.lang.Long.parseLong(Long.java:483)
at
org.apache.zeppelin.interpreter.remote.mock.MockInterpreterA.interpret(MockInterpreterA.java:65)
... 12 more
ERROR
org.apache.zeppelin.interpreter.remote.RemoteInterpreterEventPoller:158
- Can't handle event
RemoteInterpreterEvent(type:OUTPUT_APPEND,
data:{"data":"","noteId":"note","paragraphId":"id"})
My environment is CentOS 6.6 with the versions of Maven, Java
and Node.js that software specifies:
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
2015-04-22T13:57:37+02:00)
Maven home: /usr/local/apache-maven-3.3.3
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.7.0_79/jre
Default locale: ca_ES, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-504.el6.x86_64", arch:
"amd64", family: "unix"
Node.js v0.10.36
Anyone can help me with this issue?
Thanks in advance