Created 11-28-2016 04:30 AM
Hi,i must say my english is bad,thanks all for my issule:
I had already integrate ldap to impala ,everytime i input impala-shell -l -u root , It will prompt me password。
My question comes:I want to integrate password to the console like this impala-shell -l -u root -p root,
i read the document of impala ,it tells me with a argument as --ldap_password_cmd,but i really dont know how to input it's value ,can anyone tell me ?
thaks very much!
Created 11-28-2016 10:12 AM
The argument should be a shell command that prints the password. E.g. if you store the password in /home/example/ldap_password.txt
--ldap_password_cmd='cat /home/example/ldap_password.txt'
Created 11-28-2016 04:44 PM
Created 11-28-2016 04:47 PM
Created 11-28-2016 05:37 PM
Created 11-28-2016 05:41 PM
Created 11-28-2016 05:52 PM
Created 11-28-2016 05:56 PM
Created 11-28-2016 06:01 PM