Member since
03-06-2020
406
Posts
56
Kudos Received
36
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
923 | 11-21-2024 10:40 PM | |
885 | 11-21-2024 10:12 PM | |
2714 | 07-23-2024 10:52 PM | |
2026 | 05-16-2024 12:27 AM | |
6755 | 05-01-2024 04:50 AM |
06-09-2021
09:58 PM
Hi, Can you try with below command: select * from bucketing_table tablesample(bucket n out of y on clustered_criteria_column); n => nth bucket y => total no. of buckets
... View more
06-07-2021
12:32 PM
@nnandula did you 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.
... View more
06-03-2021
05:30 AM
@naush_madaka07 Has your issue been resolved? 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.
... View more
06-01-2021
01:36 AM
Hello @khanarshadazmat , We do not have a direct method to get the CM Server and Agent version like we have in java -version. However, you can follow some of the below workarounds to get the required result: 1_). using below command # hdfs version # hadoop version 2_). version info available at "/opt/cloudera/parcels/<CDH>/lib/hadoop/cloudera/cdh_version.properties" Let me know if this helps! Cheers! Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
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-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
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-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 »