Github user cbvoxel commented on a diff in the pull request:
https://github.com/apache/spark/pull/7872#discussion_r36231867
--- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala ---
@@ -412,7 +414,7 @@ private[spark] class Client(
}
// Distribute an archive with Hadoop and Spark configuration for the
AM.
- val (_, confLocalizedPath) =
distribute(createConfArchive().getAbsolutePath(),
+ val (_, confLocalizedPath) =
distribute(createConfArchive().toURI.getPath,
--- End diff --
This is a crititcal one, but it doesn't relate to the ticket at all. I get
an Exception claiming that it cannot convert a windows path to an URI. In line
320 (where I put those obnoxious debug logs) it fails when using
"getAbsolutePath()" here. The proper way would to get a URI and pass that, so
that we'll never ever get any complications.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]