sh1nj1 opened a new pull request, #4921:
URL: https://github.com/apache/zeppelin/pull/4921

   ### What is this PR for?
   
   fixes error on running a script to enable Zeppelin as system service
   
   error message:
   
   ```
   $ sudo ./bin/zeppelin-systemd-service.sh enable
   Failed to enable unit: Unit file zeppelin.service does not exist.
   To start Zeppelin using systemd, simply type:
   # systemctl start zeppelin
   
   To check the service health:
   # systemctl status zeppelin
   ```
   
   ### What type of PR is it?
   Bug Fix
   
   ### Todos
   
   ### What is the Jira issue?
   
   ### How should this be tested?
   
   * `sudo ./bin/zeppelin-system-service.sh enable` should work without error 
message.
   * `systemctl list-units --all "zeppelin.*" | grep zeppelin` should list 
zeppelin.service.
      output: `  zeppelin.service loaded inactive dead Apache Zeppelin daemon`
   * `sudo ./bin/zeppelin-system-service.sh disable` should work without error 
message. 
      `systemctl list-units --all "zeppelin.*" | grep zeppelin` should not list 
zeppelin.service.
      There should be no /etc/systemd/system/zeppelin.service file.
    
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to