[jira] [Updated] (SPARK-15334) HiveClient facade not compatible with Hive 0.12

2016-05-18 Thread Cheng Lian (JIRA)

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

Cheng Lian updated SPARK-15334:
---
Assignee: Sean Zhong

> HiveClient facade not compatible with Hive 0.12
> ---
>
> Key: SPARK-15334
> URL: https://issues.apache.org/jira/browse/SPARK-15334
> Project: Spark
>  Issue Type: Bug
>Reporter: Sean Zhong
>Assignee: Sean Zhong
>Priority: Minor
> Fix For: 2.0.0
>
>
> Compatibility issues:
> 1. org.apache.spark.sql.hive.client.HiveClientImpl use AddPartitionDesc(db, 
> table, ignoreIfExists) to create partitions, while Hive 0.12 doesn't have 
> this constructor for AddPartitionDesc.
> 2. HiveClientImpl uses PartitionDropOptions when dropping partition, however, 
> PartitionDropOptions doesn't exist in Hive 0.12.
> 3. Hive 0.12 doesn't support adding permanent functions. It is not valid to 
> call "org.apache.hadoop.hive.ql.metadata.Hive.createFunction", 
> "org.apache.hadoop.hive.ql.metadata.Hive.alterFunction", and 
> "org.apache.hadoop.hive.ql.metadata.Hive.alterFunction"
> 4. org.apache.spark.sql.hive.client.HiveClient doesn't have enough test 
> coverage. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-15334) HiveClient facade not compatible with Hive 0.12

2016-05-15 Thread Sean Zhong (JIRA)

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

Sean Zhong updated SPARK-15334:
---
Summary: HiveClient facade not compatible with Hive 0.12  (was: 
[SPARK][SQL] HiveClient facade not compatible with Hive 0.12)

> HiveClient facade not compatible with Hive 0.12
> ---
>
> Key: SPARK-15334
> URL: https://issues.apache.org/jira/browse/SPARK-15334
> Project: Spark
>  Issue Type: Bug
>Reporter: Sean Zhong
>Priority: Minor
>
> Compatibility issues:
> 1. org.apache.spark.sql.hive.client.HiveClientImpl use AddPartitionDesc(db, 
> table, ignoreIfExists) to create partitions, while Hive 0.12 doesn't have 
> this constructor for AddPartitionDesc.
> 2. HiveClientImpl uses PartitionDropOptions when dropping partition, however, 
> PartitionDropOptions doesn't exist in Hive 0.12.
> 3. Hive 0.12 doesn't support adding permanent functions. It is not valid to 
> call "org.apache.hadoop.hive.ql.metadata.Hive.createFunction", 
> "org.apache.hadoop.hive.ql.metadata.Hive.alterFunction", and 
> "org.apache.hadoop.hive.ql.metadata.Hive.alterFunction"
> 4. org.apache.spark.sql.hive.client.HiveClient doesn't have enough test 
> coverage. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org