Changes between Version 16 and Version 17 of Hadoop


Ignore:
Timestamp:
Jan 19, 2010, 11:29:45 AM (14 years ago)
Author:
lucau.andreea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hadoop

    v16 v17  
    3636After running the tests, in the reduce phase, we needed a way of sending the results to the centralized management console. The problem was that the classic JUnit runner returner a Result class, that wasn't serializable. So we transformed this class into a byte array, encoded into a Base64 format and send the result in this format and upon receiving it, we would decode the bytes and recreate the object.
    3737
    38 = How to use it =
     38== How to use it ==
    3939We present bellow the requirements for running JUnit on top of Hadoop using our solution
    4040 * Java