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

        

Reply via email to