Re: R interpreter not available

2016-12-22 Thread Jeff Zhang
please try %spark.r Jan Botorek 于2016年12月23日周五 上午12:33写道: > Hello, > > I have a problem with running R interpreter - Specifically, R is not > visible among available interpreters. > > So far, I installed R language packages to my system (Ubuntu) = I am able > to run R commands in shell. > > Wh

does %jdbc(hive) work with kerberos in 0.6.2?

2016-12-22 Thread Rob Anderson
Does %jdbc(hive) work with kerberos in 0.6.2? I know it works with the 0.7 snapshot, but am having having issues getting it to work in 0.6.2 Please advise. Thanks, Rob

Re: ClassNotFoundException with Scalding on Zeppelin managed on YARN

2016-12-22 Thread Paul Brenner
Thank you! That definitely did the trick. I was trying to use ZEPPELIN_CLASSPATH_OVERRIDES to load the jars and couldn’t figure out why it wasn’t working. Also  mode.asInstanceOf[Hdfs].conf.get("tmpjars").split(",").foreach(println) was exactly the command that I was looking for to diagnose this

Re: ClassNotFoundException with Scalding on Zeppelin managed on YARN

2016-12-22 Thread Prasad Wagle
Hi Paul, It looks like the cascading jars are not distributed to the YARN cluster. Can you please try adding "zeppelin/interpreter/scalding/*" to the args.string property of the scalding interpreter? Here's the args.string we use: -libjars /home/zeppelin-user/zeppelin/interpreter/scalding/*,/home

ClassNotFoundException with Scalding on Zeppelin managed on YARN

2016-12-22 Thread Paul Brenner
I'm trying to get Scalding working on Zeppelin while using YARN. I followed the steps in the docs  https://share.polymail.io/v1/z/b/NTg1YzBkOTc5ZTkx/2oW5SQjbADW8zb9nS3JO5g421bQMXDLTC0FeCJ_WR7eecFsW9CWa-tzokB9aSLwG5t9yQ9B6QpcS8AmXjjFFxJ31Thy9lN7HSvilaEeoI6Az7C53CrnFmUoMnta-EYrRI5uEQhbztPSzTrQle-3

R interpreter not available

2016-12-22 Thread Jan Botorek
Hello, I have a problem with running R interpreter - Specifically, R is not visible among available interpreters. So far, I installed R language packages to my system (Ubuntu) = I am able to run R commands in shell. When I download latest version of Zeppelin from Git, try to compile it using -Pr

Zeppelin and treemap visualization

2016-12-22 Thread Jan Botorek
Hello, I would like to visualize data in a TreeMap format. Don't you, guys, anyone have experience with some technology, that would enables Zeppelin to visualize such a data structure, please? Regards, Jan