- Hadoop and Mapreduce
- How to Combine Elastic Mapreduce/Hadoop with other Amazon Web Services
- How to use C++ Compiled Python for Amazon’s Elastic Mapreduce (Hadoop)
- Mapreduce & Hadoop Algorithms in Academic Papers
- Hadoop World NYC - notes from application session
- Hadoop World NYC - notes from morning session
- How to Combine Elastic Mapreduce/Hadoop with other Amazon Web Services
Tuesday, November 24, 2009
My latest postings (on Atbrox) related to Hadoop/Mapreduce & Search
As mentioned in a previous posting I mainly write on Atbrox's blog, here are my postings in October and (so far in) November.
Wednesday, October 7, 2009
From now on mainly blogging on Atbrox.com's blog
Atbrox is my new startup company (I left Google 1 month ago after 4 exciting years).
Sunday, March 8, 2009
Snakes on a Cloud
.. or Mobile Agents with Python
What are mobile agents?
"A mobile agent is a process that can transport its state from one environment to another, with its data intact, and be capable of performing appropriately in the new environment", source: Wikipedia.
Why Mobile Agents .. or how to deal with Data Gravity
The phrase "with its data" most likely refers to the agent's state data (and not all types of data), since one of the nicest properties of mobile agents is that they can move to where potentially huge amounts of data is. By plotting the curve "data gravity" - i.e. a rough estimate of how long time it takes to empty/fill/process a hard drive over a network connection - hard disk size divided by (typical) ethernet network speed over the last 20 years - the motivation for moving code to data (and not vice versa) is clearly increasing, making mobile agents a potentially interesting approach.
disclaimer: this posting (and all others on this blog) only represents my personal views.
Subscribe to:
Posts (Atom)