python - Running Hadoop mapreduce Django apps on a Heroku dynamo -
is readily possible integrate hadoop client python (django) mapreduce apps/scripts remotely (on heroku dynamos or from free cluster) done locally in these examples:
- http://www.michael-noll.com/tutorials/writing-an-hadoop-mapreduce-program-in-python/
- http://blog.matthewrathbone.com/2013/11/17/python-map-reduce-on-hadoop---a-beginners-tutorial.html
- hadoop , django, possible?
this heroku addon led me believe might possible: https://devcenter.heroku.com/articles/treasure-data. app isn't free , learning-curve-to-cost ratio not obvious investment me.
my motivation cross heroku/django/hadoop bridge upgrade current django apps social media mining features.
i doubt can install hadoop on heroku, if can what's point?
hadoop makes distributed computing easy, if going run in heroku free tier have cluter of one, maybe 2 dynos. harness power of hadoop need more hardware. heroku dynos have 512 mb of ram....
Comments
Post a Comment