Skip to content

congwang09/Accumulo-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Accumulo Tour

This git repository provides a barebones Maven+Java environment for the Accumulo Tour. As you go through the tour edit Main.java and use the following maven command to run your code. This command will execute Main.java with all of the correct dependencies on the classpath.

mvn -q clean compile exec:java

The command takes a bit to run because it starts a MiniAccumuloCluster each time.

MiniAccumuloCluster is a mini version of Accumulo that runs on your local filesystem. It should only be used for development purposes. Files and logs used by MiniAccumuloCluster can be seen in the generated directory:

target/mac########

Running mvn clean will remove any files created by previous runs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages