How to disable existing directory check

0 votes
Can someone tell me how to disable the check whether the output directory exists or not? I keep getting an exception every now and then and it is frustrating. Thanks.
Mar 10, 2019 in Apache Spark by Hanam
452 views

1 answer to this question.

0 votes

To disable this, run the below commands:

val sc = new SparkContext(new SparkConf())
./bin/spark-submit <all your existing options> --spark.hadoop.validateOutputSpecs=false

I don't suggest you to disable this because it does different checks. Instead, you can use Hadoop's FileSystem API to delete output directories 

answered Mar 10, 2019 by Siri

Related Questions In Apache Spark

0 votes
1 answer

How to disable broadcast checksum?

Run the following in the Spark shell: val ...READ MORE

answered Mar 9, 2019 in Apache Spark by Siri
623 views
0 votes
1 answer

How to check if user has permission in Web UI?

You can implement this as follows: First, add ...READ MORE

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

How to disable credentials for services in Spark?

Disabling this feature will compromise the security ...READ MORE

answered Mar 15, 2019 in Apache Spark by Karan
898 views
0 votes
1 answer

How to disable automatic remove of application of failures?

Yes, you have read it right. The ...READ MORE

answered Mar 25, 2019 in Apache Spark by Hari
792 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,604 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
2,208 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
104,784 views
0 votes
1 answer

How to disable executor from fetching file from cache?

When a Spark application is running, the ...READ MORE

answered Mar 10, 2019 in Apache Spark by Siri
2,090 views
0 votes
1 answer

How to change commiter algorithm version in Spark?

To change to version 2, run the ...READ MORE

answered Mar 10, 2019 in Apache Spark by Siri
2,874 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