JYwellin / alluxio

Alluxio, formerly Tachyon, Unify Data at Memory Speed

Home Page:http://www.alluxio.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alluxio (formerly Tachyon)

The master branch is in version 1.5.0-SNAPSHOT:

Building applications with Alluxio

Dependency Information

Apache Maven

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

Gradle

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

Apache Ant

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

SBT

libraryDependencies += "org.alluxio" % "alluxio-core-client" % "1.4.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

http://www.alluxio.org/

License:Apache License 2.0


Languages

Language:Java 97.0%Language:Shell 1.7%Language:Thrift 0.5%Language:Ruby 0.4%Language:Python 0.2%Language:Protocol Buffer 0.2%Language:Roff 0.1%Language:JavaScript 0.0%Language:HTML 0.0%