Tags: api* + hadoop*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Counters are sent back to job tracker at end of job
    2012-06-05 Tags: , , , , by klotz
  2. 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
  3. 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
  4. What mappers and reducers write to
    2012-06-05 Tags: , , , by klotz
  5. MapReduceBase, Mapper, Reducer.
    2012-06-05 Tags: , , , by klotz
  6. 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
  7. Use this for line-based input
    2012-06-05 Tags: , , , by klotz
  8. Sequence files allow for multiple files in one 64MB block
    2012-06-05 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "api+hadoop"

About - Propulsed by SemanticScuttle