Member since
08-10-2022
179
Posts
23
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
635 | 03-26-2024 05:06 AM | |
681 | 03-21-2024 03:01 AM | |
1106 | 08-08-2023 11:33 PM | |
1051 | 07-17-2023 10:26 PM | |
642 | 07-17-2023 02:26 AM |
10-08-2024
09:12 PM
1 Kudo
Hi @Israr, It looks like you have enabled HA, but there is no secondary name node in your cluster. This complains about the configuration issue. Can you review your HDFS configs once? Let us know if this helps.
... View more
09-05-2024
01:36 AM
1 Kudo
Are you using the same user account to connect via ODBC which you used to log in to Hue? Please verify that.
... View more
08-02-2024
03:04 AM
1 Kudo
Hello @hadoopranger , If you are using Cloudera Manager to manage your services, you can add new services using this document https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/managing-clusters/topics/cm-adding-a-service.html Also, you can use CM API to add the services to the cluster. https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/configuring-clusters/topics/cm-api-cluster-automation.html Hope this helps! Cheers!
... View more
07-09-2024
08:18 AM
@ldylag you can check which database the service uses by checking its configuration in the cloudera manager. For instance, go to hive service » configuration » and search for database. The configuration named "hive_metastore_database_name" will tell you the actual database hive service is using. I hope this helps!
... View more
07-03-2024
02:54 AM
1 Kudo
Hello @Bartlomiej, You can change the timezone for Hue using the steps below: Log in to Clouder Manager as an Administrator. Go to Clusters > Hue > Configuration > Time Zone and set a desired value. The default value is America/Los_Angeles. You can refer to https://timezonedb.com/time-zones for information on the timezones. Click Save Changes. Restart the Hue service. Let me know if this helps. Cheers!
... View more
05-20-2024
06:53 AM
1 Kudo
@adsejnf, Welcome to Cloudera community! Do you see any issues in the Hive logs? Or try checking the application logs via CLI: » yarn logs -applicationId <application ID> -appOwner <AppOwner>
... View more
05-19-2024
10:33 PM
Hi @adsejnf, have you tried using the username and password as hive & hive respectively? If not, please try it once. Thanks!
... View more
04-30-2024
09:01 AM
1 Kudo
try adding to your existing connection string that you are using in JDBC: SSL=1;SSLTrustStore=/var/lib/cloudera-scm-agent/agent-cert/cm-auto-global_truststore.jks
... View more
04-30-2024
07:46 AM
1 Kudo
Hi @MorganMcEvoy, You can create string using the way mentioned here https://community.cloudera.com/t5/Community-Articles/How-to-Connect-to-Hiveserver2-Using-Cloudera-JDBC-driver/ta-p/376336 Cheers!
... View more
04-23-2024
05:32 AM
Hi @gowthamsanjam, We recommend using the Cloudera JDBC Jar to connect to third-party tools using JDBC URLs. You can view more information here: https://docs.cloudera.com/cdw-runtime/1.5.1/integrating-hive-and-bi/topics/dw-integrating-third-party-tools.html https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-25.html Let me know if this helps! Cheers!
... View more