[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:step-24 [2012/01/27 22:08]
straka
courses:mapreduce-tutorial:step-24 [2012/01/27 22:08]
straka
Line 83: Line 83:
   * The filename //must// be the same as the name of the class -- this is enforced by Java compiler.   * The filename //must// be the same as the name of the class -- this is enforced by Java compiler.
   * In one class multiple jobs can be submitted, either in sequence or in parallel.   * In one class multiple jobs can be submitted, either in sequence or in parallel.
-  * A mismatch of types is usually detected by the compiler, but sometimes it is detected only at runtime. If that happens, an exception is raised and the program crashes.+  * A mismatch of types is usually detected by the compiler, but sometimes it is detected only at runtime. If that happens, an exception is raised and the program crashes. For example, default key output class it ''LongWritable'' -- if ''Text'' was not specified, the program would crash.
  
 ===== Running the job ===== ===== Running the job =====

[ Back to the navigation ] [ Back to the content ]