Member since
10-20-2015
35
Posts
5
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2028 | 07-26-2016 07:55 AM | |
1476 | 07-24-2016 09:07 AM | |
1357 | 02-05-2016 07:56 AM | |
2691 | 02-04-2016 11:17 AM | |
12615 | 10-27-2015 08:52 AM |
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
03-07-2017
05:00 AM
Hello, What type of configuration needs to be made connect to impala using JDBC from IDT/ BO server. Your help is greatly appreciated. We are stuck at this point. Thanks Sandhya
... View more
11-03-2016
10:06 AM
Hi, So I worked with Cloudera Support, the problem was our user had a comment before the first line of his query. Example --comment is here use database;
... View more
07-26-2016
08:08 AM
Here's the link to the profile https://dl.dropboxusercontent.com/u/13650224/profile.txt
... View more
07-24-2016
09:07 AM
One way is the REQUEST_POOL option. Other ways are listed in these locations: http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_resource_pools.html#concept_rmc_2pf_jn http://www.cloudera.com/documentation/enterprise/latest/topics/impala_admission.html#admission_guidelines
... View more
06-20-2016
06:37 AM
@jbapple wrote: You can follow the bug I linked to above for any future updates. Right nowI have no news for you. DOH! Didn't even see that link. Must pay more attention, my apologies.
... View more
02-12-2016
01:05 PM
Thanks!
... View more
02-05-2016
07:56 AM
http://www.cloudera.com/documentation/enterprise/latest/topics/impala_udf.html#udf_tutorial_unique_1 describes the mechanism for using UDFs with Impala. It does not describe an Impala restart.
... View more
02-04-2016
12:50 PM
No, it does not affect the timeline.
... View more