Skip to content
forked from Alluxio/alluxio

Alluxio, formerly Tachyon, Memory Speed Virtual Distributed Storage System

License

Notifications You must be signed in to change notification settings

FengJH14/alluxio

This branch is 15454 commits behind Alluxio/alluxio:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e05e208 · Oct 11, 2016
Oct 7, 2016
Sep 29, 2016
Aug 30, 2016
Sep 29, 2016
Oct 11, 2016
Oct 7, 2016
Sep 23, 2016
Oct 10, 2016
Oct 7, 2016
Oct 7, 2016
Oct 7, 2016
Oct 7, 2016
Feb 26, 2016
Oct 11, 2016
Oct 8, 2016
Oct 11, 2016
Oct 8, 2016
Sep 20, 2016
Feb 23, 2016
Feb 23, 2016
Oct 7, 2016
Oct 7, 2016

Repository files navigation

Alluxio (formerly Tachyon)

The master branch is in version 1.4.0-SNAPSHOT:

Building applications with Alluxio

Dependency Information

Apache Maven

<dependency>
  <groupId>org.alluxio</groupId>
  <artifactId>alluxio-core-client</artifactId>
  <version>1.3.0</version>
</dependency>

Gradle

compile 'org.alluxio:alluxio-core-client:1.3.0'

Apache Ant

<dependency org="org.alluxio" name="alluxio" rev="1.3.0">
  <artifact name="alluxio-core-client" type="jar" />
</dependency>

SBT

libraryDependencies += "org.alluxio" % "alluxio-core-client" % "1.3.0"

Contributing

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

About

Alluxio, formerly Tachyon, Memory Speed Virtual Distributed Storage System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.8%
  • Shell 1.9%
  • Thrift 0.5%
  • Ruby 0.4%
  • Python 0.2%
  • Protocol Buffer 0.1%
  • Other 0.1%