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 2011/07/26 23:57:09 UTC

[jira] [Created] (HIVE-2308) Throw an error if user specifies unsupported FS in LOCATION clause of CREATE TABLE

Throw an error if user specifies unsupported FS in LOCATION clause of CREATE TABLE
----------------------------------------------------------------------------------

                 Key: HIVE-2308
                 URL: https://issues.apache.org/jira/browse/HIVE-2308
             Project: Hive
          Issue Type: Bug
          Components: SQL
            Reporter: Carl Steinbach




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HIVE-2308) Throw an error if user specifies unsupported FS in LOCATION clause of CREATE TABLE

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

Carl Steinbach commented on HIVE-2308:
--------------------------------------

For example, Hive currently doesn't support the ability to query data stored in S3 (see HIVE-1620), but it will still let you create an external table that specifies an S3 volume for the location:

{code}
CREATE EXTERNAL TABLE tests3
(
a INT,
b STRING
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '|'
LOCATION 's3n://FULL/adsexternal/1294963200';
{code}


> Throw an error if user specifies unsupported FS in LOCATION clause of CREATE TABLE
> ----------------------------------------------------------------------------------
>
>                 Key: HIVE-2308
>                 URL: https://issues.apache.org/jira/browse/HIVE-2308
>             Project: Hive
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Carl Steinbach
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira