Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Using a malformed URL in sc.addJar or sc.addFile bricks the executors forever. The executors try to update their dependencies, but because the URL is malformed, they always throw a malformedURL exception. Then your cluster is unusable until you restart it.