dfs-datastores

Dead-simple vertical partitioning, compression, appends, and consolidation of data on a distributed filesystem.

License

License

Categories

Categories

Data
GroupId

GroupId

com.backtype
ArtifactId

ArtifactId

dfs-datastores
Last Version

Last Version

1.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

dfs-datastores
Dead-simple vertical partitioning, compression, appends, and consolidation of data on a distributed filesystem.
Project URL

Project URL

https://github.com/nathanmarz/dfs-datastores
Source Code Management

Source Code Management

https://github.com/nathanmarz/dfs-datastores

Download dfs-datastores

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.6
jvyaml » jvyaml jar 1.0.0
com.google.guava : guava jar 13.0

provided (1)

Group / Artifact Type Version
org.apache.hadoop : hadoop-core jar 1.0.3

test (3)

Group / Artifact Type Version
org.clojure : tools.nrepl jar 0.2.3
clojure-complete » clojure-complete jar 0.2.3
org.slf4j : slf4j-log4j12 jar 1.6.6

Project Modules

There are no modules declared in this project.

dfs-datastores Build Status

A dramatically simpler and more powerful way to store records on a distributed filesystem.

to include dfs-datastores in your project, add the following to project.clj:

[com.backtype/dfs-datastores "1.3.6"]

To run the tests:

lein do sub install, sub junit

Versions

Version
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0