Re: HTTP ERROR: 503

2017-08-04 Thread Suvayu Ali
Hello, On Sat, Aug 05, 2017 at 11:03:01AM +0900, Park Hoon wrote: > Hi, I read the whole log messages and found that you have invalid > interpreter-setting.json > > Please check that `conf/interpreter-setting.json` is valid. Thanks a lot! That was it. I removed the conf/interepreter.json and

Re: Unable to use angular backend or front end API to print variables

2017-08-04 Thread Park Hoon
Hi, regarding the difference - (backend) https://zeppelin.apache.org/docs/latest/displaysystem/back-end-angular.html - (front) https://zeppelin.apache.org/docs/latest/displaysystem/front-end-angular.html In short, - backend angular API works with other interpreters like spark, and so on. So you

Re: Geo Map Charting

2017-08-04 Thread Park Hoon
Hi, if you are using 0.8.0+ snapshot you can use custom visualization from the online registry. - (map) https://github.com/volumeint/helium-volume-leaflet - (heatmap) https://github.com/ZEPL/zeppelin-ultimate-heatmap-chart Regard, On Thu, Aug 3, 2017 at 10:12 AM, Jeff Zhang

Re: Cloudera Spark 2.2

2017-08-04 Thread Ruslan Dautkhanov
This should do: > export SPARK_HOME=/opt/cloudera/parcels/SPARK2/lib/spark2 > export HIVE_HOME=/opt/cloudera/parcels/CDH/lib/hive > export HADOOP_HOME=/opt/cloudera/parcels/CDH/lib/hadoop > export HADOOP_CONF_DIR=/etc/hadoop/conf > export HIVE_CONF_DIR=/etc/hive/conf > > mvn clean package

Re: Cloudera Spark 2.2

2017-08-04 Thread Benjamin Kim
Hi Ruslan, Can you send me the steps you used to build it, especially the Maven command with the arguments? I will try to build it also. I do believe that the binaries are for official releases. Cheers, Ben On Wed, Aug 2, 2017 at 3:44 PM Ruslan Dautkhanov wrote: > It