1.预备工作:安装java
apt-get install openjdk-11-jdk
查看一下java路径 whereis java
export JAVA_HOME=java路径地址
2.安装Alluxio
用如下命令解压下载包。
$ tar -xzf alluxio-2.7.4-bin.tar.gz
$ cd alluxio-2.7.4/conf
## 复制配置文件
cp alluxio-site.properties.template alluxio-site.properties
## 编辑配置文件
gedit 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
./bin/alluxio-start.sh local SudoMount



