Alluxio集成NFS作为底层存储
初始步骤
配置Alluxio
$ cp conf/alluxio-site.properties.template conf/alluxio-site.propertiesalluxio.master.hostname=localhost
alluxio.master.mount.table.root.ufs=/mnt/nfs使用NFS运行Alluxio
$ ./bin/alluxio format
$ ./bin/alluxio-start.sh localLast updated