alluxio安装
安装部署
Ⅰ).下载
Ⅱ).安装部署
解压
tar -zxvf alluxio-2.0.0-bin.tar.gz
配置
## 复制配置文件
cp alluxio-site.properties.template alluxio-site.properties
## 编辑配置文件
vi alluxio-site.properties
alluxio.master.hostname=hostname
alluxio.master.mount.table.root.ufs=/home/bigdata/alluxio/data
alluxio.worker.tieredstore.level0.dirs.path=/home/bigdata/alluxio/dat
初始化
## 验证Alluxio环境
./bin/alluxio validateEnv local
## 格式化Alluxio日志和工作程序存储目录
./bin/alluxio format
启停服务
## 启动服务
./bin/alluxio-start.sh local SudoMount
## 停止服务
./bin/alluxio-stop.sh local
当files路径使用权限不够时可以手动创建该目录:
./bin/alluxio fs mkdir /usr/local/nbpt/mobilets/files
验证服务
启动日志
页面
Master url: http://hostname:19999
Worker url: http://hostname:30000

浙公网安备 33010602011771号