License |
License |
---|---|
GroupId | GroupIdorg.apache.accumulo |
ArtifactId | ArtifactIdcloudtrace |
Last Version | Last Version1.4.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncloudtrace
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cloudtrace-1.4.5.pom | |
cloudtrace-1.4.5.jar | 81 KB |
cloudtrace-1.4.5-sources.jar | 41 KB |
cloudtrace-1.4.5-javadoc.jar | 253 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.zookeeper : zookeeper | jar | 3.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |