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

Property 'pig.job.converted.fetch' should be unset when fetch finishes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.13.0
    • 0.14.0
    • None
    • None
    • Reviewed

    Description

      If plan is fetchable, PIG-4171 sets

      pc.getProperties().setProperty(PigImplConstants.CONVERTED_TO_FETCH, "true");
      

      When working in grunt this session-scoped property remains set after the result is fetched. For example, if subsequent jobs aren't fetchable or the user disables fetch, this property will be still there.
      We'd need to remove this property from PigContext after the fetch job finishes.

      Attachments

        1. PIG-4238.patch
          3 kB
          Lorand Bendig

        Issue Links

          Activity

            People

              lbendig Lorand Bendig
              lbendig Lorand Bendig
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: