Re: Building Zeppelin on Mapr 5.2 MEP 3.0 Fails with error below

2017-10-19 Thread ligaye robert
Thanks So how was your configuration like I mean the maven artifacts for 0.7.2 could you share? What should I replace with in the current 0.8.0 in the pom.xml? On Oct 19, 2017 22:01, "Michael Segel" wrote: > I had issues where the build dies at Flink when I tried to build it > against 0.7.3 no i

Re: Building Zeppelin on Mapr 5.2 MEP 3.0 Fails with error below

2017-10-19 Thread Michael Segel
I had issues where the build dies at Flink when I tried to build it against 0.7.3 no idea why the build failed and I don’t have time to focus on it at the moment. (7.2 works well enough for me right now.) I spoke with a contact at MapR and she suggested going back to 0.7.2 . I’ve seen a couple o

Re: Building Zeppelin on Mapr 5.2 MEP 3.0 Fails with error below

2017-10-19 Thread ligaye robert
Hi Michael, What issues did you face? >From tutorials zeppelin is built on hbase 1.0.x but I want it to use hbase 1.1.8 https://zeppelin.apache.org/docs/0.7.2/interpreter/hbase.html What should I use in place of 0.8.0 in the case of 0.7.2? On Oct 19, 2017 15:55, "Michael Segel" wrote: Hi,

Re: Zeppelin failing?

2017-10-19 Thread Michael Segel
I went back and rebuilt 0.7.2 and it seems that the issue has gone away. Not sure what changed or which setting could have been causing the issue with socket connections. > On Oct 18, 2017, at 10:40 AM, Michael Segel wrote: > > The error: > ERROR [2017-10-18 00:00:00,003] ({pool-2-thread-20

Re: Building Zeppelin on Mapr 5.2 MEP 3.0 Fails with error below

2017-10-19 Thread Michael Segel
Hi, Why are you using -Pmapr50 instead of -Pmapr51 (There is no 5.2) You’re building against 0.8.0 which isn’t the latest ‘stable’ release. I’ve had issues building a MapR release against 7.3 but could build against 7.2 (Albeit I’ve had some issues along the way.) Also why the added HBase

zeppelin 0.7.3 unable to enable the helium ultimate-heatmap-chart

2017-10-19 Thread Indtiny S
Hi, I downloaded chart using npm install ultimate-heatmap-chart at location ZeppelinHome/local-repo/vis/ and added artifact as " *"ultimate-heatmap-chart:0.0.1" *but getting the below error while enabling the chart. /~/ultimate-heatmap-chart/index.js Module not found: Error: Cannot resolve m

Re: zeppelin integration with helium not showing added charts

2017-10-19 Thread Indtiny S
Hi, I added artifact as *"ultimate-line-chart:0.0.1"* and it worked for line chart. Now I am trying to add heatmap chart and added artifact as " *"ultimate-heatmap-chart:0.0.1" *but getting the following error while enabling the chart. /~/ultimate-heatmap-chart/index.js Module not found: Err

Building Zeppelin on Mapr 5.2 MEP 3.0 Fails with error below

2017-10-19 Thread ligar...@gmail.com
Hi Am building zeppelin on mapr 5.2 MEP 3.0 COMMAND USED mvn clean package -DskipTests -Pmapr50 -Pscalding -Dignite.version=1.9.0 -Pcassandra-spark-1.5 -Dhbase.hbase.version=1.1.8 -Pspark-2.1 -Phadoop-2.7 -Pyarn -Ppyspark -Psparkr -Pscala-2.11 ERROR RECEIVED Java HotSpot(TM) 64-Bit Server

Re: zeppelin integration with helium not showing added charts

2017-10-19 Thread Thomas Bünger
Hey, Usually, the package's json file (ultimate-line-chart.json) has to use the artefact's full, absolute path. Make sure that "artifact" is pointing to the right location where npm installed the package. 2017-10-19 9:24 GMT+02:00 Indtiny S : > Hi, > > I tried to add the helium packages to extend