The simplest solution is probably to export to partitioned Parquet files on shared storage and copy into Vertica from there. If you can connect to HBase using a client driver, you could also use a parallel ETL tool like odb, or write a Spark job, etc.
Answers
The simplest solution is probably to export to partitioned Parquet files on shared storage and copy into Vertica from there. If you can connect to HBase using a client driver, you could also use a parallel ETL tool like odb, or write a Spark job, etc.