How to access private key password with Spark

0 votes
Hi guys. Please help with accessing the key password. I have stored the password into a credential file and now I want to retrieve it. How can I do this?
Mar 15, 2019 in Apache Spark by Kirti
1,727 views

1 answer to this question.

0 votes

Spark allows you to retrieve the key password and also make it accessible to different components. Refer to the below command to know how to do this:

hadoop credential create spark.ssl.keyPassword -value password \
    -provider jceks://hdfs@nn1.example.com:9001/user/backup/ssl.jceks
answered Mar 15, 2019 by Karan

Related Questions In Apache Spark

0 votes
1 answer
0 votes
1 answer

How to authenticate Spark internal connections using a secret key?

You need to set the secret key ...READ MORE

answered Mar 13, 2019 in Apache Spark by Venu
2,126 views
0 votes
1 answer

How to give user only view access for Spark application?

You can give users only view permission ...READ MORE

answered Mar 14, 2019 in Apache Spark by Raj
1,329 views
0 votes
1 answer

How to remove the elements with a key present in any other RDD?

Hey, You can use the subtractByKey () function to ...READ MORE

answered Jul 22, 2019 in Apache Spark by Gitika
• 65,910 points
3,930 views
+1 vote
2 answers
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,780 views