Skip to content

Instantly share code, notes, and snippets.

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