You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/04/17 07:36:35 UTC

[GitHub] [hadoop-ozone] elek commented on a change in pull request #839: HDDS-3411. Switch Recon SQL DB to Derby.

elek commented on a change in pull request #839: HDDS-3411. Switch Recon SQL DB to Derby.
URL: https://github.com/apache/hadoop-ozone/pull/839#discussion_r410044876
 
 

 ##########
 File path: hadoop-ozone/recon/pom.xml
 ##########
 @@ -331,6 +331,11 @@
       <artifactId>bonecp</artifactId>
       <version>0.8.0.RELEASE</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>10.14.2.0</version>
+    </dependency>
     <dependency>
 
 Review comment:
   Thanks the patch @avijayanhwx 
   
   Can we remove old sqlite dependency from here and from `hadoop-ozone/dist/src/main/license/LICENSE.txt`?
   
   Is it still required?
   
   One other question: do you have any performance numbers between sqlite vs derby? (I don't think it's a big problem, just interested if you know sg.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org