[用户在YugabyteDB Community Slack上发布的问题]
我想使用spark应用程序从YCQL读取数据,我使用的是spark-cassandra-connector_2.12-3.0-yb-8。我想在传输层使用加密。
"spark.cassandra.connection.ssl.enabled": "true"
"spark.cassandra.connection.ssl.trustStore.password": "changeit"
"spark.cassandra.connection.ssl.trustStore.path": "/usr/local/openjdk-11/lib/security/cacerts"有没有办法从HDFS或S3服务器加载trustStore文件?
发布于 2021-11-09 11:13:54
尝试对S3使用https://github.com/VerdigrisTech/spark-cassandra-connection-factory。另一种选择是运行脚本或wget将文件下载到本地。
https://stackoverflow.com/questions/69897131
复制相似问题