How to distribute data evenly across all disks on a Hadoop datanode

Distribute data evenly across all disks on a Hadoop datanode. ...

January 24, 2022 · milosz · Hadoop · JSON

How to update reconfigurable properties on Hadoop node

Update reconfigurable properties on Hadoop node without restart. ...

January 17, 2022 · milosz · Hadoop

How to put Hadoop datanodes in maintenance state

Use JSON-based configuration format for Hadoop datanodes to create a whitelist and control put these in normal, decommissioned or maintenance state. ...

January 10, 2022 · milosz · Hadoop

How to rebalance data across HDFS cluster

Rebalance data across HDFS cluster. ...

December 29, 2021 · milosz · Hadoop

How to log HDFS operations

Perform HDFS audit logging. ...

September 27, 2021 · milosz · Hadoop

How to create Yarn nodes whitelist

Create Yarn nodes whitelist. ...

September 22, 2021 · milosz · Hadoop

How to save namespace and perform checkpoint

Save namespace on namenode and perform checkpoint on secondary namenode. ...

September 20, 2021 · milosz · Hadoop

How to inspect Hadoop configuration using command-line

Inspect Hadoop configuration using command-line. ...

September 15, 2021 · milosz · Hadoop

How to mount HDFS as a local file system

Mount HDFS as a local file system. ...

September 13, 2021 · milosz · Hadoop

How to create Hadoop data nodes whitelist

Create Hadoop data nodes whitelist. ...

September 1, 2021 · milosz · Hadoop

How to leave Hadoop safe mode

The Hadoop cluster enters safe mode during the name node startup till the basic indicators are met and later in case of emergency, which means that the cluster enters read-only mode. ...

August 30, 2021 · milosz · Hadoop

How to decommission Yarn node

Decommission Yarn node with minimal impact on the running applications. ...

August 23, 2021 · milosz · Hadoop

How to decommission HDFS datanode

Decommission HDFS data node with minimal impact on the running applications. ...

August 18, 2021 · milosz · Hadoop

How to display Hadoop cluster report

Display Hadoop cluster report. ...

August 13, 2021 · milosz · Hadoop

How to load native Hadoop libraries

Hadoop has a native implementation for certain components, but sometimes it does not load automatically. ...

August 6, 2021 · milosz · Hadoop

How to update Hadoop heartbeat interval

Update Hadoop heartbeat interval to mark data node as dead at the predefined period of time depending on your requirement. ...

August 2, 2021 · milosz · Hadoop

How to validate Hadoop configuration files

Validate Hadoop configuration XML files. ...

July 28, 2021 · milosz · Hadoop

How to configure Hadoop topology mapping

Configure Hadoop topology mapping using TXT DNS records. ...

July 21, 2021 · milosz · Hadoop

How to perform basic HDFS operations

Let’s perform basic HDFS operations. ...

July 14, 2021 · milosz · Hadoop

How to create Hadoop cluster

Create a basic Hadoop cluster to play with it. ...