Skip to content

courao/alluxio

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f45f7f8 · Oct 10, 2017
Sep 25, 2017
Sep 8, 2017
Aug 21, 2017
Aug 29, 2017
Oct 10, 2017
Aug 30, 2017
Jun 5, 2017
Oct 7, 2017
Sep 25, 2017
Sep 25, 2017
Oct 5, 2017
Sep 25, 2017
Feb 26, 2016
Oct 5, 2017
Oct 5, 2017
Sep 25, 2017
Oct 5, 2017
Oct 6, 2017
Sep 7, 2017
Aug 15, 2017
Apr 11, 2017
Feb 23, 2016
Sep 26, 2017
Oct 5, 2017

Repository files navigation

Alluxio (formerly Tachyon)

The master branch is in version 1.7.0-SNAPSHOT:

Building applications with Alluxio

Dependency Information

As of 1.5.0, Alluxio provides several different client artifacts. The Alluxio file system interface provided by the alluxio-core-client-fs artifact is recommended for the best performance and access to Alluxio-specific functionality. If you want to use other interfaces, include the appropriate client artifact. For example, alluxio-core-client-hdfs provides a client implementing HDFS's file system API.

For Alluxio versions below 1.5.0, use the alluxio-core-client artifact.

Apache Maven

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

Gradle

compile 'org.alluxio:alluxio-core-client-fs:1.6.0'

Apache Ant

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

SBT

libraryDependencies += "org.alluxio" % "alluxio-core-client-fs" % "1.6.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, Unify Data at Memory Speed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.9%
  • Shell 1.7%
  • Thrift 0.6%
  • Ruby 0.3%
  • Protocol Buffer 0.2%
  • Python 0.2%
  • Other 0.1%