Member since
09-03-2020
101
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
614 | 10-13-2021 10:02 AM |
10-23-2021
08:04 AM
Hello @rahuledavalath We are marking the Post as Solved. If your Team have any further concerns, Please update the Post, if your Team face any issues with either of the Recommendation shared [Migrate the System Tables Or Create a Phoenix Table afresh on Top of HBase Table]. Thank You for using Cloudera Community. Regards, Smarak
... View more
07-12-2021
12:39 AM
@piyushgauri you can try executing below query for identifying the guide_post value select count(1) from system.stats where guide_post_key is not null and PHYSICAL_NAME='table_name';
... View more
07-02-2021
11:19 AM
Hello @ryu , Refer below link for Enabling PQS via ambari ++++++++++++ https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.5.3/bk_data-access/content/ch_using-phoenix.html#enabling-phoenix </snippet from the link> To enable Phoenix with Ambari: Open Ambari. Select Services tab > HBase > Configs tab. Scroll down to the Phoenix SQL settings. (Optional) Reset the Phoenix Query Timeout. Click the Enable Phoenix slider button. ++++++++++++ Also would recommend to review below doc for installing phoenix via command line https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-installation/content/ch_install_phoenix_chapter.html
... View more
09-17-2020
07:00 AM
1 Kudo
@9een Yes it is supported you can refer to the following links https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.4/authentication-with-kerberos/content/kerberos_optional_use_an_existing_ipa.html https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5/ambari-authentication-ldap-ad/content/amb_freeIPA_ladap_setup_example.html
... View more