Re: Clustered SSH Interpreter

2016-10-21 Thread Jun Kim
Hi Prasanna Santhanam As far as I know, there is no cluster-ssh interpreter Zeppelin provides.(If not, please someone let me know) In my case, I use *clusterssh(cssh).* The screenshot below is it.(Copied from the Internet) There is another tool called parallel-ssh(pssh), but I prefer cssh.

Re: spark streaming with Kafka

2016-10-21 Thread Jongyoul Lee
Hi, Do you use yarn-client mode of Spark? On Friday, 21 October 2016, herman...@teeupdata.com wrote: > Hi Everyone, > > Does zeppelin support spark streaming with kafka? I am using zeppelin > 0.6.1 with spark 2.0 and kafka 0.10.0.0. > > I got error when import

Clustered SSH Interpreter

2016-10-21 Thread Prasanna Santhanam
Hello All, I've been using Apache Zeppelin against Apache Spark clusters and with PySpark. One of the things I often tend to do is install libraries and packages on my cluster. For instance I would like numpy, scipy and other data science libraries present on my cluster for data analysis.

Clustered SSH using Zeppelin

2016-10-21 Thread Prasanna Santhanam
Hello All, I've been using Apache Zeppelin against Apache Spark clusters and with PySpark. One of the things I often tend to do is install libraries and packages on my cluster. For instance I would like numpy, scipy and other data science libraries present on my cluster for data analysis.

Zeppelin drill interpreter - connection refused

2016-10-21 Thread Lorenzo Peder
Hi all, I'm attempting to query drill (v 1.5) using zeppelin (v 0.6), but get the same connection refused error (below) others have mentioned: (http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Drill-Connection-refused-error-td3975.html and

Re: Problem using H2O in Zeppelin

2016-10-21 Thread Mohit Jaggi
try > import org.apache.spark.sql.{ functions => sparkSqlFunctions } Mohit Jaggi Founder, Data Orchard LLC www.dataorchardllc.com > On Oct 21, 2016, at 6:18 AM, Яровой Андрей Викторович > wrote: > > Hi all! > I faced a problem trying to use deep learning algorithms from

Re: Angular 1.x banned on Mozilla

2016-10-21 Thread Minudika Malshan
It seems like that is just an issue with Mozilla plug-ins. So there will not be problem with continuing to use angular 1.x since it is not an plug-in IMO. Also since zeppelin is using angular 1.x currently, it would be best to go with the same. Hope [1] will be useful if you are trying to

spark streaming with Kafka

2016-10-21 Thread herman...@teeupdata.com
Hi Everyone, Does zeppelin support spark streaming with kafka? I am using zeppelin 0.6.1 with spark 2.0 and kafka 0.10.0.0. I got error when import org.apache.spark.streaming.kafka.KafkaUtils :36: error: object kafka is not a member of package org.apache.spark.streaming import

Problem using H2O in Zeppelin

2016-10-21 Thread Яровой Андрей Викторович
Hi all! I faced a problem trying to use deep learning algorithms from H2O library in Zeppelin The problem is following: When I try to import class import hex.deeplearning.DeepLearning I get an error: Unapplied methods are only converted to functions when a function type is expected. You can

Zeppelin R Interpreter Error

2016-10-21 Thread VIVEK NARAYANASETTY
Hi, I am getting below error when testing R interpreter. Any thoughts ? %r 2+2 16/10/21 18:22:53 ERROR Job: Job failed java.lang.RuntimeException: Error in library("knitr"): there is no package called 'knitr' at org.apache.zeppelin.spark.ZeppelinR.request(ZeppelinR.java:254) at

How to make Zeppelin log everything to console

2016-10-21 Thread Xi Shen
Hi, Currently, the default log4j logs almost everything to the log files. But I do not want to run Zeppelin as a service, and I want to print all the logs, including the interpreter logs to the console. Can I do that with log4j configuration? Which class should I use? -- Thanks, David S.