Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-3684

The data_join should allow the user to implement a customer cloning function

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.19.0
    • None
    • None
    • Reviewed
    • Allowed user to overwrite clone function in a subclass of TaggedMapOutput class.

    Description

      Currently, the framework uses serialization/deserialization to clone the values passed to the resuce function.
      This amounts to a very heavy weight deep copy of the value objects.
      That is way too expensive. Although that may be a generic way to work for all possible value classes, thus good as a default way,
      the framework should allow the user to implemet an application specific yet efficient cloning function.

      Attachments

        1. H-3684.txt
          2 kB
          Runping Qi

        Activity

          People

            runping Runping Qi
            runping Runping Qi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: