Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-5057

Datajoin Package for reduce side join (in contrib folder) MRJobCOnfig class not present hadoop 1.0.3

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.0.3
    • None
    • contrib/data-join
    • None
    • datajoin , reduce side join

    Description

      DataJoin Package contributed to Hadoop has bug
      1) MRJobConfig config is not present and will not return input file
      name (MRJobConfig.MAP_INPUT_FILE)

      2 ) While Writing User program for joinig datasets using datajoin package
      In TaggedWritable class you will find readFields method will throw exception
      for that matter you will have to create new Text type object for reading beacause while writing
      you are writing Text object

      Taxt data;

      public void readFields(DataInput in) throws IOException {
      data = new Text();
      this.tag.readFields(in);
      if(this.data != null)

      { data.readFields(in); }

      }

      Attachments

        1. DataJoinMapperBase.java
          4 kB
          Vikas Jadhav

        Activity

          People

            vikascjadhav Vikas Jadhav
            vikascjadhav Vikas Jadhav
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: