美文网首页Learning Big Data
Alluxio后端存储(HDFS)

Alluxio后端存储(HDFS)

作者: puroc | 来源:发表于2016-11-21 18:57 被阅读0次

    版本

    • 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)

        本文链接:https://www.haomeiwen.com/subject/newupttx.html