Member since
07-01-2015
460
Posts
78
Kudos Received
43
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1366 | 11-26-2019 11:47 PM | |
1312 | 11-25-2019 11:44 AM | |
9543 | 08-07-2019 12:48 AM | |
2198 | 04-17-2019 03:09 AM | |
3533 | 02-18-2019 12:23 AM |
10-26-2018
06:57 AM
Hi, actually both session and operation timeouts are set to 6h, so this shouldn't be a problem. Thanks!
... View more
10-17-2018
04:50 PM
This didn't work. I tested a query with 10,250 characters after making the change and restarting the service, but the query was still truncated at the exact same spot. Are there any alternatives or other ways to fix this?
... View more
10-13-2018
03:54 AM
1 Kudo
Hi Harsh, Thanks alot for your support. Really appreciate. I was able to make hbase stable by adding the line mentioned by you but the only one change was reuiqred. -Dzookeeper.skipACL=yes we need to give "yes" not true. It worked for me. Thanks for making my cluster happpy. Regards Ayush
... View more
10-05-2018
07:47 AM
awesome! thank you!
... View more
10-04-2018
11:26 PM
1 Kudo
I have figured out that this is coming from the third party tool, so it has nothing to do with the Simba driver. Thanks
... View more
10-04-2018
07:11 AM
1 Kudo
sudo pip install --upgrade setuptools resolved the issue
... View more
10-03-2018
10:55 AM
1 Kudo
I think the Kudu min-max filter pushdown optimisation in C5.14+ would achieve this: https://issues.apache.org/jira/browse/IMPALA-4252
... View more
09-28-2018
12:17 AM
All solved, it was a misconfiguration of HDFS. The property dfs.permissions was set to false (!). Thanks!
... View more
09-26-2018
04:36 AM
I do kinit on my driver node (edge node), and it works. Do I need to make sure that my session is exist on each data node? How can I make sure that. I don't ever do this thing yet. But when I try to create hive JDBC connection, it works. I think it should be same from the kerberos side, if hive works then impala should be works also.
... View more