An open API service indexing awesome lists of open source software.

https://github.com/vcfvct/hive2ora


https://github.com/vcfvct/hive2ora

hibernate hive oracle spring-boot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

A tool for import large number of rows from `Hive` to `RDBMS`(Oracle).

Using `Spring Boot` to build executable jar.

Hibernate `batch-size` is set to *50*. Based on my test, `3 Million` records with 200+ columns gets dumped in about 1 hour.

## CMD
* `java -jar -Dspring.profiles.active=dev hive2ora-1.0-SNAPSHOT.jar`
* or with limit `java -jar -Dspring.profiles.active=dev hive2ora-1.0-SNAPSHOT.jar 1000`