Skip to content

Instantly share code, notes, and snippets.

@sirpengi
Created September 14, 2012 07:10
Show Gist options
  • Save sirpengi/3720419 to your computer and use it in GitHub Desktop.
Save sirpengi/3720419 to your computer and use it in GitHub Desktop.
<3 dforsyth
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
sys.path.append('/home/sirpengi/code/r3/r3/test')
INPUT_STREAMS = [
'count_words_stream.CountWordsStream'
]
REDUCERS = [
'count_words_reducer.CountWordsReducer'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment