Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Benjamin Kim
Moon, My environmental setup consists of an 18 node CentOS 6.7 cluster with 24 cores, 64GB, 12TB storage each: 3 of those nodes are used as Zookeeper servers, HDFS name nodes, and a YARN resource manager 15 are for data nodes jdk1.8_60 and CDH 5.7.1 installed Another node is an app server, 24

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Corneau Damien
FYI, the Helium logs in the console should be on master, but not on 0.6.0 branch. Those 500 errors should not have any effect when running. On Fri, Jul 8, 2016 at 8:01 AM, Randy Gelhausen wrote: > I don't- I hoped providing that information may help finding & fixing the >

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Benjamin Kim
Hi Randy, Do you know of any way to fix it or know of a workaround? Thanks, Ben > On Jul 7, 2016, at 2:08 PM, Randy Gelhausen wrote: > > HTTP 500 errors from a Helium URL

Re: Hive interpreter connecting to secure cluster

2016-07-07 Thread Rob Anderson
Great news, thanks! On Thu, Jul 7, 2016 at 12:27 PM, Vinay Shukla wrote: > We are working on it, expect to fix it in next couple of weeks. > > Thanks, > Vinay > > > On Thursday, July 7, 2016, Rob Anderson > wrote: > >> Does anyone know if/when

Re: Hive interpreter connecting to secure cluster

2016-07-07 Thread Vinay Shukla
We are working on it, expect to fix it in next couple of weeks. Thanks, Vinay On Thursday, July 7, 2016, Rob Anderson wrote: > Does anyone know if/when the Hive interpreter will be able to connect to a > secure, kerberized cluster? > > Thanks, > > Rob >

Hive interpreter connecting to secure cluster

2016-07-07 Thread Rob Anderson
Does anyone know if/when the Hive interpreter will be able to connect to a secure, kerberized cluster? Thanks, Rob

Re: Zeppelin reports unable to connect to master but master webUI is up and shows connected workers

2016-07-07 Thread Mohit Jaggi
it seems you have conflicting binaries between the two machines. check the version on server running Z and on the master. they should be the same. > On Jul 7, 2016, at 7:26 AM, B00083603 Michael O Brien > wrote: > > Hi, > I created a new notebook and added sc as the

Zeppelin not picking up MASTER in zeppelin-env.sh

2016-07-07 Thread Pedro Rodriguez
I am working on upgrading to 0.6.0 and running into issues where I define zeppelin-env.sh but Zeppelin doesn't seem to pickup values from there. Here is what I have done 1. Download copy of zeppelin binaries and unpack 2. Copy conf/zeppelin-site.xml.template and conf/zeppelin-env.sh.template to

Re: Installing Zeppelin 0.6.0 on latest EMR (4.7.1)

2016-07-07 Thread Hyung Sung Shim
I think it seems possible but i don't have experience. Could you upgrade version following [1] and share the results? It'll be really a good case for users. [1] http://zeppelin.apache.org/docs/0.6.0/install/upgrade.html 2016-07-07 23:42 GMT+09:00 Panayotis Trapatsas

Re: Installing Zeppelin 0.6.0 on latest EMR (4.7.1)

2016-07-07 Thread Panayotis Trapatsas
Yes, I understand that, but is there a way to upgrade or to install Zeppelin 0.6.0 in a EMR cluster? On Thu, Jul 7, 2016 at 4:24 PM, Hyung Sung Shim wrote: > Hi. > Zeppelin 0.5.6 Sandbox is in the EMR-4.7.x > so If you want to use zeppelin 0.6 with EMR-4.7, I think you can

Zeppelin reports unable to connect to master but master webUI is up and shows connected workers

2016-07-07 Thread B00083603 Michael O Brien
Hi, I created a new notebook and added sc as the only paragraph. When I run it I get errors displayed org.apache.thrift.transport.TTransportException Looking at the spark interpreter logs it shows the master as unresponsive. I can view the master webpage on http://vm-20161023-002:8080/ which

Re: classnotfoundexception using zeppelin with spark authentication

2016-07-07 Thread Hyung Sung Shim
Hi. Jonathan. If it is possible, could you use the zeppelin master on the github? Zeppelin is working well with spark authentication when i tested. 2016-07-02 3:05 GMT+09:00 Jonathan Esterhazy : > Hyung, thx for your help. I opened these: > >

Re: Installing Zeppelin 0.6.0 on latest EMR (4.7.1)

2016-07-07 Thread Hyung Sung Shim
Hi. Zeppelin 0.5.6 Sandbox is in the EMR-4.7.x so If you want to use zeppelin 0.6 with EMR-4.7, I think you can use EC2 as your zeppelin machine. 2016-07-07 22:08 GMT+09:00 Panayotis Trapatsas : > Hi, > > Is there a way to install Zeppelin 0.6.0 on EMR version

Installing Zeppelin 0.6.0 on latest EMR (4.7.1)

2016-07-07 Thread Panayotis Trapatsas
Hi, Is there a way to install Zeppelin 0.6.0 on EMR version 4.7.x? -- [image: e-Travel SA] Panayotis Trapatsas / Lead Data Engineer p.trapat...@pamediakopes.gr / +30 6979493921 e-Travel SA Office: +30 213 0184000/ Fax: +30 211 8001181 Leof. Kifisias 7,

Re: Error installing Zeppelin 0.6.0 on Ubuntu 14.04 using pre build package

2016-07-07 Thread B00083603 Michael O Brien
I used the tar file from zeppelin but now you mention it I realised I used the "wrong" one After getting the zeppelin-0.6.0-bin-all.tgz instead (and swapping over to Oracle JDK in the meantime) I have zeppelin web UI Thanks for the help From:

Re: Error installing Zeppelin 0.6.0 on Ubuntu 14.04 using pre build package

2016-07-07 Thread Hyung Sung Shim
Hi. There are three types of zeppelin 6.0. One is source that you should build to use and Two are binary version that you don't need to build to use. What did you get? 2016-07-07 21:20 GMT+09:00 B00083603 Michael O Brien < b00083...@student.itb.ie>: > Hi all, > > > I was hoping to use Zeppelin

Re: Passing command line params when cell is evaluated?

2016-07-07 Thread Felix Cheung
This should be captured in a log file under /logs of Zeppelin binaries. This specific warning, in believe, might be coming from the way Zeppelin is calling spark-submit? On Wed, Jul 6, 2016 at 5:24 PM -0700, "Shayne Hodge" > wrote: When I