Hello, How can I enable HTTPS to access to spark.ui, which configurations are needed to configure to achieve this.
I want to access tothe Spark UI like this:https://HOSTNAME:7080
Regards Salah
Hello, How can I enable HTTPS to access to spark.ui, which configurations are needed to configure to achieve this.
I want to access tothe Spark UI like this:https://HOSTNAME:7080
Regards Salah
The Spark UI uses the TLS certificates from your cassandra.yaml client_encryption_options parameter.
Hello, on my case the client encryption is not enable,
I set the 2 parameters to true and restart all cluster nodes, but still allowinh http for Spark UI and not https,
Regards Salah
Please post your client encryption options from cassandra.yaml.
In DSE, the Spark UI inherits the client encryption options configured in cassandra.yaml
by default with this configuration in dse.yaml
:
spark_ui_options: encryption: inherit
If you have not enabled client encryption for your cluster, you can secure the Spark UI independently by setting the encryption option to custom:
spark_ui_options: encryption: custom
and configure the TLS certificate. See step 3 of Securing Spark connections in DSE for details.
If you need assistance or have follow up questions, please log a ticket with DataStax Support so one of our engineers can assist you. Cheers!
9 People are following this question.
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2023 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use