Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20866#discussion_r176307074
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/security/HiveDelegationTokenProvider.scala
 ---
    @@ -78,6 +78,7 @@ private[security] class HiveDelegationTokenProvider
           hadoopConf: Configuration,
           sparkConf: SparkConf,
           creds: Credentials): Option[Long] = {
    +    var metaStoreClient: HiveMetaStoreClient = null
    --- End diff --
    
    nit. `metaStoreClient` -> `metastoreClient`.


---

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

Reply via email to