Skip to content

leolorenzoluis/presto-csv-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Presto CSV JDBC Plugin

This is a plugin for Presto that allow you to use Hive JDBC Connection

Connection Configuration

Create new properties file inside etc/catalog dir:

  • connector.name=csv-jdbc
  • connection-url=jdbc:relique:csv:/path

Create a dir inside plugin dir called csv-jdbc. To make it easier you could copy all the libs from the target/lib/*.jars. to /plugin/csv-jdbc

Building Presto CSV JDBC Plugin

mvn clean install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages