| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.accumulo |
| ArtifactId | ArtifactIdaccumulo-server |
| Last Version | Last Version1.5.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Accumulo Server
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 |
|---|---|
| accumulo-server-1.5.4.pom | |
| accumulo-server-1.5.4.jar | 1 MB |
| accumulo-server-1.5.4-sources.jar | 810 KB |
| accumulo-server-1.5.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-server/ -->
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-server</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-server/
implementation 'org.apache.accumulo:accumulo-server:1.5.4'
// https://jarcasting.com/artifacts/org.apache.accumulo/accumulo-server/
implementation ("org.apache.accumulo:accumulo-server:1.5.4")
'org.apache.accumulo:accumulo-server:jar:1.5.4'
<dependency org="org.apache.accumulo" name="accumulo-server" rev="1.5.4">
<artifact name="accumulo-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.accumulo', module='accumulo-server', version='1.5.4')
)
libraryDependencies += "org.apache.accumulo" % "accumulo-server" % "1.5.4"
[org.apache.accumulo/accumulo-server "1.5.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.beust : jcommander | jar | 1.30 |
| com.google.code.gson : gson | jar | 2.2.2 |
| com.google.guava : guava | jar | 14.0.1 |
| jline : jline | jar | 1.0 |
| org.apache.accumulo : accumulo-core | jar | 1.5.4 |
| org.apache.accumulo : accumulo-fate | jar | 1.5.4 |
| org.apache.accumulo : accumulo-start | jar | 1.5.4 |
| org.apache.accumulo : accumulo-trace | jar | 1.5.4 |
| org.apache.thrift : libthrift | jar | 0.9.0 |
| org.mortbay.jetty : jetty | jar | 6.1.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.4 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-configuration : commons-configuration | jar | 1.6 |
| commons-io : commons-io | jar | 2.1 |
| commons-lang : commons-lang | jar | 2.4 |
| javax.servlet : servlet-api | jar | 2.5 |
| log4j : log4j | jar | 1.2.16 |
| org.apache.hadoop : hadoop-client | jar | 1.2.1 |
| org.apache.zookeeper : zookeeper | jar | 3.3.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.1 |
| org.slf4j : slf4j-api | jar | 1.4.3 |
| org.slf4j : slf4j-log4j12 | jar | 1.4.3 |