Skip to content

timrobertson100/kudu-test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPERIMENTAL

This is a research project aiming to provide a MiniKuduCluster including all dependencies (i.e. embedded binaries) runnable from a jar.

This should only be used for writing tests against and is tested on a CentOS 7.4 only.

To build: mvn clean package -Plinux (Only the linux profile exists today)

To run: java -cp kudu-embedded-example/target/kudu-embedded-example-0.1-SNAPSHOT.jar org.apache.kudu.demo.EmbeddedKuduDemo

The project contains:

  1. kudu-embedded containing binaries built into Jars with a classifier, and a single class to extract those at runtime.
  2. kudu-embedded-example showing how a jar can be included and an example run.

About

An experiment to see if Kudu can run from a Jar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages