Skip to content

Accla/d4m_api_java_old

Repository files navigation

d4m_api_java

Java connector between Accumulo and D4M Matlab library. See D4M here. Github source here.

To add to a D4M installation:

  1. Copy target/d4m_api_java-VERSION.jar into d4m_api/lib.
  2. Extract target/libext-VERSION.zip into d4m_api.
  3. Move d4m_api/DBinit.m into d4m_api/matlab_src.

Building

The maven script will build everything completely on linux. On non-linux systems, DBinit.m may not be built. See the message in the build after running mvn package.

mvn package -DskipTests=true to compile and build JARs.

mvn test -Dtest=SomeTest#mini to run a test on MiniAccumulo.

post-test.bash is a utility script to output test results to the console.

Master (old version): Build Status Build Status

Branch to1.6: Build Status Build Status

About

Java connector between Accumulo and D4M Matlab library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published