Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61C1DCDA9 for ; Thu, 26 Jul 2012 14:47:36 +0000 (UTC) Received: (qmail 66887 invoked by uid 500); 26 Jul 2012 14:47:36 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 66793 invoked by uid 500); 26 Jul 2012 14:47:36 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 66536 invoked by uid 500); 26 Jul 2012 14:47:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 66477 invoked by uid 99); 26 Jul 2012 14:47:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 14:47:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id A66E0142838 for ; Thu, 26 Jul 2012 14:47:35 +0000 (UTC) Date: Thu, 26 Jul 2012 14:47:35 +0000 (UTC) From: "rohit dhawan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1636173336.106060.1343314055686.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HIVE-3305) functions cannot be a part of Location literal in create table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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