Github user azurecoder commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/40#issuecomment-98458137
  
    
    Thanks Lee -
    
    It seemed like none of the interpreters started due to a lack permission on 
the interpreters.sh file. My bad.
    
    Richard
    
    ________________________________
    From: Lee moon soo <[email protected]>
    Sent: 01 May 2015 23:25
    To: apache/incubator-zeppelin
    Cc: Richard Conway
    Subject: Re: [incubator-zeppelin] Fixes RemoteInterpreterProcessTest. (#40)
    
    
    Hi @azurecoder<https://github.com/azurecoder>
    
    Zeppelin runs interpreter as separate process and communicate with it using 
thrift protocol.
    Connection refused error above is there's some problem between connection 
between Zeppelin-daemon and Interpreter process.
    
    To figure out what is causing the error, i recommend do following steps,
    
      1.  stop zeppelin if it is running, by bin/zeppelin-daemon.sh
      2.  check any zeppelin-daemon/zeppelin interpreter process running. If 
there're kill them. eg) ps -ef | grep -i zeppelin | grep -v grep | awk '{print 
$2}' | xargs kill
      3.  start zeppelin and try run some code
      4.  if connection refused error raised, then check 
logs/zeppelin-interpreter-[INTERPRETER_NAME]-*.log if there're any exception.
    
    -
    Reply to this email directly or view it on 
GitHub<https://github.com/apache/incubator-zeppelin/pull/40#issuecomment-98254553>.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to