[jira] [Updated] (HIVE-2906) Support providing some table properties by user via SQL

2012-03-29 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2906: -- Attachment: HIVE-2906.D2499.4.patch navis updated the revision "HIVE-2906 [jira] Support providing some

Re: Is HiveMetastoreClient a public interface?

2012-03-29 Thread Francis Liu
Hi Carl, I see, thanks for clarifying that. It'd be brittle to write our own client as HiveMetaStoreClient is not really that "thin" since it is already performing callbacks for HiveMetaHook and someone might decide to add more (or remove) logic into it. The java API is an ask from one of our use

[jira] [Updated] (HIVE-2906) Support providing some table properties by user via SQL

2012-03-29 Thread Navis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-2906: Status: Open (was: Patch Available) > Support providing some table properties by user via SQL > ---

Re: Is HiveMetastoreClient a public interface?

2012-03-29 Thread Carl Steinbach
Hi Francis, The HiveMetaStoreClient library is a thin wrapper layer written around the Thrift generated client code. It is not a public API and is subject to change in the future. If "experts only" is doable, then I recommend integrating directly at the Thrift API level (which is a public API), e.

[jira] [Updated] (HIVE-2912) HiveServer shouldn't initialize HiveMetaStore if Metastore is remote.

2012-03-29 Thread Ashutosh Chauhan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated HIVE-2912: --- Description: Currently it always initializes MetaStore in-process. (was: In HiveServer.java H

[jira] [Created] (HIVE-2912) HiveServer shouldn't initialize HiveMetaStore if Metastore is remote.

2012-03-29 Thread Ashutosh Chauhan (Created) (JIRA)
HiveServer shouldn't initialize HiveMetaStore if Metastore is remote. - Key: HIVE-2912 URL: https://issues.apache.org/jira/browse/HIVE-2912 Project: Hive Issue Type: Bug

Re: Is HiveMetastoreClient a public interface?

2012-03-29 Thread Francis Liu
Hi Edward, We would also need other apis such as dropping partitions and tables as well as retrieving delegation tokens. "Experts only" is doable. The main concern of it being public is wether in future releases, Hive developers will do their best to make sure the interface is backwards compatible

Re: Is HiveMetastoreClient a public interface?

2012-03-29 Thread Edward Capriolo
Ideally you want to do everything through the hiveQL language. Calling the read only methods are safe and would be easier/better then Calling 'show tables' and attempting to parse. But I would consider the rest of the interface for "experts" only. Also this interface can change slightly between ver

[jira] [Updated] (HIVE-2911) Move global .hiverc file

2012-03-29 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2911: -- Attachment: HIVE-2911.D2529.2.patch omalley updated the revision "HIVE-2911 [jira] Move global .hiverc f

[jira] [Updated] (HIVE-2911) Move global .hiverc file

2012-03-29 Thread Owen O'Malley (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HIVE-2911: Status: Patch Available (was: Open) I tested this on a cluster and it worked as expected.

[jira] [Commented] (HIVE-1721) use bloom filters to improve the performance of joins

2012-03-29 Thread Mikalai Parafeniuk (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241517#comment-13241517 ] Mikalai Parafeniuk commented on HIVE-1721: -- Hello. I am Mikalaj Parafeniuk from Be

Is HiveMetastoreClient a public interface?

2012-03-29 Thread Francis Liu
No reponse from the user list. Reposting in the dev list: Hi, It seems like the HiveMetaStoreClient is the only way to programmatically access (and retreive) the metastore for DDL and metadata queries as well as retrieving delegation tokens. It isn't documented anywhere, so I'd like to know if i

[jira] [Updated] (HIVE-2870) Throw an error when a nonexistent partition is accessed in strict mode

2012-03-29 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2870: -- Attachment: HIVE-2870.D2319.5.patch lucian updated the revision "HIVE-2870 [jira] Throw an error when a

[jira] [Updated] (HIVE-2911) Move global .hiverc file

2012-03-29 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2911: -- Attachment: HIVE-2911.D2529.1.patch omalley requested code review of "HIVE-2911 [jira] Move global .hive

[jira] [Updated] (HIVE-2906) Support providing some table properties by user via SQL

2012-03-29 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2906: -- Attachment: HIVE-2906.D2499.3.patch navis updated the revision "HIVE-2906 [jira] Support providing some

[jira] [Updated] (HIVE-2906) Support providing some table properties by user via SQL

2012-03-29 Thread Navis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-2906: Status: Patch Available (was: Open) > Support providing some table properties by user via SQL > ---

[jira] [Updated] (HIVE-2906) Support providing some table properties by user via SQL

2012-03-29 Thread Phabricator (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2906: -- Attachment: HIVE-2906.D2499.2.patch navis updated the revision "HIVE-2906 [jira] Support providing some