Skip to content

jiangzhx/presto-kudu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

presto-kudu

presto connector for kudu database

Requirements

  • Mac OS X or Linux
  • Presto 0.170
  • Java 8 Update 92 or higher (8u92+), 64-bit
  • Maven 3.3.9+ (for building)
  • Python 2.4+ (for running with the launcher script)

Building Presto

Presto-kudu is a standard Maven project. Simply run the following command from the project root directory:

./mvnw clean install "-Dair.main.basedir=#presto source root#"

On the first build, Maven will download all the dependencies from the internet and cache them in the local repository (~/.m2/repository), which can take a considerable amount of time. Subsequent builds will be faster.

Presto has a comprehensive set of unit tests that can take several minutes to run. You can disable the tests when building:

./mvnw clean install -DskipTests "-Dair.main.basedir=#presto source root#"

About

kudu connector for presto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages