avijayanhwx opened a new pull request #839: HDDS-3411. Switch Recon SQL DB to Derby. URL: https://github.com/apache/hadoop-ozone/pull/839 ## What changes were proposed in this pull request? Recon currently uses Sqlite as its defacto SQL DB with an option to configure other JDBC compatible databases. However, on some platforms like the IBM power pc, this causes problems from compile time since it does not have the sqlite native driver. This task aims to change the default SQL DB used by Recon to Derby, but retains the out of the box support (no need to supply the driver) for Sqlite as well. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3411 ## How was this patch tested? Added unit tests. Manually tested on docker with Derby and Sqlite. Built the recon modules on IBM PPC host.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org