[jira] [Updated] (HIVE-4841) Add partition level hook to HiveMetaHook

2015-01-06 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-4841:

Attachment: HIVE-4841.4.patch.txt

Rebased to trunk

 Add partition level hook to HiveMetaHook
 

 Key: HIVE-4841
 URL: https://issues.apache.org/jira/browse/HIVE-4841
 Project: Hive
  Issue Type: Improvement
  Components: StorageHandler
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-4841.4.patch.txt, HIVE-4841.D11673.1.patch, 
 HIVE-4841.D11673.2.patch, HIVE-4841.D11673.3.patch


 Current HiveMetaHook provides hooks for tables only. With partition level 
 hook, external storages also could be revised to exploit PPR.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HIVE-4841) Add partition level hook to HiveMetaHook

2013-07-17 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-4841:


Status: Patch Available  (was: Open)

 Add partition level hook to HiveMetaHook
 

 Key: HIVE-4841
 URL: https://issues.apache.org/jira/browse/HIVE-4841
 Project: Hive
  Issue Type: Improvement
  Components: StorageHandler
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-4841.D11673.1.patch, HIVE-4841.D11673.2.patch


 Current HiveMetaHook provides hooks for tables only. With partition level 
 hook, external storages also could be revised to exploit PPR.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4841) Add partition level hook to HiveMetaHook

2013-07-17 Thread Phabricator (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-4841:
--

Attachment: HIVE-4841.D11673.3.patch

navis updated the revision HIVE-4841 [jira] Add partition level hook to 
HiveMetaHook.

  Fixed test fails

Reviewers: JIRA

REVISION DETAIL
  https://reviews.facebook.net/D11673

CHANGE SINCE LAST DIFF
  https://reviews.facebook.net/D11673?vs=35799id=35859#toc

AFFECTED FILES
  hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseSerDe.java
  hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java
  
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHBaseTableInputFormat.java
  
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHBaseTableOutputFormat.java
  hbase-handler/src/test/queries/positive/hbase_partitioned.q
  hbase-handler/src/test/results/positive/hbase_partitioned.q.out
  
hcatalog/storage-handlers/hbase/src/java/org/apache/hcatalog/hbase/HBaseHCatStorageHandler.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaHook.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
  ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
  ql/src/java/org/apache/hadoop/hive/ql/metadata/DefaultStorageHandler.java
  ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveStorageHandler.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
  ql/src/test/results/clientnegative/alter_non_native.q.out

To: JIRA, navis


 Add partition level hook to HiveMetaHook
 

 Key: HIVE-4841
 URL: https://issues.apache.org/jira/browse/HIVE-4841
 Project: Hive
  Issue Type: Improvement
  Components: StorageHandler
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-4841.D11673.1.patch, HIVE-4841.D11673.2.patch, 
 HIVE-4841.D11673.3.patch


 Current HiveMetaHook provides hooks for tables only. With partition level 
 hook, external storages also could be revised to exploit PPR.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4841) Add partition level hook to HiveMetaHook

2013-07-16 Thread Phabricator (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-4841:
--

Attachment: HIVE-4841.D11673.2.patch

navis updated the revision HIVE-4841 [jira] Add partition level hook to 
HiveMetaHook.

  Support partitioned table for HBase

Reviewers: JIRA

REVISION DETAIL
  https://reviews.facebook.net/D11673

CHANGE SINCE LAST DIFF
  https://reviews.facebook.net/D11673?vs=35625id=35799#toc

AFFECTED FILES
  hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseSerDe.java
  hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java
  
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHBaseTableInputFormat.java
  
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHBaseTableOutputFormat.java
  hbase-handler/src/test/queries/positive/hbase_partitioned.q
  hbase-handler/src/test/results/positive/hbase_partitioned.q.out
  
hcatalog/storage-handlers/hbase/src/java/org/apache/hcatalog/hbase/HBaseHCatStorageHandler.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaHook.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
  ql/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FileSinkOperator.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java
  ql/src/java/org/apache/hadoop/hive/ql/metadata/DefaultStorageHandler.java
  ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveStorageHandler.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
  ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
  ql/src/test/results/clientnegative/alter_non_native.q.out

To: JIRA, navis


 Add partition level hook to HiveMetaHook
 

 Key: HIVE-4841
 URL: https://issues.apache.org/jira/browse/HIVE-4841
 Project: Hive
  Issue Type: Improvement
  Components: StorageHandler
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-4841.D11673.1.patch, HIVE-4841.D11673.2.patch


 Current HiveMetaHook provides hooks for tables only. With partition level 
 hook, external storages also could be revised to exploit PPR.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4841) Add partition level hook to HiveMetaHook

2013-07-14 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-4841:


Status: Open  (was: Patch Available)

 Add partition level hook to HiveMetaHook
 

 Key: HIVE-4841
 URL: https://issues.apache.org/jira/browse/HIVE-4841
 Project: Hive
  Issue Type: Improvement
  Components: StorageHandler
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-4841.D11673.1.patch


 Current HiveMetaHook provides hooks for tables only. With partition level 
 hook, external storages also could be revised to exploit PPR.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4841) Add partition level hook to HiveMetaHook

2013-07-11 Thread Phabricator (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-4841:
--

Attachment: HIVE-4841.D11673.1.patch

navis requested code review of HIVE-4841 [jira] Add partition level hook to 
HiveMetaHook.

Reviewers: JIRA

HIVE-4841 Add partition level hook to HiveMetaHook

Current HiveMetaHook provides hooks for tables only. With partition level hook, 
external storages also could be revised to exploit PPR.

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D11673

AFFECTED FILES
  hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java
  
hcatalog/storage-handlers/hbase/src/java/org/apache/hcatalog/hbase/HBaseHCatStorageHandler.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaHook.java
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java

MANAGE HERALD RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/27615/

To: JIRA, navis


 Add partition level hook to HiveMetaHook
 

 Key: HIVE-4841
 URL: https://issues.apache.org/jira/browse/HIVE-4841
 Project: Hive
  Issue Type: Improvement
  Components: StorageHandler
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-4841.D11673.1.patch


 Current HiveMetaHook provides hooks for tables only. With partition level 
 hook, external storages also could be revised to exploit PPR.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4841) Add partition level hook to HiveMetaHook

2013-07-11 Thread Navis (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Navis updated HIVE-4841:


Status: Patch Available  (was: Open)

 Add partition level hook to HiveMetaHook
 

 Key: HIVE-4841
 URL: https://issues.apache.org/jira/browse/HIVE-4841
 Project: Hive
  Issue Type: Improvement
  Components: StorageHandler
Reporter: Navis
Assignee: Navis
Priority: Minor
 Attachments: HIVE-4841.D11673.1.patch


 Current HiveMetaHook provides hooks for tables only. With partition level 
 hook, external storages also could be revised to exploit PPR.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira