简体   繁体   中英

How to import Redshift table to H2O Flow?

I am trying to import redshift table to H20 flow and using the following URL as in other db editors ie.

jdbc:redshift://xxxx.xxxxzubx6zm.us-west-2.redshift.amazonaws.com:5439/dev in the URL string where it does mention use the jdbc format of url

But it is failing with :

java.lang.RuntimeException: SQLException: No suitable driver found for jdbc://

How to add a suitable driver if required and is it possible to connect Redshift cluster to H2O?

For details on how to set up your JDBC driver or allowed data sources see the documentation here . Feel free to update your question, if you run into issues getting setup.

Here is the list of acceptable file formats:

H2O currently supports the following file types:

CSV (delimited) files (including GZipped CSV)
ORC
SVMLight
ARFF
XLS (BIFF 8 only)
XLSX (BIFF 8 only)
Avro version 1.8.0 (without multifile parsing or column type modification)
Parquet

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM