Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-4856 Optimization for pig on spark
  3. PIG-5052

Initialize MRConfiguration.JOB_ID in spark mode correctly

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • spark-branch
    • spark
    • None

    Description

      currently, we initialize MRConfiguration.JOB_ID in SparkUtil#newJobConf.
      we just set the value as a random string.

              jobConf.set(MRConfiguration.JOB_ID, UUID.randomUUID().toString());
      
      

      We need to find a spark api to initiliaze it correctly.

      Attachments

        1. PIG-5052.patch
          2 kB
          liyunzhang
        2. PIG-5052.3-incrementalToPatch1.patch
          1.0 kB
          Ádám Szita
        3. PIG-5052.3.patch
          2 kB
          Ádám Szita
        4. PIG-5052.2.patch
          2 kB
          Ádám Szita

        Activity

          People

            szita Ádám Szita
            kellyzly liyunzhang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: