Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running localhost:9999, Jupyter stops in Ambari #13

Open
oniabifo opened this issue Jun 8, 2017 · 2 comments
Open

Running localhost:9999, Jupyter stops in Ambari #13

oniabifo opened this issue Jun 8, 2017 · 2 comments

Comments

@oniabifo
Copy link

oniabifo commented Jun 8, 2017

Whenever i run localhost:9999 on my host server, Jupyter stops in Ambari, any work around for this?

@oniabifo
Copy link
Author

oniabifo commented Jun 8, 2017

when i check the log, it says

/var/lib/ambari-agent/cache/stacks/HDP/2.2/services/jupyter-service/package/scripts/shell/start.sh: line 8: ipython: command not found

This is the start.sh file

#!/bin/bash                                                                                                                                     
set -eu                                                                                                                                         

START_CMD=$1
LOG=$2
PIDFILE=$3

$START_CMD >> $LOG 2>&1 &                                                                                                                       
echo $! > $PIDFILE

Any help?

@nkostop
Copy link

nkostop commented Mar 5, 2018

Did you found a solution on this?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants