mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
allows zeppelin to be run and managed as a service. Jira Ticket ZEPPELIN-641
This commit is contained in:
parent
06ed0a3758
commit
1aab016733
1 changed files with 8 additions and 0 deletions
|
|
@ -217,3 +217,11 @@ After successful start, visit [http://localhost:8080](http://localhost:8080) wit
|
|||
```
|
||||
bin/zeppelin-daemon.sh stop
|
||||
```
|
||||
|
||||
#### Start Zeppelin with a service manager such as upstart
|
||||
|
||||
```
|
||||
bin/zeppelin-daemon.sh upstart
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue