Github user alexliu68 commented on the pull request:

    https://github.com/apache/spark/pull/4406#issuecomment-74175322
  
    When Hive-thriftserver with DSE integration starts, it starts our custom 
Hive metastore which uses a Cassandra client to access Cassandra. The Cassandra 
client takes the username/password configuration settings to access Cassandra 
nodes.  Another use case is connecting to thrift server through Beeline and 
passing the username/password. In this use case, Cassandra client  has to use 
hiveconf to get the username/password per user session. That's the reason we 
can't simply read it through system properties.
    
    RelationProvider is not involved during Hive metastore startup, so I am 
afraid that it can help for our case.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to