RE: Can we configure NiFi to run execute process with specific Kerberos Principal?

2016-10-24 Thread Nathamuni, Ramanujam
); Shrilesh Naik (shrnaik) Subject: Re: Can we configure NiFi to run execute process with specific Kerberos Principal? Hi Ravi, I'm not very familiar with Sqoop, but from quickly reading their documentation and some other forums/blogs, it seems like the script that NiFi is calling should be

Re: Can we configure NiFi to run execute process with specific Kerberos Principal?

2016-10-24 Thread Bryan Bende
Hi Ravi, I'm not very familiar with Sqoop, but from quickly reading their documentation and some other forums/blogs, it seems like the script that NiFi is calling should be doing something like the follow: kinit /bin/sqoop.sh client I would think however you execute the script successfully outs

Can we configure NiFi to run execute process with specific Kerberos Principal?

2016-10-24 Thread Ravi Papisetti (rpapiset)
Hi, We are planning to use "ExecuteProcess" to run a sqoop script wrapped by shell. As part of this we want NiFi to use its service principal in secure mode while submiting executing the script. Otherwise sqoop script is failed to execute saying "Caused by GSSException: No valid credentials pro