[ 
https://issues.apache.org/jira/browse/SPARK-17324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450913#comment-15450913
 ] 

Apache Spark commented on SPARK-17324:
--------------------------------------

User 'gatorsmile' has created a pull request for this issue:
https://github.com/apache/spark/pull/14888

> Remove Direct Usage of HiveClient in InsertIntoHiveTable
> --------------------------------------------------------
>
>                 Key: SPARK-17324
>                 URL: https://issues.apache.org/jira/browse/SPARK-17324
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.1.0
>            Reporter: Xiao Li
>
> This is another step to get rid of HiveClient from `HiveSessionState`. All 
> the metastore interactions should be through `ExternalCatalog` interface. 
> However, the existing implementation of `InsertIntoHiveTable ` still requires 
> Hive clients. Thus, we can remove HiveClient by moving the metastore 
> interactions into `ExternalCatalog`.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to