81694/can-executors-pending-jobs-stages-particular-sparksession
Hi@Neha,
You can find all the job status from Rest API. From there you can find the status of your job. If the job in pending state then it will show the status.
http://localhost:4040/api/v1/applications/Spark%20shell/jobs
You can try this once.
You have to use the comparison operator ...READ MORE
Hi! I found 2 links on github where ...READ MORE
Instead of spliting on '\n'. You should ...READ MORE
You can try the below code: df.registerTempTable(“airports”) sqlContext.sql(" create ...READ MORE
How can I import zip files and ...READ MORE
rdd.mapPartitions(iter => Array(iter.size).iterator, true) This command will ...READ MORE
// Collect data from input avro file ...READ MORE
Yes, you can go ahead and write ...READ MORE
Hi@akhtar There are lots of online courses available ...READ MORE
Hi@Edureka, Spark's internal scheduler may truncate the lineage of the RDD graph ...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.