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