Created
August 13, 2012 14:47
-
-
Save heynemann/3341383 to your computer and use it in GitHub Desktop.
sample configuration file for r3
This file contains 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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
INPUT_STREAMS = [ | |
'my_app.stream.CountWordsStream' | |
] | |
REDUCERS = [ | |
'my_app.reducer.CountWordsReducer' | |
] |
This file contains 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
r3-app --config-file="config.py" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment