Skip to content

Instantly share code, notes, and snippets.

@JoeyAndres
Last active October 23, 2017 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeyAndres/02a96b6d6b2548816887befe98e7a405 to your computer and use it in GitHub Desktop.
Save JoeyAndres/02a96b6d6b2548816887befe98e7a405 to your computer and use it in GitHub Desktop.
[Unit]
Description=Hadoop start/stop
[Service]
User=hadoop
Group=hadoop
Type=oneshot
ExecStart=/opt/hadoop/hadoop-service.sh start
ExecStop=/opt/hadoop/hadoop-service.sh stop
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment