Github user yaooqinn commented on the issue:

    https://github.com/apache/spark/pull/19068
  
    @cloud-fan  The cliSessionState is meant to be reused but discarded for 
isolated hive client classloader couldn't get it through `SessionState.get()`, 
so hive client will generated a `SessionState` instance everytime while calling 
`HiveClient.newSession()`. In my foregoing pr, I made it reused but i didn't 
notice that it is just pointing to a dummy metatstore. This has to be fixed.


---

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

Reply via email to