Hi, I am searching for some documentation on how to run a mapreduce job using oozie on a kerberized cluster? Any help would be appreciated.
Regards, Namit Kabra Note: Here are the references that I tried: 1. It may be possible to run oozie using curl command on the Kereberized cluster by using: oozie jobs -auth KERBEROS -oozie https://[redacted-server-same]:11443/oozie (Reference: https://community.cloudera.com/t5/Batch-Processing-and-Workflow/oozie-Authentication-exception-GSSException-No-valid/td-p/66172 ) 2. https://oozie.apache.org/docs/4.3.1/ENG_Custom_Authentication.html 3. https://ambari.apache.org/1.2.5/installing-hadoop-using-ambari/content/ambari-kerb-2-3-4.html ( Configuring Secure Oozie) 4. https://www.cloudera.com/documentation/enterprise/5-9-x/topics/cdh_sg_oozie_server_kerberos.html (Configuring Kerberos Authentication for the Oozie Server for Cloudera) 5. https://oozie.apache.org/docs/3.3.2/AG_Install.html (Setting Up Oozie with HTTPS (SSL)) 6. https://oozie.apache.org/docs/3.2.0-incubating/DG_CommandLineTool.html (Oozie CLI Utilities)