Closed jingyanjingyan closed 4 years ago
Should bind to the remote run main class
Still repro with develop 848
@konjac , could you help to have a look?
It's better to take the mainclass field out of local run and remotely run configuration tabs
The mainclass field has been taken out of local run and remotely run configuration tabs
Build: PR1888
Repro Steps:
Create a sample project, right click on "SparkCore_WasbIOTest", click "Submit Spark Application to HDInsight"
Enter values like change "numExecutor=1", enter command line arguments=1
Click "Apply" to save the configuration then close
Right click on "SparkCore_WasbIOTest", click "Submit Spark Application to HDInsight" to pops again, the values populates correctly
Open the config file from Edit Configuration, click "Locally Run"
Delete the value of "Job main class" and save
Right click on "SparkCore_WasbIOTest", click "Submit Spark Application to HDInsight"
Result: The config use the default value, "numExecutor=1", and command line arguments=1 are not populated.
Expect: Populate value or not should not depand on the local run main class?