Member since
03-23-2015
1288
Posts
114
Kudos Received
98
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5201 | 06-11-2020 02:45 PM | |
| 4682 | 04-21-2020 03:38 PM | |
| 3655 | 02-27-2020 05:51 PM | |
| 3661 | 01-23-2020 03:41 AM | |
| 23438 | 01-14-2020 07:14 PM |
12-29-2019
08:41 PM
@Cl0ck Each host's name is stored in CM's backend database with an UUID attached, please refer to table HOSTS. Example as below: HOST_ID: 12
OPTIMISTIC_LOCK_VERSION: 148
HOST_IDENTIFIER: bfaf4b71-01e2-4157-b46f-d1c13566b69a
NAME: host-xxx-xxx.xxx
IP_ADDRESS: xx.xx.xx.xx
RACK_ID: /default
STATUS: NA
CONFIG_CONTAINER_ID: 1
MAINTENANCE_COUNT: 0
DECOMMISSION_COUNT: 0
CLUSTER_ID: 1
NUM_CORES: 1
TOTAL_PHYS_MEM_BYTES: 1929342976
PUBLIC_NAME: NULL
PUBLIC_IP_ADDRESS: NULL
CLOUD_PROVIDER: NULL Where HOST_IDENTIFIER is the UUID, and is stored under /var/lib/cloudera-scm-agent/uuid on each host. Maybe you can try to update the table here for NAME field and see if that can help? Cheers Eric
... View more
12-18-2019
08:59 PM
@sagittarian , Thanks for sharing the finding and solution. Yes, the error message means that the JDBC driver JAR files were missing. So adding them can resolve the issue. Cheers Eric
... View more
12-18-2019
04:53 PM
@sagittarian , Can you please share the full stacktrace of the error? Both from HS2 log and yarn application logs? Thanks Eric
... View more
12-11-2019
11:37 PM
@kvinod CM 5.8.x is very old, is there any reason that you do not want to upgrade? As @lwang mentioned, higher version of CM supported downgrade back to Express version, so I guess the option is for you to upgrade first. But personally I don't see any issues if you don't want to do anything. After expiry, the only difference would be that Enterprise features won't be available, but cluster should still function. Unless Li can provide more insights. Cheers Eric
... View more
12-11-2019
08:43 PM
@kvinod, There won't be issues after license expired, it just that the Enterprise features won't be available, but cluster should still function as before. Please see below doc: https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ag_licenses.html#cmug_topic_13_7__section_ed1_nz1_wr When a Cloudera Enterprise license expires, the following occurs: -- Cloudera Enterprise Cloudera Enterprise Trial - Enterprise features are disabled. --Cloudera Enterprise - Most enterprise features such as Navigator, reports, Auto-TLS, and fine-grained permissions are disabled. Key Trustee KMS and the Key Trustee server will continue to function on the cluster, but you cannot change any configurations or add any services. Navigator will not continue to collect audits, but existing audits will remain on disk in the Cloudera Manager audit table. On license expiration, the license expiration banner displays which enterprise features have been disabled. In terms of downgrading to express edition, can you try to restart CM and management services and see if it will do it? Cheers Eric
... View more
12-09-2019
03:29 PM
Sorry, forgot to answer questions: Doesn't Managed cluster start proxy server? >> No Do I have to configure proxy? >> Yes Managed cluster means Enterprise Edition? >> It means managed by CM, does not have to be Enterprise. If that is, Can I use L4 instead of haproxy? >> Proxy server is unmanaged by CM, so you can use whatever 3rd party that can act as proxy server. Just need to make sure it can be reachable by the Load Balancer config you set in CM for Hive. Cheers Eric
... View more
12-09-2019
03:07 PM
@avengers CM does not manage HAProxy server, you need to manage it yourself, as the Proxy Server can be any 3rd that provides the service, like HAProxy or F5. At the bottom of the page you referenced, there is an example of how to setup HAProxy: https://docs.cloudera.com/documentation/enterprise/6/6.1/topics/admin_ha_hiveserver2.html#example_ha_proxy_config It is your responsibility to make sure that 3rd HA service is configured properly and up and running. Cheers Eric
... View more
11-28-2019
05:19 PM
1 Kudo
Hi @parthk, No problems. Impala + Ranger is under construction for CDP release. From what I can see Phase one is done and there are a few more phases to go through. So it is still early stage and I do not have ETA. You probably just have to wait and ask the question again a few months down the track. Cheers Eric
... View more
11-27-2019
04:05 AM
@Amn_468, Can you please explain a bit more on "run through impala shell via jdbc connection"? Which JDBC driver and how did you set it up? The article is generic, as the setting is set at the impala server level, so session will timeout from impala daemon and when that happens, all clients' connections will be closed, together with the queries in those sessions. Cheers Eric
... View more
11-24-2019
02:45 PM
@vincent2, Apache Phoenix is only available to CDH from 5.16.x onwards, which was mentioned here: https://blog.cloudera.com/apache-phoenix-for-cdh/ It will not work for CDH5.7.0. Please upgrade your CDH first if you want to use it. Cheers Eric
... View more