You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2012/08/20 01:14:37 UTC

[jira] [Created] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Carl Steinbach created HIVE-3397:
------------------------------------

             Summary: PartitionPruner should log why it is not pushing the filter down to JDO
                 Key: HIVE-3397
                 URL: https://issues.apache.org/jira/browse/HIVE-3397
             Project: Hive
          Issue Type: Bug
          Components: Diagnosability, Logging, Query Processor
            Reporter: Carl Steinbach




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-3397:
---------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: HIVE-2048
    
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Phabricator (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463566#comment-13463566 ] 

Phabricator commented on HIVE-3397:
-----------------------------------

njain has accepted the revision "HIVE-3397 [jira] PartitionPruner should log why it is not pushing the filter down to JDO".

REVISION DETAIL
  https://reviews.facebook.net/D5691

BRANCH
  DPAL-1905

To: JIRA, njain, navis

                
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>         Attachments: HIVE-3397.D5691.1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13437605#comment-13437605 ] 

Carl Steinbach commented on HIVE-3397:
--------------------------------------

PartitionPruner.prune() falls back to doing a sequential scan of all partitions if the filter expression can't be pushed down to JDO. When this happens it should log a message explaining why it was unable to push the filter down to JDO.
                
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Bug
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464756#comment-13464756 ] 

Hudson commented on HIVE-3397:
------------------------------

Integrated in Hive-trunk-h0.21 #1702 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1702/])
    HIVE-3397 PartitionPruner should log why it is not pushing the filter
down to JDO (Navis via namit) (Revision 1390833)

     Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1390833
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ppr/PartitionPruner.java

                
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3397.D5691.1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Namit Jain updated HIVE-3397:
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.10.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Committed. Thanks Navis
                
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>             Fix For: 0.10.0
>
>         Attachments: HIVE-3397.D5691.1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Phabricator (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-3397:
------------------------------

    Attachment: HIVE-3397.D5691.1.patch

navis requested code review of "HIVE-3397 [jira] PartitionPruner should log why it is not pushing the filter down to JDO".
Reviewers: JIRA

  DPAL-1905 PartitionPruner should log why it is not pushing the filter down to JDO

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D5691

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
  ql/src/java/org/apache/hadoop/hive/ql/optimizer/ppr/PartitionPruner.java

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/13359/

To: JIRA, navis

                
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>         Attachments: HIVE-3397.D5691.1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463569#comment-13463569 ] 

Namit Jain commented on HIVE-3397:
----------------------------------

+1
                
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>         Attachments: HIVE-3397.D5691.1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HIVE-3397) PartitionPruner should log why it is not pushing the filter down to JDO

Posted by "Navis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Navis updated HIVE-3397:
------------------------

    Status: Patch Available  (was: Open)

https://reviews.facebook.net/D5691

Error message seemed clumsy. Anyone can revise that.
                
> PartitionPruner should log why it is not pushing the filter down to JDO
> -----------------------------------------------------------------------
>
>                 Key: HIVE-3397
>                 URL: https://issues.apache.org/jira/browse/HIVE-3397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Diagnosability, Logging, Query Processor
>            Reporter: Carl Steinbach
>              Labels: PartitionPruner, QueryOptimizer
>         Attachments: HIVE-3397.D5691.1.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira