Guest User

Untitled

a guest
Nov 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # At the start of a file where you want verbose job/hadoopy output put the following
  2. # This is normally used in driver files which contain one or more launch commands
  3. import logging
  4. logging.basicConfig(level=logging.INFO)
Add Comment
Please, Sign In to add comment