Starting and stopping Apache Zeppelin

On all UNIX-like platforms (such as Ubuntu, Mac, and so on), use the following command:

$ bin/zeppelin-daemon.sh start

If the preceding command is successfully executed, you should observe the following logs on the terminal:

Figure 1: Starting Zeppelin from the Ubuntu terminal

If you are on Windows, use the following command:

$ binzeppelin.cmd 

After Zeppelin has started successfully, go to http://localhost:8080 with your web browser and you will see that Zeppelin is running. More specifically, you'll see this on your browser:

Figure 2: Zeppelin is running on http://localhost:8080

Congratulations! You ...

Get Scala Machine Learning Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.