Hi,

I was researching about how to configure zeppelin.
https://apache.googlesource.com/incubator-zeppelin/+/7a60b335539914700f3b2a8cbb76f3b21c07e98f

I added the next configuration and now it is working.  I am using this
interpreter https://github.com/apache/incubator-zeppelin/pull/60

# ./conf/zeppelin-env.sh
export HADOOP_CONF_DIR=/path/to/hadoop_conf_dir


2015-05-09 2:00 GMT+02:00 Corneau Damien <[email protected]>:

> Hi, jdbc is not a default interpreter
>
> You might want to try with %sql (which is spark sql)
>
> Or verify that your custom jdbc interpreter is selectes for that notebook
> (in thenotebook settings)
> On May 8, 2015 8:26 PM, "Pablo Torre" <[email protected]> wrote:
>
>> Hi,
>>
>> After installation, I tried to run this simple mysql command and got this 
>> error. Any idea what it could be?
>>
>> Command: %jdbc select * from Readings;
>>
>> Error:
>>
>>
>> Scheduler already terminated
>> org.apache.zeppelin.scheduler.RemoteScheduler.submit(RemoteScheduler.java:122)
>>  org.apache.zeppelin.notebook.Note.run(Note.java:271)
>> org.apache.zeppelin.socket.NotebookServer.runParagraph(NotebookServer.java:531)
>>  org.apache.zeppelin.socket.NotebookServer.onMessage(NotebookServer.java:119)
>> org.java_websocket.server.WebSocketServer.onWebsocketMessage(WebSocketServer.java:469)
>>  org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:368)
>> org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java:157) 
>> org.java_websocket.server.WebSocketServer$WebSocketWorker.run(WebSocketServer.java:657)
>>
>>
>> --
>> Pablo Torre.
>> Freelance software engineer and Ruby on Rails developer.
>> Oleiros (Coruña)
>> *Personal site <http://www.pablotorrerodriguez.com>*
>> My blog <http://pablo-torre-rodriguez.blogspot.com.es>
>>
>


-- 
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://pablo-torre-rodriguez.blogspot.com.es>

Reply via email to