Member since
04-19-2017
12
Posts
0
Kudos Received
0
Solutions
07-27-2018
07:40 AM
Thank you @Akhil S Naik. Your solution is works!
... View more
06-18-2018
02:45 PM
From the 'top' documentation: %CPU -- CPU Usage : The percentage of your CPU that is being used by the process. By default, top displays this as a percentage of a single CPU. On multi-core systems, you can have percentages that are greater than 100%. For example, if 3 cores are at 60% use, top will show a CPU use of 180%. Yes, MapReduce utilizes more than one core on your machine - it is parallelized at the node level as well as at the process level to take advantage of as many cores as possible. The processing of each row of data is independent of all other rows of data so that the data can be split up in as many ways as you have processing capabilities.
... View more
02-27-2018
03:02 PM
Hi, I will recommend you to install two HAproxy as a load balancer and configure keepalived (VRRP) between them. In this way you will have virtual ip to which you will refer ranger url. But keep in mind that ranger use relational database which also must have master-master replication if its mysql it can be Galera cluster. So you will have two HAproxy with virtual ip + two Ranger Admin instances + Galera Cluster for mysql. This configuration solves single point of fail in all steps.
... View more