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

HBaseStorage constructs a Scan with cacheBlocks = false

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0, 0.9.3, 0.11
    • None

    Description

      Per <http://hbase.apache.org/book/mapreduce.example.html>, Scan objects for map-reduce jobs should disable cache blocks.

      scan.setCacheBlocks(false); // don't set to true for MR jobs

      This issue and the attached patch does so for Pig's HBaseStorage.

      Attachments

        1. PIG-2619.patch
          0.7 kB
          Andy Lindeman

        Activity

          People

            Unassigned Unassigned
            alindeman Andy Lindeman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: