spark git commit: [SPARK-16385][CORE] Catch correct exception when calling method via reflection.

2016-07-11 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 bb92788f9 -> 702178d1f [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

spark git commit: [SPARK-16385][CORE] Catch correct exception when calling method via reflection.

2016-07-05 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 4db63fd2b -> 59f9c1bd1 [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

spark git commit: [SPARK-16385][CORE] Catch correct exception when calling method via reflection.

2016-07-05 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.0 801fb7994 -> a2ef13a7d [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