Adapting to the Third-party JDK When Ranger Is Used
Scenarios
When Ranger is used as the permission management service of Spark SQL, the certificate in the cluster is required for accessing RangerAdmin. If you use a third-party JDK instead of the JDK or JRE in the cluster, RangerAdmin fails to be accessed. As a result, the Spark application fails to be started.
In this scenario, you need to perform the following operations to import the certificate in the cluster to the third-party JDK or JRE.
Configuration Method
- Run the following command to export the certificate from the cluster:
- Install the cluster client in a client, for example, /opt/client.
- Run the following command to switch to the client installation directory:
- Run the following command to configure environment variables:
- Generate the certificate file.
keytool -export -alias fusioninsightsubroot -storepass changeit -keystore /opt/client/JRE/jre/lib/security/cacerts -file fusioninsightsubroot.crt
- Import the certificate in the cluster to the third-party JDK or JRE.
Copy the fusioninsightsubroot.crt file generated in 1 to the third-party JRE node, set the JAVA_HOME environment variable of the node, and run the following command to import the certificate:
keytool -import -trustcacerts -alias fusioninsightsubroot -storepass changeit -file fusioninsightsubroot.crt -keystore MY_JRE/lib/security/cacerts
MY_JRE indicates the installation path of the third-party JRE. Change it based on the site requirements.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot