Skip to content

Instantly share code, notes, and snippets.

@auxiliary
Created April 30, 2017 02:11
Show Gist options
  • Save auxiliary/52eea9997dd0597f7bf90180ccfa767f to your computer and use it in GitHub Desktop.
Save auxiliary/52eea9997dd0597f7bf90180ccfa767f to your computer and use it in GitHub Desktop.
Redirections needed to run a spark job without the annoying INFO logs
((<file submit command> 1>&3) 2>&1 | awk '/Error/') 3>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment