We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever i run localhost:9999 on my host server, Jupyter stops in Ambari, any work around for this?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Did you found a solution on this? Thank you!
No branches or pull requests
Whenever i run localhost:9999 on my host server, Jupyter stops in Ambari, any work around for this?
The text was updated successfully, but these errors were encountered: