[ 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