Skip to content

Commit

Permalink
Set password before launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Waring committed Jan 23, 2024
1 parent e53075f commit f5ad7b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ hdfs namenode -format
start-dfs.sh
start-yarn.sh

echo "Starting Jupyter..."
jupyter notebook --allow-root --ip=0.0.0.0
echo "Setting Jupyter password..."
expect /jupyter_password.exp

echo "Settings Jupyter password..."
expect /jupyter_password.exp
echo "Starting Jupyter..."
jupyter notebook --allow-root --ip=0.0.0.0

0 comments on commit f5ad7b6

Please sign in to comment.