Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19148#discussion_r137620814
  
    --- Diff: sql/hive/pom.xml ---
    @@ -177,6 +177,10 @@
           <artifactId>libfb303</artifactId>
         </dependency>
         <dependency>
    +      <groupId>org.apache.derby</groupId>
    +      <artifactId>derby</artifactId>
    --- End diff --
    
    Hive metastore depends on derby 10.10.2, and we package derby 10.12.1 when 
building Spark, so at last we are using derby 10.12.1 when Spark uses local 
hive metastore.
    
    However this is a tricky approach, e.g. it doesn't work for SBT. When you 
build Spark with SBT, you are still using derby 10.10.2. It's probably the 
reason why the test failed on jenkins.
    
    Here I explicitly add the derby dependency to the hive module, to overwrite 
the default derby 10.10.2 dependency.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to