You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by mgaido91 <gi...@git.apache.org> on 2018/11/06 12:54:44 UTC

[GitHub] incubator-livy pull request #121: [LIVY-518][BUILD] Support Spark 2.4

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

    https://github.com/apache/incubator-livy/pull/121#discussion_r231110630
  
    --- 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 --
    
    did you manage to find out something more about this?


---