You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Cseh (JIRA)" <ji...@apache.org> on 2016/04/06 16:30:25 UTC

[jira] [Created] (OOZIE-2505) space on classpath causes error in spark-job

Peter Cseh created OOZIE-2505:
---------------------------------

             Summary: space on classpath causes error in spark-job
                 Key: OOZIE-2505
                 URL: https://issues.apache.org/jira/browse/OOZIE-2505
             Project: Oozie
          Issue Type: Bug
            Reporter: Peter Cseh


When I tried to run TestSparkMain from IDEA I got the following error:

{quote}
java.lang.reflect.UndeclaredThrowableException: Unknown exception in doAs
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1203)
....
Caused by: java.security.PrivilegedActionException: java.net.URISyntaxException: Illegal character in path at index 60: /opt/homebrew-cask/Caskroom/intellij-idea-ce/2016.1/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
...
at org.apache.spark.util.Utils$.resolveURI(Utils.scala:1343)
	at org.apache.spark.util.Utils$$anonfun$resolveURIs$1.apply(Utils.scala:1366)
	at org.apache.spark.util.Utils$$anonfun$resolveURIs$1.apply(Utils.scala:1366)

{quote}

Spaces in the paths to the jarfiles should be escaped to %20.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)