Re: Zeppelin with Stratio DeepSpark

2015-02-25 Thread maru...@aeverie.com
​Hi, If i delete the spark libraries and copy my deep spark assembly in interpreter/spark folder, spark interpreter is not working at all. Interpreter it self not running for spark shell. And if i keep spark library and still copy the deep spark assembly, i am facing the same old serialization

Re: Zeppelin with Stratio DeepSpark

2015-02-25 Thread frank.schilder
Hi, I’m having problems building Zeppelin because of the web proxy. It fails while building the web Application: Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.20:npm (npm install) on project zeppelin-web: Failed to run task: 'npm install --color=false

Introducing Zeppelin + PredictionIO!

2015-02-25 Thread Kevin (Sangwoo) Kim
Hi guys, I'm gladly introducing the famous PredictionIO (open-source machine learning framework) added the doc help using Zeppelin to analyze data inside PredictionIO! http://docs.prediction.io/datacollection/analytics-zeppelin/ Currently we got some issue

Re: Problems with web proxy

2015-02-25 Thread Alexander Bezzubov
Hi Frank, mvn build in zeppelin-web calls 'npm install' 'grunt build' underneath, could you try doing those manually (with 'rm -rf node_modules') and posting npm-debug.log\output in case it is still failing? Just to clarify your setup: you need to build Zeppelin on a machine with internet

Re: Problems with web proxy

2015-02-25 Thread Alexander Bezzubov
Ok, there is one more step between 'npm install' and 'grunt build' - it is a 'bower --allow-root install' to get third-party dependencies for a webapp. Please try ruining that first and then 'grunt build --force' again. On Thu, Feb 26, 2015 at 12:59 PM, frank.schil...@thomsonreuters.com wrote: