klotz: api*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↑ / Title / - Bookmarks from other users for this tag

  1. mapred is old but functional. mapreduce is future version.
    2012-06-05 Tags: , , , by klotz
  2. Sequence files allow for multiple files in one 64MB block
    2012-06-05 Tags: , , , by klotz
  3. Use this for line-based input
    2012-06-05 Tags: , , , by klotz
  4. JobClient and JobConf are the Job Management interfaces. JobClient specifiesy main and args. JobConf sets memory, number of mappers, reducers, etc.
    2012-06-05 Tags: , , , by klotz
  5. MapReduceBase, Mapper, Reducer.
    2012-06-05 Tags: , , , by klotz
  6. What mappers and reducers write to
    2012-06-05 Tags: , , , by klotz
  7. Hook for logging and status. OK to use log4j or stdout/stderr and then read from jobtracker for each process.
    2012-06-05 Tags: , , , by klotz
  8. Put jars in your code, instead of using libjars. Your jar file gets pushed to every node. Keep your mapreduce code small; don't send large libraries because you run large VMs on nodes.
    2012-06-05 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: Tags: api

About - Propulsed by SemanticScuttle