You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/08/22 17:39:20 UTC

[jira] [Commented] (SPARK-17190) Removal of HiveSharedState

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

Apache Spark commented on SPARK-17190:
--------------------------------------

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

> Removal of HiveSharedState
> --------------------------
>
>                 Key: SPARK-17190
>                 URL: https://issues.apache.org/jira/browse/SPARK-17190
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>
> Since `HiveClient` is used to interact with the Hive metastore, it should be hidden in `HiveExternalCatalog`. After moving `HiveClient` into `HiveExternalCatalog`, `HiveSharedState` becomes a wrapper of `HiveExternalCatalog`. Thus, removal of `HiveSharedState` becomes straightforward. After removal of `HiveSharedState`, the reflection logic is directly applied on the choice of `ExternalCatalog` types, based on the configuration of `CATALOG_IMPLEMENTATION`. 
> `HiveClient` is also used/invoked by the other entities besides HiveExternalCatalog, we defines the following two APIs:
> {noformat}
>   /**
>    * Return the existing [[HiveClient]] used to interact with the metastore.
>    */
>   def getClient: HiveClient
>   /**
>    * Return a [[HiveClient]] as a new session
>    */
>   def getNewClient: HiveClient
> {noformat}



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

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