cloudtrace

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

cloudtrace
Last Version

Last Version

1.4.5
Release Date

Release Date

Type

Type

jar
Description

Description

cloudtrace
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/cloudtrace

Download cloudtrace

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.16
org.apache.thrift : libthrift jar 0.6.1
org.slf4j : slf4j-log4j12 jar 1.4.3

provided (1)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper jar 3.3.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.6
1.3.5-incubating