Skip to content
forked from Alluxio/alluxio

Reliable File Sharing at Memory Speed Across Cluster Frameworks

License

Notifications You must be signed in to change notification settings

ortschun/tachyon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tachyon

The master branch is in version 0.3.0-SNAPSHOT: Build Status

Project Homepage: http://www.tachyonproject.org

Previous Releases: https://github.com/amplab/tachyon/tags

Documentation: https://github.com/amplab/tachyon/wiki

JIRA: https://spark-project.atlassian.net/browse/TACHYON

User Mailing List: https://groups.google.com/forum/?fromgroups#!forum/tachyon-users

Dependency Information

Apache Maven

<dependency>
  <groupId>org.tachyonproject</groupId>
  <artifactId>tachyon</artifactId>
  <version>0.2.1</version>
</dependency>

Apache Ant

<dependency org="org.tachyonproject" name="tachyon" rev="0.2.1">
  <artifact name="tachyon" type="jar" />
</dependency>

SBT

libraryDependencies += "org.tachyonproject" %% "tachyon" % "0.2.1"

Contributing to Tachyon

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

Reliable File Sharing at Memory Speed Across Cluster Frameworks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%