How to add scoop2
Doc ID 1922701.1
If it fails use Doc ID 1966882.1
Note: Clear the directory before starting as old junk will make it fail.
P.S. Make sure you are not removing other jar files.
rm -r /var/lib/sqoop2/*
Hive issues, make sure to set full rights to the hive tmp dir
hadoop fs -chmod 777 /tmp/hive
How to configure sentry Mysql.
Note: MySQL runs on node3
mysql>create database sentry DEFAULT CHARACTER SET utf8; mysql>grant all on sentry.* TO 'sentry'@'%' IDENTIFIED BY 'password'; mysql>flush privileges;
How to configure EM agent
Doc ID 1682558.1