Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/incubator-livy/pull/121#discussion_r231342733
  
    --- Diff: rsc/src/test/java/org/apache/livy/rsc/TestSparkClient.java ---
    @@ -271,7 +275,7 @@ public void call(LivyClient client) throws Exception {
     
       @Test
       public void testSparkSQLJob() throws Exception {
    -    runTest(true, new TestFunction() {
    +    runTest(true, false, new TestFunction() {
    --- End diff --
    
    I'd rather not have to change this test. So it seems worth it to at least 
try to understand if it's an issue with Livy or Spark.
    
    If it's in Spark we may have to do this regardless, but it would be good to 
know that's the case.


---

Reply via email to