Member since
09-15-2020
211
Posts
18
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
722 | 02-22-2024 02:53 AM | |
374 | 02-21-2024 06:55 AM | |
766 | 02-20-2024 09:20 AM | |
430 | 02-15-2024 08:05 AM | |
1274 | 02-13-2024 11:19 AM |
02-23-2024
05:44 AM
Hi @Kalpit can you confirm the version of the hadoop cluster
... View more
02-22-2024
02:53 AM
1 Kudo
Hi @Shivakuk As I test Sentry does not support DROP and DELETE privilege. However if you want to remove the DROP access from Admin user, then you have first remove ALL privileges and just provide SELECT and INSERT privileges to the user NOTE: The DELETE, UPDATE, and UPSERT operations require the ALL privilege on the DB/ Table/ Column.
... View more
02-21-2024
08:15 AM
Hi @SDPLearner Can you please check and confirm if it works using impala-shell or not.
... View more
02-21-2024
06:55 AM
1 Kudo
Hi @wert_1311 Thank you for reaching out to Cloudera Community, Cloudera provide an observability tool called "Observability" which help you monitor jobs within a cluster. You can refer below documentation on how this tool can be configured and used. https://docs.cloudera.com/observability/cloud/overview/topics/obs-understanding-observ.html
... View more
02-21-2024
05:54 AM
Hi @echodot your table seems to be transactional, that is why it is not getting altered. Please create a non-tractional table and then perform your task
... View more
02-20-2024
09:20 AM
Hi @Shivakuk Please refer below doc, you can use the Revoke statements in sentry to restrict the access on a database https://docs.cloudera.com/documentation/enterprise/6/latest/topics/sg_hive_sql.html#revoke_privilege_statement Let us know if this helps
... View more
02-20-2024
09:14 AM
@echodot Try to execute the queries below and then run your query. # alter table ATABLE set tblproperties('impala.disable.recursive.listing'='true'); # refresh ATABLE; # check if your query works or not
... View more
02-16-2024
05:18 AM
Hi @echodot As the source table is not in parquet format, try ing below command to create and load the data CREATE TABLE jmaster.hivetesttable AS SELECT * FROM JMASTER.ATABLE STORED AS PARQUET;
... View more
02-15-2024
08:27 AM
1 Kudo
Hi @drgenious Please share us the Sqoop console logs with --verbose logs and the yarn application logs for review.
... View more
02-15-2024
08:05 AM
1 Kudo
Hi @Hae You may refer below document to generate authentication token and access HUE API https://docs.cloudera.com/data-warehouse/cloud/managing-warehouses/topics/dw-jwt-generate-token-later.html https://docs.gethue.com/developer/api/rest/ Let us know if this helps!
... View more