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 A2E7117A88 for ; Wed, 15 Oct 2014 08:16:36 +0000 (UTC) Received: (qmail 96217 invoked by uid 500); 15 Oct 2014 08:16:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 96137 invoked by uid 500); 15 Oct 2014 08:16:34 -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 96120 invoked by uid 500); 15 Oct 2014 08:16:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 96117 invoked by uid 99); 15 Oct 2014 08:16:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 08:16:34 +0000 Date: Wed, 15 Oct 2014 08:16:34 +0000 (UTC) From: "cw (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-2906) Support providing some table properties by user via SQL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172132#comment-14172132 ] cw commented on HIVE-2906: -------------------------- [~navis] I created a issue here: https://issues.apache.org/jira/browse/HIVE-8466 > Support providing some table properties by user via SQL > ------------------------------------------------------- > > Key: HIVE-2906 > URL: https://issues.apache.org/jira/browse/HIVE-2906 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Navis > Assignee: Navis > Fix For: 0.12.0 > > Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.1.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.2.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.3.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.4.patch, ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.5.patch, HIVE-2906.D2499.6.patch, HIVE-2906.D2499.7.patch > > > Some properties are needed to be provided to StorageHandler by user in runtime. It might be an address for remote resource or retry count for access or maximum version count(for hbase), etc. > For example, > {code} > select emp.empno, emp.ename from hbase_emp ('max.version'='3') emp; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)