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 have successfully installed Apache Zeppelin! Now let's access Zeppelin on the browser at http://localhost:8080/ and get started on our data analytics once we have configured the preferred interpreter. Now, to stop Zeppelin from the command line, issue this command:

$ bin/zeppelin-daemon.sh stop
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset