intermediate data produced for select queries ignores 
hive.exec.compress.intermediate
-------------------------------------------------------------------------------------

                 Key: HIVE-1468
                 URL: https://issues.apache.org/jira/browse/HIVE-1468
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Query Processor
            Reporter: Joydeep Sen Sarma


> set hive.exec.compress.intermediate=false;
> explain extended select xxx from yyy;
    ...

            File Output Operator
              compressed: true
              GlobalTableId: 0

looks like we only intermediate locations identified during splitting mr tasks 
follow this directive. this should be fixed because this forces clients to 
always decompress output data (even if the config setting is altered).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to