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
[SPARK-16385][CORE] Catch correct exception when calling method via reflection.
Using "Method.invoke" causes an exception to be thrown, not an error, so
Utils.waitForProcess() was always throwing an exception when run on Java 7.
Author: Marcelo Vanzin <[email protected]>
Closes#14056 from vanzin/SPARK-16385.
(cherry picked from commit 59f9c1b)
Signed-off-by: Marcelo Vanzin <[email protected]>
0 commit comments