HI, I'm setting up prediction.io with elastic search and hbase, but there is a option in pio-env.sh for postgresql, can I use hbase for this section?
# Default is to use PostgreSQL PIO_STORAGE_REPOSITORIES_METADATA_NAME=pio_meta PIO_STORAGE_REPOSITORIES_METADATA_SOURCE=PGSQL PIO_STORAGE_REPOSITORIES_EVENTDATA_NAME=pio_event PIO_STORAGE_REPOSITORIES_EVENTDATA_SOURCE=PGSQL PIO_STORAGE_REPOSITORIES_MODELDATA_NAME=pio_model PIO_STORAGE_REPOSITORIES_MODELDATA_SOURCE=PGSQL Can I replace the PGSQL with HBASE, or I do have to set up the PGSQL? Any help would be great. Thank you
