Github user marmbrus commented on the pull request:
https://github.com/apache/spark/pull/4406#issuecomment-74166182
I'm confused by how this solution relates to what is requested in the JIRA.
This appears to be moving configuration from System.properties to the
hiveconf. Why not just read from the system properties directly?
I'll add that the correct integration point here would be to create a
[RelationProvider](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala#L39).
When a user asks for a cassandra table we pass the relation provider a
SQLContext and you can get any configuration you need from that object.
---
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]