Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/16147#discussion_r90870969
--- Diff:
core/src/test/java/org/apache/spark/launcher/SparkLauncherSuite.java ---
@@ -155,6 +157,10 @@ public void testRedirectToLog() throws Exception {
@Test
public void testChildProcLauncher() throws Exception {
+ // This test is failed on Windows due to the failure of initiating
executors
+ // by the path length limitation. See SPARK-18718.
+ assumeTrue(!Utils.isWindows());
--- End diff --
It seems there are not (at least I could not find) proper workarounds to
deal with this problem on Windows rather than reducing the command line. I
believe we don't want to introduce a lot of changes to pass the tests on
Windows. So, I rather disabled this. Please let me know if there is any
suggestion.
---
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]