HDFS : never change replication factor with snapshot
You use hdfs and for some reasons you want to change replication factor from 3 to 2 for a specific directory ?
#Ansible #BigData #Sgbd #Linux
You use hdfs and for some reasons you want to change replication factor from 3 to 2 for a specific directory ?
If you are well organized you have multiple roles to manage you deployment and configuration If you know the Ansible handler power you use it to manage all the operations on your software, services and so on. It is simple to trigger a handler inside a role task, but have you ever imagined using the…
Sometimes you need to : iterate a payload call an API for each item filtering the json result using json_query returning a final result with all the filtered result With this result you can iterate for another API. This article talk about how to do that using Ansible, json_query filter
One of the classic architecture when using a Kerberos KDC and OpenLdap is to store the KDC database in OpenLdap backend.You can find a procedure to do that on the MIT Kerberos documentation site The advantage of storing your KDC in OpenLdap backend is to take advantage of the OpenLdap replication process that is easy…
Sometimes it could be difficult to identifying the activities that are stressing your namenodes. Following is an article on how to have the top users by hdfs actions on your HDFS Cluster requesting the Namenode JMX
When having trouble with your Big Data cluster, it could be interesting to automatically generate some monitoring for your namenode.
In this article, I will describe the impact of the Hive ACID activation on a running cluster HDP 2.6.4
In this article we will discover Zookeeper 4 letters commands to help us to monitor Zookeper