You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Aravindan Vijayan (Jira)" <ji...@apache.org> on 2020/06/15 21:28:00 UTC

[jira] [Comment Edited] (HDDS-3610) Test Recon works with MySQL and Postgres

    [ https://issues.apache.org/jira/browse/HDDS-3610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136151#comment-17136151 ] 

Aravindan Vijayan edited comment on HDDS-3610 at 6/15/20, 9:27 PM:
-------------------------------------------------------------------

Tested successfully with Postgres 11.

*Configs*
{code}
ozone.recon.sql.db.jooq.dialect=POSTGRES_10
ozone.recon.sql.db.jdbc.url=jdbc:postgresql://localhost/recon
ozone.recon.sql.db.username=recon
ozone.recon.sql.db.password=recon
ozone.recon.sql.db.auto.commit=true
ozone.recon.sql.db.driver=org.postgresql.Driver
{code}


was (Author: avijayan):
Tested successfully with Postgres 11.

Configs
{code}
ozone.recon.sql.db.jooq.dialect=POSTGRES_10
ozone.recon.sql.db.jdbc.url=jdbc:postgresql://localhost/recon
ozone.recon.sql.db.username=recon
ozone.recon.sql.db.password=recon
ozone.recon.sql.db.auto.commit=true
ozone.recon.sql.db.driver=org.postgresql.Driver
{code}

> Test Recon works with MySQL and Postgres
> ----------------------------------------
>
>                 Key: HDDS-3610
>                 URL: https://issues.apache.org/jira/browse/HDDS-3610
>             Project: Hadoop Distributed Data Store
>          Issue Type: Test
>          Components: Ozone Recon
>    Affects Versions: 0.6.0
>            Reporter: Stephen O'Donnell
>            Assignee: Aravindan Vijayan
>            Priority: Major
>
> Until now, Recon has only been tested with embedded DBs - Sqlite and Derby, with Derby being the default.
> In theory it should work with MySQL and Postgres without any changes, but we would like to verify that.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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