[ 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