Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Parsing error with comma-separated --files parameters #137

@ash211

Description

@ash211

Seen during testing an internal application:

 Exception in thread "main" org.apache.spark.SparkException: File file:/path/to/logback.xml,file:/path/to/truststore.jks does not exist or is a directory.
     at org.apache.spark.deploy.kubernetes.Client$$anonfun$run$2.apply(Client.scala:84)
     at org.apache.spark.deploy.kubernetes.Client$$anonfun$run$2.apply(Client.scala:82)
     at scala.collection.immutable.List.foreach(List.scala:381)
     at org.apache.spark.deploy.kubernetes.Client.run(Client.scala:82)
     at org.apache.spark.deploy.kubernetes.Client$.main(Client.scala:810)
     at org.apache.spark.deploy.kubernetes.Client.main(Client.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:498)
     at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:747)
     at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:178)
     at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:203)
     at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:117)
     at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)

cc @mccheah

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions