Member since
11-14-2016
4
Posts
1
Kudos Received
0
Solutions
12-29-2017
12:28 PM
Hi All, I was facing the same issue where echo command was working but cat command was creating problem and locking the account due to extra $ character in password file. When you will cat the password file using -e option you will get an extra $ character at the end cat -e impala_passwd.pwd = mypass1234$ extra $ is culprit. You need to remove it using tr command or create the file in windows using notepad put your password and tranfer it to the linux server and it shall work. impala-shell -l --auth_creds_ok_in_clear --impalad=node2:21000 -u user1 --ldap_password_cmd='cat /home/user1/auto_impala.pwd'
... View more
11-21-2016
09:57 AM
1 Kudo
No, this is not possible at the moment. It is possible to add HTML (be it a link or something else) as the value of a Custom Metadata Key-Value-pair, but for security reasons that value will be rendered as text and not as HTML in the UI. When you say that you don't want to expose the actual URL, do you mean that you want to give the link a text other than the url, like the option you have with normal HTML anchor tags e.g. link text?
... View more