Sqoop报错accumulo does not exist

Warning: /opt/cloudera/parcels/CDH-5.13.3-1.cdh5.13.3.p0.2/bin/../lib/sqoop/../accumulo does not exist! Accumulo imports will fail.

Please set $ACCUMULO_HOME to the root of your Accumulo installation.

18/09/29 11:02:07 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6-cdh5.13.3

解决方法

mkdir /var/lib/accumulo

echo "export ACCUMULO_HOME=/var/lib/accumulo" >>/etc/profile

source /etc/profile" >>/etc/profile"

你可能感兴趣的:(经验)