You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (Created) (JIRA)" <ji...@apache.org> on 2012/01/22 23:10:39 UTC

[jira] [Created] (HIVE-2735) PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table

PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table
--------------------------------------------------------------------------------------------

                 Key: HIVE-2735
                 URL: https://issues.apache.org/jira/browse/HIVE-2735
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.8.0, 0.7.1, 0.7.0, 0.8.1, 0.9.0
            Reporter: Ashutosh Chauhan
            Assignee: Sushanth Sowmyan


As a result, if there is a query which results in a MR job which needs to be configured via storage handler, it returns in failure.

--
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-2735) PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table

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

Sushanth Sowmyan updated HIVE-2735:
-----------------------------------

    Attachment: sem_patch.patch

(having some difficulty with my arcanist setup - uploading patch here for view anyway, will update if that's fixed)
                
> PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2735
>                 URL: https://issues.apache.org/jira/browse/HIVE-2735
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Sushanth Sowmyan
>         Attachments: sem_patch.patch
>
>
> As a result, if there is a query which results in a MR job which needs to be configured via storage handler, it returns in failure.

--
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-2735) PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table

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

Sushanth Sowmyan commented on HIVE-2735:
----------------------------------------

Hit this issue while working on a HCat StorageHandler - this results in the jobProperties not being copied out to the JobConf.
                
> PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2735
>                 URL: https://issues.apache.org/jira/browse/HIVE-2735
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Sushanth Sowmyan
>
> As a result, if there is a query which results in a MR job which needs to be configured via storage handler, it returns in failure.

--
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] [Resolved] (HIVE-2735) PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table

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

Ashutosh Chauhan resolved HIVE-2735.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9.0

Committed to trunk. Thanks, Sushanth!
                
> PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2735
>                 URL: https://issues.apache.org/jira/browse/HIVE-2735
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Sushanth Sowmyan
>             Fix For: 0.9.0
>
>         Attachments: sem_patch.patch
>
>
> As a result, if there is a query which results in a MR job which needs to be configured via storage handler, it returns in failure.

--
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-2735) PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table

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

Hudson commented on HIVE-2735:
------------------------------

Integrated in Hive-trunk-h0.21 #1229 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1229/])
    HIVE-2735: PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table (sushanth via ashutosh)

hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1237329
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java

                
> PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2735
>                 URL: https://issues.apache.org/jira/browse/HIVE-2735
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Sushanth Sowmyan
>             Fix For: 0.9.0
>
>         Attachments: sem_patch.patch
>
>
> As a result, if there is a query which results in a MR job which needs to be configured via storage handler, it returns in failure.

--
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-2735) PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table

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

Ashutosh Chauhan commented on HIVE-2735:
----------------------------------------

+1. Running tests.
                
> PlanUtils.configureTableJobPropertiesForStorageHandler() is not called for partitioned table
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2735
>                 URL: https://issues.apache.org/jira/browse/HIVE-2735
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Sushanth Sowmyan
>         Attachments: sem_patch.patch
>
>
> As a result, if there is a query which results in a MR job which needs to be configured via storage handler, it returns in failure.

--
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