Member since
12-17-2020
44
Posts
15
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1378 | 08-25-2024 11:46 PM | |
3023 | 04-07-2024 10:23 AM | |
2563 | 04-03-2024 07:23 AM | |
1886 | 06-21-2023 12:37 AM | |
2975 | 05-30-2023 11:08 AM |
11-15-2024
02:07 AM
1 Kudo
Hi Team as per the issue Master A is the fault one because once its in line there is no election happening please follow the below step to sync it you need to cleansafe the data from this master and replicate it back from leader master A)stop the problematic Master B)sudo -u kudu kudu local_replica delete --fs_wal_dir=/wal/kudu/wal --fs_data_dirs=/wal/kudu/data 00000000000000000000000000000000 -clean_unsafe C)sudo -u kudu kudu local_replica copy_from_remote --fs_wal_dir=/wal/kudu/wal --fs_data_dirs=/wal/kudu/data 00000000000000000000000000000000 <active_leader_fqdn>:7051 D)stop remaining two masters E)then start all the three masters.
... View more
09-23-2024
08:40 AM
Hi @ShankerSharma , What if i have mix of server on my cluster . Rhel 7 + Rhel8. Which service should I be running on these servers( I assume ntpd and chronyd both are there for rhel7 but we only have chronyd with rhel8) and with what configuration to keep kudu running?. Does it mean having chronyd running on all the servers (rhel7 + rhel8) of the cluster with rtcsync option enabled in chrony.conf? Or on a cluster we can have a mix, that is, we can have ntpd on Rhel7 servers and chronyd on Rhel8 servers? We are having a setup where we are going to add RHel8 nodes to the cluster which is already running on Rhel7 servers. Regards Akshay
... View more
08-25-2024
11:46 PM
3 Kudos
Hi All, Will clarify the WORKARROUND in case it helps anyone... The wizard installer is composed of 2 phases defined in the "Select Repository" screen: [Phase1] The Cloudera Manager processes (jdk if needed, cloudera-scm-agent, cloudera daemons) [Phase2] The Runtime (the roles like impala, kudu, Hive...) Main issue was that the install attempt for the Phase1 did not took into accout the Poxy added for the Runtime repo, failing all the time, even setting the proxy in /etc/bashrc for letting eny user to use it. Here are two solutions: 1º to manuall install the services required by the [Phase1] using the /etc/yum.repos.d/cloudera-manager.repo (used yum in my case) openjdk8-1.8.0_372_cloudera-1.x86_64, cloudera-manager-agent.x86_64 in all servers. then retry the wizard (it will detect the packages are already installed and jump to the Runtime part) 2º setting the proxy in /etc/yum.conf proxy=http://user:pass@proxy-IP:8080 and disable all other repos (I had to do this to avoid yum to fail) NOTE: maybe the installer fails because the Cloudera-manager-agent.x86_64 has many dependencies and some of then might be in the OS repo (This is why I installed it manually)
... View more
05-27-2024
12:28 AM
1 Kudo
Thank you @robert199re for the information, the system is isolated, I would do some additional investigations but not I can asume that this traffic is not usual for CDH6. Best Regards
... View more
04-07-2024
10:23 AM
2 Kudos
Hello all, Finally found the root cause... /Etc/hosts 192.168.0.10 master1.customerdomain.com # Hostname Master1 This is the discrepancy, setting the hostname to the same as shown in /etc/hosts, the issue was solved. Command used: # hostnamectl set-hostname master1.customerdomain.com Then restarted the agent daemon and services in the cluster. Many thanks to the community for so many clues.
... View more
04-03-2024
05:51 PM
Hello @Juanes Yes agreed we will need to find out why that URL was wrong Anyways glad to know that the issue is resolved
... View more
03-19-2024
09:27 AM
Hello @Juanes Yes, you shall use the Trial version and then update your license. Also you shall go with External DB instead of Embedded one. For more details related to license kindly take a look on this Product Documentation
... View more
06-22-2023
02:32 PM
@Juanes I believe you just need to resolve the missing dependency. Check out this solution: > pip3 install python-setuptools
> yum install impala-shell https://community.cloudera.com/t5/Support-Questions/How-to-install-impala-shell-on-RHEL-8-3-to-communicate-with/m-p/313665
... View more
06-21-2023
12:37 AM
Hi all, The issue is not related to browsers, simply it has not the option to modify the queues... After many tests I managed to add the queues and resources to the ResourceManager Advanced config: [CM] > Yarn -> Configuration -> ResourceManager -> Fair Scheduler XML Advanced Configuration Snippet (Safety Valve) [CM] > Yarn -> Configuration -> ResourceManager -> yarn.resourcemanager.scheduler.class: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler by this way the queues are defined.
... View more
05-30-2023
11:09 AM
OK! @Juanes 😉 thanks for the clarification.
... View more