elukey commented on pull request #846: URL: https://github.com/apache/bigtop/pull/846#issuecomment-1001131586
Thanks a lot for the testing! I have upgraded the oozie package manually and ran the smoke tests (I didn't have all packages built to spin up a cluster from local repo) and I missed the shared lib CLI issue. The above stacktrace makes sense, in the hive patch I had to fix something related: ``` -import org.apache.log4j.helpers.OptionConverter; +import org.apache.logging.log4j.core.util.OptionConverter; ``` The main problem is that can't find where the OptionConverter is set (in code or properties files). Will keep looking. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
