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

Simplify parameter passing to Application Master from Client. SImplify approach to pass info such appId, ClusterTimestamp and failcount required by App Master.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.23.0
    • 0.23.0
    • mrv2
    • None
    • Reviewed
    • mr2,mapreduce-2.0

    Description

      The Application master needs the application attempt id to register with the Applications Manager. To create an appAttemptId object, the appId object(needs cluster timestamp and app id) and failCount are needed.

      Currently, all clients need to pass in the appId, cluster timestamp and fail count to the app master for the required objects to be constructed.

      We could look at simplifying this by providing either placeholders that would have values replaced by the app master launcher or setting it into the environment ( although that requires a set of whitelisted env vars that can only be set by the yarn framework ).

      Attachments

        1. MAPREDUCE-3055-20110923.txt
          33 kB
          Vinod Kumar Vavilapalli
        2. MAPREDUCE-3055-20110922.txt
          31 kB
          Vinod Kumar Vavilapalli

        Activity

          People

            vinodkv Vinod Kumar Vavilapalli
            hitesh Hitesh Shah
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: