Skip to content

Commit

Permalink
make elasticsearch example run out of the box (#1902)
Browse files Browse the repository at this point in the history
(tested with elasticsearch 5.0.0)
  • Loading branch information
miku authored and Tarrasch committed Oct 31, 2016
1 parent e9ce79e commit 21f9fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/elasticsearch_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ def requires(self):
return FakeDocuments()

if __name__ == "__main__":
luigi.run(['--task', 'IndexDocuments'])
luigi.run(['IndexDocuments', '--local-scheduler'])

0 comments on commit 21f9fce

Please sign in to comment.