You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/02/11 01:16:59 UTC

[jira] [Issue Comment Edited] (HIVE-2785) support use region

    [ https://issues.apache.org/jira/browse/HIVE-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205700#comment-13205700 ] 

Namit Jain edited comment on HIVE-2785 at 2/11/12 12:16 AM:
------------------------------------------------------------

The semantics are as follows:

use physicalRegion;

Use the default region based on the primary region of the table being queried.
Choose the jobtracker, dfs from the region provided.

use physicalRegion <region_name>;

Use the region specified.

The query should only succeed if all the partitions of the table are present in the primary region

                
      was (Author: namit):
    The semantics are as follows:

use region;

Use the default region based on the primary region of the table being queried.
Choose the jobtracker, dfs from the region provided.

use region <region_name>;

Use the region specified.

The query should only succeed if all the partitions of the table are present in the primary region

                  
> support use region
> ------------------
>
>                 Key: HIVE-2785
>                 URL: https://issues.apache.org/jira/browse/HIVE-2785
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>
> use physicalRegion;
> use physicalRegion <region_name>;
> should be supported

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