Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-4878

Fix issues from PIG-4847

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.16.0
    • None
    • None
    • Reviewed

    Description

      PIG-4847 created two issues.

      1) Caused compilation failure with Hadoop 1.x
      https://builds.apache.org/job/Pig-trunk-commit/2316/console

        [javac]         double memoryThresholdFraction = conf.getDouble(PigConfiguration.PIG_SPILL_MEMORY_USAGE_THRESHOLD_FRACTION, MEMORY_THRESHOLD_FRACTION_DEFAULT);
          [javac]                                              ^
          [javac]   symbol:   method getDouble(String,double)
          [javac]   location: variable conf of type Configuration
      

      conf.getDouble() is not present in Hadoop 1.x

      2) Interchanged use of memory and collection thresholds

      Attachments

        1. PIG-4878-1.patch
          4 kB
          Rohini Palaniswamy

        Issue Links

          Activity

            People

              rohini Rohini Palaniswamy
              rohini Rohini Palaniswamy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: