Fwd: R interpreter not working

2016-07-12 Thread Krishnaprasad A S
Hi I'm trying R interpreter on zeppelin (0.6.0) which has R interpreter builtin. It is there in ui, interpreter lin, spark %spark , %spark.pyspark , %spark.r , %spark.sql , %spark.dep I tried %spark.r and %r both throws error, ERROR [2016-07-12 18:07:41,124] ({Thread-97} JobProgressPoller.java[run

Re: R interpreter not working

2016-07-12 Thread Krishnaprasad A S
u want to use R, you need to install in your node[2]. > > [1] > http://zeppelin.apache.org/download.html > [2] > http://zeppelin.apache.org/docs/0.6.0/interpreter/r.html > > Hope this helps. > > 2016-07-12 22:11 GMT+09:00 Krishnaprasad A S : > >> Hi I'm tr

Fwd: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Krishnaprasad A S
hi, I'm trying to create a drill interpreter in zeppelin. *drill.url = jdbc:drill:zk=:2181/drill/drillbits1drill.driver = org.apache.drill.jdbc.Driver* my drillbit runs on the same server as of zeppelin. Added the dependency 'apache-drill-1.7.0/jars/drill-jdbc-all-1.7.0.jar' in zeppelin ui. I'm t

Re: Drill JDBC Interpreter: Connection Refused

2016-07-12 Thread Krishnaprasad A S
llo, > > It looks like a kind of initialization error. Could you tell me your > script starting from %? And interpreter logs which is located under > logs/ will help solve this error. > > Hope this help, > JL > > > On Wednesday, 13 July 2016, Krishnaprasad A S > wro

Re: Setting default interpreter at notebook level

2016-07-25 Thread Krishnaprasad A S
notebook level setting for interpreter? > For example, in a notebook I want to set the default interpreter at R so > that for every code block i do not have to start with "%spark.r", while on > another notebook, I want to set the default interpreter as Scala. > > I am using v0.