Created
September 23, 2016 01:21
-
-
Save tag1216/81726ce552c22d8b65e9129c953b6133 to your computer and use it in GitHub Desktop.
Hadoop Streaming でカウンター出力
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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