41066/dynamic-allocation-set-minimum-number-of-executor
You cans et it dynamically like this:
val sc = new SparkContext(new SparkConf())
./bin/spark-submit <all your existing options> --spark.dynamicAllocation.minExecutors=<number of executors>
You can set it by assigning the ...READ MORE
You can set the duration like this: val ...READ MORE
Hi@Rishi, Yes, it is possible. If executor no. ...READ MORE
Hi@Rishi, Yes, number of spark tasks can be ...READ MORE
Instead of spliting on '\n'. You should ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
Now that the job is already running, ...READ MORE
The number of executors running by default ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.