You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ashish Thusoo (JIRA)" <ji...@apache.org> on 2008/10/05 01:41:44 UTC

[jira] Created: (HADOOP-4345) Hive: Check that partitioning predicate is present when hive.partition.pruning = strict

Hive: Check that partitioning predicate is present when hive.partition.pruning = strict
---------------------------------------------------------------------------------------

                 Key: HADOOP-4345
                 URL: https://issues.apache.org/jira/browse/HADOOP-4345
             Project: Hadoop Core
          Issue Type: Improvement
            Reporter: Ashish Thusoo
            Assignee: Ashish Thusoo


Add a new parameter 

hive.partition.pruning

when this is set to strict

then do not allow queries that do not have a predicate on the partitioning columns of partitioned tables. This helps to gate users from submitting huge queries to the cluster.

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


[jira] Updated: (HADOOP-4345) Hive: Check that partitioning predicate is present when hive.partition.pruning = strict

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

Robert Chansler updated HADOOP-4345:
------------------------------------

    Component/s: contrib/hive

> Hive: Check that partitioning predicate is present when hive.partition.pruning = strict
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4345
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4345
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/hive
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>
> Add a new parameter 
> hive.partition.pruning
> when this is set to strict
> then do not allow queries that do not have a predicate on the partitioning columns of partitioned tables. This helps to gate users from submitting huge queries to the cluster.

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


[jira] Resolved: (HADOOP-4345) Hive: Check that partitioning predicate is present when hive.partition.pruning = strict

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

Ashish Thusoo resolved HADOOP-4345.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

Fixed as part of JIRA-4230

> Hive: Check that partitioning predicate is present when hive.partition.pruning = strict
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4345
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4345
>             Project: Hadoop Core
>          Issue Type: Improvement
>            Reporter: Ashish Thusoo
>            Assignee: Ashish Thusoo
>             Fix For: 0.19.0
>
>
> Add a new parameter 
> hive.partition.pruning
> when this is set to strict
> then do not allow queries that do not have a predicate on the partitioning columns of partitioned tables. This helps to gate users from submitting huge queries to the cluster.

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