Skip to content

Instantly share code, notes, and snippets.

@desbo
Created January 8, 2018 15:15
Show Gist options
  • Save desbo/516c40668d661f35a58f49e6dd75d421 to your computer and use it in GitHub Desktop.
Save desbo/516c40668d661f35a58f49e6dd75d421 to your computer and use it in GitHub Desktop.
master restart
# run as root
initctl list | grep -E 'hadoop|hive|spark|yarn' | cut -d' ' -f1 | xargs -L1 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment