欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Alluxio
来自开放百科 - 灰狐
(版本间的差异)
小 (→文档) |
小 (→用户) |
||
(未显示1个用户的1个中间版本) | |||
第36行: | 第36行: | ||
==用户== | ==用户== | ||
[http://www.alluxio.com/customers Customers] | [http://www.alluxio.com/customers Customers] | ||
+ | *腾讯、京东 ... | ||
==图集== | ==图集== | ||
<gallery> | <gallery> | ||
image:tachyon-stack.png|Tachyon | image:tachyon-stack.png|Tachyon | ||
+ | image:Alluxio-Transparent-Namespace.png|透明命名机制 | ||
+ | image:Alluxio-Unified-Namespace.png|统一命名空间 | ||
</gallery> | </gallery> | ||
2019年3月8日 (五) 08:43的最后版本
Tachyon是一个内存分布式文件系统,其作用是在Apache Spark或MapReduce等集群框架中实现内存级速度的跨集群文件共享。
可简单理解: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
[编辑] 文档
- Tachyon: An Open Source Memory-Centric Distributed Storage System
- Interactive Data Analytics with Spark on Tachyon in Baidu
- Make Tachyon Ready for next-gen Data Center Platforms with NVM
[编辑] 用户
- 腾讯、京东 ...
[编辑] 图集
[编辑] 链接
分享您的观点