klotz: hadoop* + java*

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. 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
  2. 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
  3. What mappers and reducers write to
    2012-06-05 Tags: , , , by klotz
  4. MapReduceBase, Mapper, Reducer.
    2012-06-05 Tags: , , , by klotz
  5. 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
  6. Use this for line-based input
    2012-06-05 Tags: , , , by klotz
  7. Sequence files allow for multiple files in one 64MB block
    2012-06-05 Tags: , , , by klotz
  8. mapred is old but functional. mapreduce is future version.
    2012-06-05 Tags: , , , by klotz

Top of the page

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

About - Propulsed by SemanticScuttle