Setting port for SSL for Spark application

0 votes
I am running a Spark application for which I have enabled SSL. I want to set a port on which the SSL will listen. How to do this?
Mar 15, 2019 in Apache Spark by anonymous
• 1,569 views

1 answer to this question.

0 votes

You can set the port in the SSL port property. Then SSL will listen on the port specified. Try this:

val sc = new SparkContext(new SparkConf())

./bin/spark-submit <all your existing options> --spark.ssl.port=<SSL port>
answered Mar 15, 2019 by Karan

Related Questions In Apache Spark

0 votes
1 answer

Disable Web UI for Spark Application

You can disable it like this: val sc ...READ MORE

answered Mar 6, 2019 in Apache Spark by Rohit
• 4,989 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
• 2,523 views
0 votes
1 answer

Can I set different protocol for SSL in Spark?

There is no protocol set by default. ...READ MORE

answered Mar 15, 2019 in Apache Spark by Karan
• 2,129 views
0 votes
1 answer

How enable XSS protection for Spark application?

Spark has a built-in prevention system against XSS. ...READ MORE

answered Mar 15, 2019 in Apache Spark by Karan
• 2,081 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
• 14,937 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
• 5,664 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
• 123,090 views
0 votes
1 answer

How to enable SSL for Spark application?

You can do it dynamically like this: val ...READ MORE

answered Mar 15, 2019 in Apache Spark by Karan
• 3,887 views
0 votes
1 answer

Setting directory for Spark recovery

You can set the directory to store ...READ MORE

answered Mar 25, 2019 in Apache Spark by Hari
• 1,967 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP