Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
-
Windows 8.1
Description
spark-shell.cmd --jars option does not accept the jar that has space in its path.
The path of jar sometimes containes space in Windows.
bin\spark-shell.cmd --jars "C:\Program Files\some\jar1.jar"
this gets
Exception in thread "main" java.net.URISyntaxException: Illegal character in path at index 10: C:/Program Files/some/jar1.jar