Skip to content

Instantly share code, notes, and snippets.

@tag1216
Created September 23, 2016 01:21
Show Gist options
  • Save tag1216/81726ce552c22d8b65e9129c953b6133 to your computer and use it in GitHub Desktop.
Save tag1216/81726ce552c22d8b65e9129c953b6133 to your computer and use it in GitHub Desktop.
Hadoop Streaming でカウンター出力
print >> sys.stderr, "reporter:counter: %s,%s,%d" % (self.group, self.name, value,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment