53381/how-to-choose-number-of-executors-and-executor-cores
Refer to the below when you are submitting a spark job in the cluster:
spark-submit --master yarn-cluster --class com.yourCompany.code --executor-memory 32G --num-executors 5 --driver-memory 4g --executor-cores 3 --queue parsons YourJARfile.jar
The map tasks created for a job ...READ MORE
Go to your Spark Web UI & ...READ MORE
Total number of slave nodes in your ...READ MORE
Actually it comes in two ways: One ...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
You can count the number of lines ...READ MORE
Yes. you can use the hadoop fsck command to do ...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.