Member since
03-06-2020
397
Posts
53
Kudos Received
35
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
43 | 11-21-2024 10:12 PM | |
644 | 07-23-2024 10:52 PM | |
989 | 05-16-2024 12:27 AM | |
2743 | 05-01-2024 04:50 AM | |
1259 | 03-19-2024 09:23 AM |
05-23-2021
07:23 AM
Hi, It seems like your host from where you are running Sqoop command is not able to connect on the machine where your mysql is installed. Kindly run the below command to check the connectivity. ## telnet <hostname> 3306 Note:- Hostname is the host where you have installed mysql database. In the sqoop command i can see you have provided "localhost" double check it is the one where mysql database is installed. Below is the command to get the full hostname of the host. ## hostname -f
... View more
05-19-2021
08:07 PM
Hi, Not sure this info is available. 1. you can check the yarn application logs in hdfs under /tmp/logs you can find this exact path by going to Cloudera manager -> Yarn -> Configuration -> yarn.nodemanager.remote-app-log-dir 2. If you have an application id you can just collect the logs manually with below command: ## yarn logs -applicationId <application ID> > applogs.txt
... View more
05-17-2021
07:38 AM
Hello, When you are facing this issue? For what type of query? How you are created these tables? Is the client (if non beeline or hive) creating the Table have a ACID read/write capability? Can you provide your DDL of this query?
... View more
05-17-2021
03:48 AM
1 Kudo
Hi , Can you add this below property in Hive service advance configurations and restart the stale configs and check the issue? ## hive.txn.stats.enabled=false
... View more
05-15-2021
11:11 PM
Also should check the output of the query from both hive and Impala, If there is any issues with metadata update after REFRESH we need to check the catalog logs at the same time...
... View more
05-15-2021
11:09 PM
Hi, I am not sure above issue is resolved or not, As per the issue description after REFRESH you are not able to query the table partition in impala but as per the query details you have given i do not see an issue but it just says stats are missing and your query might have succeeded ( I do not know the query status since you haven't given in the details) If partition is not available the query usually fails with "Analysis Exception". If you have such issue you can upload full query profile and its coordinator logs to check the issue.
... View more
05-15-2021
10:56 PM
Hi, These errors are generic errors that can see in the front end and these errors doesn't shows exact issue. Regarding the Error #1: Please check "Setting Up the Kerberos Credential Cache File" for credential cache for windows in the below documentation. https://www.cloudera.com/documentation/other/connectors/impala-odbc/latest/Cloudera-ODBC-Driver-for-Impala-Install-Guide.pdf Also upgrade the ODBC connector to the latest version. Regarding the Error #2: It says "Unexpected response received from server" you need to check the below things to identify the issue: ( Power BI -> ODBC Driver -> LB -> Impala Daemon ) a. Check the ODBC driver logs at the time of issue , If you do not find anything enable trace level logs and check the errors. b. If you have LB configured check the LB logs. c. Try to connect manually for every impala daemon to find out if there is any issue with particular daemon. d. If you faced an issue with connecting any daemon check the logs for more details.
... View more
05-15-2021
10:38 PM
Hi, 1. What is the exact exception from Hue? Is this issue with all users or only specific users? 2. what is the sentry role you mapped to the database? can you check its privileges from below command. ## SHOW GRANT ROLE <role-name> on database <database-name>; 3. check the group that user is belongs to: ## id <username> 4. check if the group is mapped to the sentry role, if not try to map the sentry role to group a user belong to and check the db access. ## GRANT ROLE <role_name> TO GROUP <groupName>;
... View more
05-15-2021
10:14 PM
Hi I think you can try out below two options: 1. Increase idle_session_timeout value in impala 2. Rewrite the script to open Impala connection just before Impala related commands will be invoked.
... View more
05-12-2021
10:26 PM
Hi, You can go to this below link: https://docs.cloudera.com/documentation/enterprise/6/6.2.html Choose the CDH version you need to check -> Then choose "Release Notes" for more details. Below is the CDP "Release Notes: https://docs.cloudera.com/cdp-private-cloud/latest/release-guide/topics/cdpdc-release-notes-links.html
... View more
- « Previous
- Next »