Member since
02-08-2015
419
Posts
11
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1396 | 07-20-2023 02:34 PM | |
10083 | 02-08-2017 01:38 PM | |
5474 | 06-17-2016 02:56 PM |
08-04-2023
08:11 AM
Hi @archer2012 , that error output doesn't give us a lot of information about what went wrong, but it looks like the connection wasn't successful. I recommend using Beeline in verbose mode from a command line on a suitable node to troubleshoot the connection independently. Once you have the connection to Impala working separately, then you can come back to Airflow and use the working connection settings.
... View more
07-25-2023
06:40 PM
Thanh you so much @bbreak, the document is so helpful and I read almost the pages. Hope you will help us more, like you did. Have a good day! (UTC +7) ^ ^
... View more
03-27-2023
01:40 PM
Closing the connection while the query is still executing is generally not good practice. Think of it as taking ownership for the query you've executed, sort of like turning the lights off before you leave a room. If you're going to close the session (leave the room), you need to first cancel the query that's consuming resources (turn off the lights you turned on). The normal expectation is that an executing query will have an associated active session.
... View more
11-03-2022
01:49 PM
@Emiller Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks
... View more
07-14-2022
11:55 PM
@data_diver Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks
... View more
12-21-2018
02:14 AM
2 Kudos
Any updates to this feature? Is it still experimental? what about parquet formats?
... View more
09-10-2017
03:06 PM
1 Kudo
We're just upgrading from 5.7 to 5.12 and received the same warning. In our case Hive metastore heap size is 12G so the max message size will be set to 1.2 G . That appears bit scary to me. What are the risks of setting the value such high ? How can we handle large metastore updates in case that happens ? Do we need to prepare the metastore server i.e. mysql to do somethign differently ? What happens if we don't follow this recommandation ? Thanks, Sunil
... View more
06-20-2016
06:59 AM
The bit was an attempt to format the post. It wasn't supposed to be part of the query, sorry about that. Try adding "as" after "create table tester" and before the nested select query.
... View more