You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "rohit dhawan (JIRA)" <ji...@apache.org> on 2012/07/26 16:47:35 UTC

[jira] [Created] (HIVE-3305) functions cannot be a part of Location literal in create table

rohit dhawan created HIVE-3305:
----------------------------------

             Summary: functions cannot be a part of Location literal in create table
                 Key: HIVE-3305
                 URL: https://issues.apache.org/jira/browse/HIVE-3305
             Project: Hive
          Issue Type: Bug
          Components: SQL, UDF
         Environment: Hive 0.7.1
Hadoop 0.20
            Reporter: rohit dhawan


When creating a table on s3 a script like this doesn't work...

CREATE EXTERNAL TABLE Newsletter_LRR(UserGuid STRING, DateLastUpdated STRING) 
STORED AS TEXTFILE
LOCATION CONCAT('s3://testbucket/','subdirectory/');

it does not allow to have CONCAT output as the Location.

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