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

    https://github.com/apache/incubator-livy/pull/121#discussion_r225189164
  
    --- 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 am not 100% sure why the test becomes failed. The root cause seems that 
multiple Hive clients(?) access to derby and metastore as it creates Hive 
client multiple times(?).
    
    Wouldn't it fail with 2.3 too then? I don't expect any difference among the 
2 versions on that. Am I missing something?


---

Reply via email to