Re: Adding Custom Data Providers in Zeppelin Classpath

2016-06-03 Thread moon soo Lee
Hi Gerald, If you don't export SPARK_HOME, could you try add jar using export ZEPPELIN_CLASSPATH=/path/to/your.jar that supposed to add your jar in the classpath of spark interpreter process. Hope this helps. Best, moon On Fri, Jun 3, 2016 at 1:02 AM Gerald Loeffler < gerald.loeff...@googlemai

Re: Failure in building web package

2016-06-03 Thread moon soo Lee
I just tried to build on osx 0.5.6, and i didn't see the error. siddharth.atreya, could you confirm if it is temporary error or not? Luciano, i ran your branch on my travis account and i got different errors. Here's link[1]. But if npm error occurs too often, we maybe can try chance some configs

Re: Shell command failing with Process exited with an error: 134 (Exit value: 134)

2016-06-03 Thread moon soo Lee
Do you see any error in "logs/zeppelin-interpreter-md-*" files ? Thanks, moon On Fri, Jun 3, 2016 at 2:18 PM Brian Weissler wrote: > > > > > Hi all, I’m trying to use the %sh interpreter to execute SQL via the Hive > CLI. Just to answer the question, “why wouldn’t you just use the %hive > inte

Re: Load '.scala' files dynamically like in REPL

2016-06-03 Thread moon soo Lee
Hi, This might help. http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Pre-load-Spark-s-scripts-tp2029p2033.html I think we don't have fancy way of loading '.scala' file. I think it's nice to have. Feel free to create an issue for new feature! Thanks, moon On Tue, May 31

Re: Failure in building web package

2016-06-03 Thread Luciano Resende
This seems to be happening in multiple areas, and starting to be more frequent... I am having the same issue in my scala-2.11 PR... Someone that is more familiar with the npm installation/integration should take a look at this... On Fri, Jun 3, 2016 at 8:57 AM, atreya90 wrote: > I am facing the

Failure in building web package

2016-06-03 Thread atreya90
I am facing the following issue while compiling the source for zeppelin (0.5.6) on Windows 10 64-bit machine. --- frontend-maven-plugin:0.0.23:npm (npm install) @ zeppelin-web --- [ERROR] npm http GET http://registry.npmjs.org/grunt-concurrent [ERROR] npm http GET http://registry.npmjs.org/gru

Re: UnknownHostException in HA cluster when access hive metastore with Spark SQL in Zeppelin

2016-06-03 Thread Felix Cheung
It looks like org.apache.hadoop.fs is  treating ha-cluster as a hostname instead of an alias as it should with HA. Caused by: java.net.UnknownHostException: Invalid host name: local host is: (unknown); destination host is: "ha-cluster":8020;  Could you open a JIRA on this please?

Re: Adding Custom Data Providers in Zeppelin Classpath

2016-06-03 Thread Gerald Loeffler
JL, would it be possible to show the config settings for the 2nd option, i.e. without a separate SPARK_HOME (and therefore using Zeppelin's built-in Spark distribution)? That would be very helpful! thank you in advance gerald On Wednesday, 1 June 2016, Jongyoul Lee wrote: > Hi, > > General