knoguchi / cm-druid

Druid service descriptor and parcel for Cloudera CDH5
32 stars 20 forks source link

PostgreSQL support #8

Closed takeda closed 7 years ago

takeda commented 7 years ago

I did not have a chance to use your parcel yet, but looking at the code it appears that only MySQL is supported.

Could you also add support for PostgreSQL? Both, Druid and Cloudera can work with PostgreSQL.

knoguchi commented 7 years ago

The metadata storage is configurable. MySQL is just a default value. Actually I'm using PostgreSQL in my cluster. Please set "postgresql" to the "druid.metadata.storage.type" key. Don't forget to add "postgresql-metadata-storage" to the druid.extensions.loadList as well.

screen shot 2017-04-07 at 11 20 09 am screen shot 2017-04-07 at 11 20 37 am