输入./setup.sh
后,在安装过程中出现,
Where do you want the API code to be store [/home/hadoop/perl5/lib/perl5] ?
Copying files to /home/hadoop/perl5/lib/perl5
±---------------------------------------------------------+
| Configuring REST API Server configuration files … |
±---------------------------------------------------------+
cp: 无法创建目录"/home/hadoop/perl5/lib/perl5": 没有那个文件或目录
创建目录即可
mkdir -p /home/hadoop/perl5/lib/perl5