How to make Spark wait for more time for acknowledgement

0 votes
My connection is taking more time to receive the acknowledgment. And because the timeout is set less, the connection is ending before the acknowledgment is received. How can I increase the time to wait for acknowledgment?
Mar 11, 2019 in Apache Spark by Rishi
• 3,713 views

1 answer to this question.

0 votes

Use the following command to increase the wait time:

val sc = new SparkContext(new SparkConf())
./bin/spark-submit <all your existing options> --spark.core.connection.ack.wait.timeout=<time in seconds>
answered Mar 11, 2019 by Raj

Related Questions In Apache Spark

0 votes
1 answer
0 votes
1 answer

How to increase Spark memory for execution?

Probably the spill is because you have ...READ MORE

answered Mar 7, 2019 in Apache Spark by Pavitra

edited Mar 8, 2019 • 2,151 views
0 votes
1 answer

How to set time for task speculation?

By default, the check for task speculation ...READ MORE

answered Mar 12, 2019 in Apache Spark by Veer
• 1,428 views
0 votes
1 answer

How to set cpu cores for spark task?

By default, each task is allocated with ...READ MORE

answered Mar 12, 2019 in Apache Spark by Veer
• 5,580 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,936 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,663 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 increase wait time to launch data-local task?

You can increase the locality wait time ...READ MORE

answered Mar 11, 2019 in Apache Spark by Raj
• 1,464 views
0 votes
1 answer

How to make Spark skip node locality?

If you set the node wait time ...READ MORE

answered Mar 11, 2019 in Apache Spark by Raj
• 2,043 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