Alluxio

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(文档)
第33行: 第33行:
 
*[http://docs.huihoo.com/alluxio/Interactive-Data-Analytics-with-Spark-on-Tachyon-in-Baidu.pdf Interactive Data Analytics with Spark on Tachyon in Baidu]
 
*[http://docs.huihoo.com/alluxio/Interactive-Data-Analytics-with-Spark-on-Tachyon-in-Baidu.pdf Interactive Data Analytics with Spark on Tachyon in Baidu]
 
*[http://docs.huihoo.com/alluxio/Make-Tachyon-Ready-for-next-gen-Data-Center-Platforms-with-NVM.pdf Make Tachyon Ready for next-gen Data Center Platforms with NVM]
 
*[http://docs.huihoo.com/alluxio/Make-Tachyon-Ready-for-next-gen-Data-Center-Platforms-with-NVM.pdf Make Tachyon Ready for next-gen Data Center Platforms with NVM]
 +
 +
==用户==
 +
[http://www.alluxio.com/customers Customers]
  
 
==图集==
 
==图集==

2018年9月21日 (五) 09:49的版本

Tachyon是一个内存分布式文件系统,其作用是在Apache SparkMapReduce等集群框架中实现内存级速度的跨集群文件共享。

可简单理解:Tachyon负责内存数据存储,而Spark负责内存数据计算。

它具有类Java的文件API、兼容Hadoop MapReduce和Spark、底层文件系统可插拔等特性。

未来,Tachyon会像Apache Mesos以及Apache Spark一样,进入Apache Software Foundation。

目录

安装

VirtualBox

wget http://tachyon-project.org/downloads/files/0.8.0/tachyon-0.8.0-bin.tar.gz
cd tachyon-0.8.0/deploy/vagrant
sudo bash bin/install.sh
./create 2 vb // 创建两个虚拟机:TachyonMaster、TachyonWorker1
vagrant ssh TachyonMaster
/tachyon/bin/tachyon runTests
ssh TachyonWorker1

单机

cd tachyon-0.8.0
cp conf/tachyon-env.sh.template conf/tachyon-env.sh
./bin/tachyon format
./bin/tachyon-start.sh local
http://localhost:19999
./bin/tachyon runTest Basic STORE SYNC_PERSIST
./bin/tachyon runTests
./bin/tachyon-stop.sh

EC2

文档

用户

Customers

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱