java.lang.ClassNotFoundException: org.cloudera.log4j.redactor.RedactorAppender
Running into this?
java.lang.ClassNotFoundException: org.cloudera.log4j.redactor.RedactorAppender
Solve it with this:
[root@awx01 ansible]# ansible 'cm*' -m shell -a 'cd /opt/cloudera/parcels/CDH/lib/oozie/libtools; ln -s ../../../jars/log4j-core-2.8.2.jar log4j-core-2.8.2.jar; ln -s ../../../jars/logredactor-2.0.7.jar logredactor-2.0.7.jar'
Cheers,
TK