Last Version

Apache Accumulo Examples Parent 1.5.4

Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.

License

License

GroupId

GroupId

org.apache.accumulo
ArtifactId

ArtifactId

accumulo-examples
Version

Version

1.5.4
Type

Type

pom
Description

Description

Apache Accumulo Examples Parent
Apache Accumulo is a sorted, distributed key/value store based on Google's BigTable design. It is built on top of Apache Hadoop, Zookeeper, and Thrift. It features a few novel improvements on the BigTable design in the form of cell-level access labels and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://git-wip-us.apache.org/repos/asf?p=accumulo.git/accumulo-examples

Download accumulo-examples 1.5.4


<!-- https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples/ -->
<dependency>
    <groupId>org.apache.accumulo</groupId>
    <artifactId>accumulo-examples</artifactId>
    <version>1.5.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples/
implementation 'org.apache.accumulo:accumulo-examples:1.5.4'
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-examples/
implementation ("org.apache.accumulo:accumulo-examples:1.5.4")
'org.apache.accumulo:accumulo-examples:pom:1.5.4'
<dependency org="org.apache.accumulo" name="accumulo-examples" rev="1.5.4">
  <artifact name="accumulo-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.accumulo', module='accumulo-examples', version='1.5.4')
)
libraryDependencies += "org.apache.accumulo" % "accumulo-examples" % "1.5.4"
[org.apache.accumulo/accumulo-examples "1.5.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • simple