pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Address MapReduce API support in all databases #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of AppScale 1.2 we only allow MapReduce jobs to be run when using HBase
or Hypertable as the underlying database.

Need to see whether or not we want to run Hadoop alongside all databases so
that we can run MapReduce jobs regardless of the underlying database.

Original issue reported on code.google.com by shattere...@gmail.com on 15 Nov 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Decided against running Hadoop in all configurations due to the large footprint
Hadoop has. Users attempting to use the MapReduce API with other databases 
active
will simply get "no output" as the result of their MR job.

Original comment by shattere...@gmail.com on 17 Nov 2009 at 3:48