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 | |
1052 | 07-17-2023 10:26 PM | |
642 | 07-17-2023 02:26 AM |
03-26-2024
05:06 AM
3 Kudos
Hi @ipson, Thanks for bringing this to our community! You can use one of the below options with --metrics-time-period. LAST_THIRTY_MINUTES, LAST_ONE_HOUR, LAST_TWELVE_HOURS, LAST_ONE_DAY Let me know if this helps. Cheers!
... View more
03-22-2024
03:30 AM
1 Kudo
@lv_antel what is the complete command you are using? can you please share the complete stack trace?
... View more
03-22-2024
01:20 AM
1 Kudo
@frbelotto , a sample code to test connectivity from Python to Hive. from pyhive import hive
import logging
import os
logging.basicConfig(level=logging.DEBUG)
conn = hive.Connection(host="hs_host",port=10000,database='default')
cursor = conn.cursor()
cursor.execute("show databases")
res = cursor.fetchall()
print (res)
#connect = hive.Connection(host=db_host, port=db_port, username=db_user, password=db_password, database=db_name,auth='KERBEROS',kerberos_service_name='hive') make sure to install the below dependencies before running the code: pip3.8 install pyhive
pip3.8 install thrift
pip3.8 install thrift_sasl I hope this helps! Cheers!
... View more
03-21-2024
03:01 AM
3 Kudos
@adrianstvz, Hello! Thanks for bringing this to our community! That's right, your understanding is correct. But we try to maintain consistency with the APIs. The APIs show all the services by default. You may use the below command to ensure only Active Services are listed. » cdp de list-services --remove-deleted I hope this helps! Cheers!
... View more
11-30-2023
01:32 AM
Hi @CDH-pgrade, you can follow the paths available in the below article: https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/upgrade/topics/cdpdc-cdp-upgrade-migrations-paths.html let me know if this helps.
... View more
11-09-2023
06:32 AM
@damnworld can you share the listing of "/opt/cloudera/"? Do you have any folder as "/opt/cloudera/csd" and within that do you have the kyuubi folder available? If yes, kindly remove that.
... View more
11-09-2023
02:18 AM
Hi @damnworld, can you please let us know which parcel you added? and what service type do you see? Can you share the snapshot?
... View more
10-18-2023
11:50 PM
very detailed and useful article. Thank you @asish!
... View more
10-18-2023
11:42 PM
Hi @SagarCapG what is the connection string you are using in dbeaver, and what error you are getting? share your beeline connection string too.
... View more
10-18-2023
09:11 PM
Hi @sain, can you please share some error snapshots of where and what exact error you are getting?
... View more