Skip to content

ardee3949/hadoop-sqoop-vertica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Vertica Connector for Hadoop Sqoop
----------------------------------
version 1.0a
see COPYRIGHT.txt for copyright information


This project is a basic implementation of sqoop integration into the Vertica JDBC driver. Similar
to the way the MySQL sqoop integration works, this is broken into 2 parts. Remote should be used 
unless there is a vsql client installed locally.

Remote Mode
- On import, generic result sets are leveraged.
- On export, Vertica's Driver is leveraged and uses the streaming COPY command and gzip to reduce network traffic.


Local Mode
- On import, generic result sets are leveraged.
- On export, Vertica uses named pipes to import the data, gzip is optional.

About

Vertica Manager for Hadoop Sqoop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published