79150436

Date: 2024-11-02 10:22:02
Score: 2
Natty:
Report link

If your issue persists, you can try triggering with the sparkConf object as shown below, this will help in your scenario.

val sparkConf = new SparkConf().setAppName("MyApp").setMaster("local[*]")

val spark = SparkSession.builder.config(sparkConf).getOrCreate()

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: melihaycicek