Alluxio后端存储(HDFS)

版本

  • Alluxio:alluxio-1.3.0-hadoop2.7
  • HDFS:2.7.1

配置

  • 创建alluxio-site.properties文件
cp -a alluxio-site.properties.template alluxio-site.properties
  • 编辑内容(将后端存储配置为HDFS)
alluxio.underfs.address=hdfs://docker-1:9000

测试

  • 格式化
./bin/alluxio format
  • 启动
./bin/alluxio-start.sh all
  • 检测Alluxio是否正常
./bin/alluxio runTests

你可能感兴趣的:(Alluxio后端存储(HDFS))