You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no good way to handle quoted arguments and
backslashes in YARN. The new code does not do any escaping, which
is fine for standalone mode (which uses Java's ProcessBuilder) but
not for YARN mode. I will open a separate JIRA for this.
0 commit comments