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
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
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
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
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
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
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?
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