Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.5.1
-
None
Description
Execution of deploy.client.TestClient creates an ApplicationDescription to start a TestExecutor which fails due to a bad class name.
Currently it is "spark.deploy.client.TestExecutor" but should be "org.apache.spark.deploy.client.TestExecutor".