Last Version

examples-simple 1.4.5

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

examples-simple
Version

Version

1.4.5
Type

Type

jar
Description

Description

examples-simple
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/examples-simple

Download examples-simple 1.4.5


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.accumulo : accumulo-core jar 1.4.5
log4j : log4j jar 1.2.16
commons-codec : commons-codec jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.