Member since
04-04-2022
79
Posts
5
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5498 | 04-13-2023 12:21 AM | |
2302 | 01-02-2023 06:05 AM | |
1333 | 12-08-2022 08:57 PM | |
2196 | 12-07-2022 02:34 AM | |
2256 | 12-06-2022 05:34 AM |
01-03-2023
09:03 AM
Hi @Tellyou6bu6 Did you got chance to check capacity-schedular.xml file?
... View more
01-03-2023
09:02 AM
@aval Can you please confirm on which version of Cloudera you are currently on ? Basically HWC is required when you want to access Managed tables via Spark. Also use of spark.sql.hive.hwc.execution.mode is deprecated as per CDP 7.1.7 https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/integrating-hive-and-bi/topics/hive-hwc-reader-mode.html
... View more
01-03-2023
08:58 AM
@myzard Can you please upload full error message which is above Traceback?
... View more
01-03-2023
08:55 AM
@Mostafa12345678 Can you share full stack trace for review?
... View more
01-02-2023
06:23 AM
Hi @rudi101101 Can you please confirm if you are using any timeout settings from PowerBI end?
... View more
01-02-2023
06:02 AM
Hi @SantoshB You can see such messages when you have reached user factor limit/resource limit on queue level. You can check tune user-limit factor or check queue utilization to schedule applications accordingly. Also seems application has failed with exit-code 13, can you please share YARN trace to identify reason for failure?
... View more
12-29-2022
05:36 AM
@reca 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-18-2022
05:16 AM
@drgenious This is an OS-level issue that will need to be addressed at the OS level by the system admin. The bottom line here is that thrift-0.9.2 needs to be uninstalled There are various things that could be happening:
1) Multiple python versions.
2) Multiple pip versions.
3) Broken installation. Solution: 1
- You can try to create the Python virtual environment to connect to impala-shell
virtualenv venv -p python2
cd venv
source bin/activate
(venv) impala-shell Solution : 2 (i) Remove easy-install.pth files available in,
/usr/lib/python2.6/site-packages/
/usr/lib64/python2.6/site-packages/
(ii) Try running impala-shell If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
... View more
12-12-2022
01:25 AM
@SchmidtS If In case you are not currently using the latest version of the Impala ODBC driver, please update the driver to the latest version (2.6.16 currently). Please note that 2.6.16 supports CDH6 so there should not be any incompatibility.
You can download the latest version of Impala ODBC driver in the below link:
https://www.cloudera.com/downloads/connectors/impala/odbc/2-6-16.html
... View more
12-08-2022
08:57 PM
1 Kudo
Hi You can check below document for better understanding of how queue manager works. https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/yarn-allocate-resources/topics/yarn-set-user-limits.html Also if you are Cloudera customer you can check below KB's https://my.cloudera.com/knowledge/How-does-user-limit-factor-impact-capacity-scheduler?id=270996 https://my.cloudera.com/knowledge/How-is-Max-Schedulable-Applications-Per-User-calculated-by?id=271520 https://my.cloudera.com/knowledge/Tuning-the-YARN-Capacity-Scheduler?id=276877 Hope this answers your question, please mark solution as accepted if it resolves your issue and hit like.
... View more