Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
HadoopHadoop
Hadoop

Hadoop

Enhanced insights for Hadoop HDFS and Yarn services

Extension
Free trial
Overview DashboardExtension configuration and featuresetsExtra Hadoop metricsHadoop HDFS service entityHadoop Yarn service entityProcess Group Injection
  • Product information
  • Release notes

Overview

Hadoop monitoring in Dynatrace provides a high-level overview of the main Hadoop components within your cluster. These enhanced insights provides additional metrics directly from the HDFS and YARN services.

Use cases

The extension enables insights into the overall health of Hadoop HDFS and YARN services

Get started

Activate this extension in your Dynatrace environment from the in-product Hub and simply select which OneAgents to enable this on.

Details

This extension provides extra Hadoop metrics through the use of JMX queries.

  • HDFS - Hadoop Distributed File System
    • Improved visibility into the health of your HDFS NameNodes and DataNodes
  • YARN - Yet Another Resource Negotiator
    • Improved visibility into the health of your YARN NodeManagers, ResourceManagers and MRAppMaster services

Compatibility information

  • Hadoop version 2.4.1+
  • Linux OS
  • For full Hadoop visibility, OneAgent must be installed on all machines running the following Hadoop processes: NameNode, ResourceManager, NodeManager, DataNode, and MRAppMaster
Dynatrace
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
screen injections
1
generic relationship
1
dashboards
1
metric metadata
91
generic type
1
screen entities lists
1

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
FilesAppendedhadoop.hdfs.namenode.FilesAppended.countTotal number of files appendedCount
FilesCreatedhadoop.hdfs.namenode.FilesCreated.countTotal number of files and directories created by create or mkdir operationsCount
FilesDeletedhadoop.hdfs.namenode.FilesDeleted.countTotal number of files and directories deleted by delete or rename operationsCount
FilesRenamedhadoop.hdfs.namenode.FilesRenamed.countTotal number of rename operations (NOT number of files/dirs renamed)Count
Metric nameMetric keyDescriptionUnit
NodeManager AllocatedContainershadoop.yarn.nodemanager.AllocatedContainersNodeManager Current number of allocated containersCount
AllocatedGBhadoop.yarn.nodemanager.AllocatedGBCurrent allocated memory in GBGigaByte
AvailableGBhadoop.yarn.nodemanager.AvailableGBCurrent available memory in GBGigaByte
ContainersCompletedhadoop.yarn.nodemanager.ContainersCompleted.countTotal number of successfully completed containersCount
ContainersFailedhadoop.yarn.nodemanager.ContainersFailed.countTotal number of failed containersCount
ContainersInitinghadoop.yarn.nodemanager.ContainersIniting.countCurrent number of initializing containersCount
ContainersKilledhadoop.yarn.nodemanager.ContainersKilled.countTotal number of killed containersCount
ContainersLaunchedhadoop.yarn.nodemanager.ContainersLaunched.countTotal number of launched containersCount
ContainersRunninghadoop.yarn.nodemanager.ContainersRunning.countCurrent number of running containersCount
Metric nameMetric keyDescriptionUnit
DataNode CacheCapacityhadoop.hdfs.datanode.CacheCapacityThe cache capacity of the DataNodeByte
DataNode CacheUsedhadoop.hdfs.datanode.CacheUsedThe cache used the DataNodeByte
DataNode Capacityhadoop.hdfs.datanode.CapacityCurrent raw capacity of the DataNodes in bytesByte
DataNode DfsUsedhadoop.hdfs.datanode.DfsUsedThe storage space that has been used up by HDFS.Byte
DataNode NumBlocksCachedhadoop.hdfs.datanode.NumBlocksCachedThe number of blocks cached on the DataNodeCount
DataNode NumBlocksFailedToCachehadoop.hdfs.datanode.NumBlocksFailedToCacheThe number of blocks that failed to cache on the DataNodeCount
DataNode NumBlocksFailedToUncachehadoop.hdfs.datanode.NumBlocksFailedToUncacheThe number of failed blocks to remove from cache.Count
DataNode NumFailedVolumeshadoop.hdfs.datanode.NumFailedVolumesNumber of failed volumes.Count
DataNode Remaininghadoop.hdfs.datanode.RemainingThe remaining DataNode disk space left in PercentPercent
Metric nameMetric keyDescriptionUnit
DataNode BlocksReadhadoop.hdfs.datanode.BlocksRead.countTotal number of blocks read from DataNodeCount
DataNode BlocksRemovedhadoop.hdfs.datanode.BlocksRemoved.countTotal number of blocks removed from DataNodeCount
DataNode BlocksReplicatedhadoop.hdfs.datanode.BlocksReplicated.countTotal number of blocks replicatedCount
DataNode BlocksVerifiedhadoop.hdfs.datanode.BlocksVerified.countTotal number of blocks verifiedCount
DataNode BlocksWrittenhadoop.hdfs.datanode.BlocksWritten.countTotal number of blocks written to DataNodeCount
DataNode BytesReadhadoop.hdfs.datanode.BytesRead.countTotal number of bytes read from DataNodeByte
DataNode BytesWrittenhadoop.hdfs.datanode.BytesWritten.countTotal number of bytes written to DataNodeByte
Metric nameMetric keyDescriptionUnit
ShuffleConnectionshadoop.yarn.nodemanager.ShuffleConnections.countNumber of Shuffle connectionsCount
ShuffleOutputByteshadoop.yarn.nodemanager.ShuffleOutputBytes.countTotal shuffle output bytesByte
ShuffleOutputsFailedhadoop.yarn.nodemanager.ShuffleOutputsFailed.countNumber of failed shuffle outputsCount
ShuffleOutputsOKhadoop.yarn.nodemanager.ShuffleOutputsOK.countNumber of OK shuffle outputsCount
Metric nameMetric keyDescriptionUnit
CapacityTotalhadoop.hdfs.namenode.CapacityTotalCurrent raw capacity of DataNodes in bytesByte
CapacityUsedhadoop.hdfs.namenode.CapacityUsedCurrent used capacity across all DataNodes in bytesByte
CapacityRemaininghadoop.hdfs.namenode.CapacityRemainingCurrent remaining capacity in bytesByte
TotalLoadhadoop.hdfs.namenode.TotalLoadCurrent number of connectionsCount
BlocksTotalhadoop.hdfs.namenode.BlocksTotalCurrent number of allocated blocks in the systemCount
PendingDeletionBlockshadoop.hdfs.namenode.PendingDeletionBlocksCurrent number of blocks pending deletionCount
CorruptBlockshadoop.hdfs.namenode.CorruptBlocksCurrent number of blocks with corrupt replicas.Count
CapacityUsedNonDFShadoop.hdfs.namenode.CapacityUsedNonDFSCurrent space used by DataNodes for non DFS purposes in bytesCount
Metric nameMetric keyDescriptionUnit
JobsCompletedhadoop.yarn.mrappmaster.JobsCompletedNumber of completed jobsCount
JobsFailedhadoop.yarn.mrappmaster.JobsFailedNumber of failed jobsCount
JobsKilledhadoop.yarn.mrappmaster.JobsKilledNumber of killed jobsCount
JobsPreparinghadoop.yarn.mrappmaster.JobsPreparingNumber of preparing jobsCount
JobsRunninghadoop.yarn.mrappmaster.JobsRunningNumber of running jobsCount
MapsCompletedhadoop.yarn.mrappmaster.MapsCompletedNumber of maps completedCount
MapsFailedhadoop.yarn.mrappmaster.MapsFailedNumber of maps failedCount
MapsKilledhadoop.yarn.mrappmaster.MapsKilledNumber of maps killedCount
MapsRunninghadoop.yarn.mrappmaster.MapsRunningNumber of maps runningCount
MapsWaitinghadoop.yarn.mrappmaster.MapsWaitingNumber of maps waitingCount
ReducesCompletedhadoop.yarn.mrappmaster.ReducesCompletedNumber of completed reducesCount
ReducesFailedhadoop.yarn.mrappmaster.ReducesFailedNumber of failed reducesCount
ReducesKilledhadoop.yarn.mrappmaster.ReducesKilledNumber of killed reducesCount
ReducesRunninghadoop.yarn.mrappmaster.ReducesRunningNumber of running reducesCount
ReducesWaitinghadoop.yarn.mrappmaster.ReducesWaitingNumber of waiting reducesCount
Metric nameMetric keyDescriptionUnit
FilesTotalhadoop.hdfs.namenode.FilesTotalCurrent number of files and directoriesCount
PendingReplicationBlockshadoop.hdfs.namenode.PendingReplicationBlocksCurrent number of blocks pending to be replicatedCount
UnderReplicatedBlockshadoop.hdfs.namenode.UnderReplicatedBlocksCurrent number of blocks under replicatedCount
ScheduledReplicationBlockshadoop.hdfs.namenode.ScheduledReplicationBlocksCurrent number of blocks scheduled for replicationsCount
NumLiveDataNodeshadoop.hdfs.namenode.NumLiveDataNodesNumber of datanodes which are currently liveCount
NumDeadDataNodeshadoop.hdfs.namenode.NumDeadDataNodesNumber of datanodes which are currently deadCount
NumDecomLiveDataNodeshadoop.hdfs.namenode.NumDecomLiveDataNodesNumber of datanodes which have been decommissioned and are now liveCount
NumDecomDeadDataNodeshadoop.hdfs.namenode.NumDecomDeadDataNodesNumber of datanodes which have been decommissioned and are now deadCount
VolumeFailuresTotalhadoop.hdfs.namenode.VolumeFailuresTotalTotal number of volume failures across all DatanodesCount
EstimatedCapacityLostTotalhadoop.hdfs.namenode.EstimatedCapacityLostTotalAn estimate of the total capacity lost due to volume failuresCount
NumDecommissioningDataNodeshadoop.hdfs.namenode.NumDecommissioningDataNodesNumber of datanodes in decommissioning stateCount
NumStaleDataNodeshadoop.hdfs.namenode.NumStaleDataNodesNumber of datanodes marked stale due to delayed hearbeat.Count
Metric nameMetric keyDescriptionUnit
NumActiveNMshadoop.yarn.resourcemanager.NumActiveNMsCurrent number of active NodeManagersCount
NumDecommissioningNMshadoop.yarn.resourcemanager.NumDecommissionedNMsCurrent number of NodeManagers being decommissionedCount
NumLostNMshadoop.yarn.resourcemanager.NumLostNMsCurrent number of lost NodeManagers for not sending heartbeatsCount
NumRebootedNMshadoop.yarn.resourcemanager.NumRebootedNMsCurrent number of rebooted NodeManagersCount
NumUnhealthyNMshadoop.yarn.resourcemanager.NumUnhealthyNMsCurrent number of unhealthy NodeManagersCount
Metric nameMetric keyDescriptionUnit
NumberOfMissingBlockshadoop.hdfs.namenode.NumberOfMissingBlocks-Count
CacheCapacityhadoop.hdfs.namenode.CacheCapacityThe total cache capacity of all DataNodesByte
CacheUsedhadoop.hdfs.namenode.CacheUsedThe total cache used by all DataNodesByte
Metric nameMetric keyDescriptionUnit
AllocatedContainershadoop.yarn.resourcemanager.AllocatedContainersQueue Current number of allocated containersCount
AllocatedMBhadoop.yarn.resourcemanager.AllocatedMBCurrent allocated memory in MBMegaByte
AllocatedVCoreshadoop.yarn.resourcemanager.AllocatedVCoresCurrent allocated CPU in virtual coresCount
AppsCompletedhadoop.yarn.resourcemanager.AppsCompleted.countTotal number of completed applicationsCount
AppsFailedhadoop.yarn.resourcemanager.AppsFailed.countTotal number of failed applicationsCount
AppsKilledhadoop.yarn.resourcemanager.AppsKilled.countTotal number of killed applicationsCount
AppsPendinghadoop.yarn.resourcemanager.AppsPending.countCurrent number of applications that have not yet been assigned by any containersCount
AppsRunninghadoop.yarn.resourcemanager.AppsRunning.countCurrent number of running applicationsCount
AppsSubmittedhadoop.yarn.resourcemanager.AppsSubmitted.countTotal number of submitted applicationsCount
AvailableMBhadoop.yarn.resourcemanager.AvailableMBCurrent available memory in MBCount
AvailableVCoreshadoop.yarn.resourcemanager.AvailableVCoresCurrent available CPU in virtual coresCount
PendingMBhadoop.yarn.resourcemanager.PendingMBCurrent memory requests in MB that are pending to be fulfilled by the schedulerMegaByte
PendingVCoreshadoop.yarn.resourcemanager.PendingVCoresCurrent CPU requests in virtual cores that are pending to be fulfilled by the schedulerCount
ReservedMBhadoop.yarn.resourcemanager.ReservedMBCurrent reserved memory in MBMegaByte
ReservedVCoreshadoop.yarn.resourcemanager.ReservedVCoresCurrent reserved CPU in virtual coresCount

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

No release notes

Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityDigital ExperienceBusiness Analytics
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

All

0 Results filtered by:

Reach out to certified Dynatrace partners to solve your unique use-case

Moviri logo

Moviri

Certified individuals: 14
Advanced Sales Partner
Alanata logo

Alanata

Certified individuals: 30Endorsements: Services Endorsed Partner
Premier Sales Partner
Spica Solutions logo

Spica Solutions

Certified individuals: 30Endorsements: Services Endorsed Partner
Authorized Sales Partner
Matrix logo

Matrix

Certified individuals: 14
Premier Sales Partner
Omnilogy logo

Omnilogy

Certified individuals: 38Endorsements: Services Endorsed Partner
Premier Sales Partner
AHEAD logo

AHEAD

Certified individuals: 8
Premier Sales Partner
Arctiq logo

Arctiq

Certified individuals: 19
Authorized Sales Partner
Eviden logo

Eviden

Certified individuals: 79Endorsements: Services Endorsed Partner
Premier Sales Partner
Phenisys logo

Phenisys

Certified individuals: 32Endorsements: Services Endorsed Partner
Premier Sales Partner
Accenture logo

Accenture

Certified individuals: 156
Premier Sales Partner
AsiaPac Technology Pte Ltd logo

AsiaPac Technology Pte Ltd

Certified individuals: 3
Advanced Sales Partner
AskMe Solutions & Consultants Co Ltd logo

AskMe Solutions & Consultants Co Ltd

Certified individuals: 30Endorsements: Services Endorsed Partner
Authorized Sales Partner
Asper Technologia logo

Asper Technologia

Certified individuals: 20
Advanced Sales Partner
Avocado logo

Avocado

Certified individuals: 9
Authorized Sales Partner
avodaq AG logo

avodaq AG

Certified individuals: 31Endorsements: Services Endorsed Partner
Advanced Sales Partner
Carahsoft logo

Carahsoft

Certified individuals: 21
Authorized Sales Partner
Deutsche Telekom MMS gmbh logo

Deutsche Telekom MMS gmbh

Certified individuals: 18Endorsements: Services Endorsed Partner
Premier Sales Partner
DPM logo

DPM

Certified individuals: 30Endorsements: Services Endorsed Partner, SaaS Upgrade specialization
Premier Sales Partner
DXC logo

DXC

Certified individuals: 341
Premier Sales Partner
Evolane logo

Evolane

Certified individuals: 29
Authorized Sales Partner
Galaxy Software Services Corporation (GSS) logo

Galaxy Software Services Corporation (GSS)

Certified individuals: 9
Advanced Sales Partner
ISATEC logo

ISATEC

Certified individuals: 20Endorsements: Services Endorsed Partner
Premier Sales Partner
Konsalt logo

Konsalt

Certified individuals: 13
Authorized Sales Partner
Kyndryl logo

Kyndryl

Certified individuals: 202
Premier Sales Partner
PRAGMA INFORMATICA SA logo

PRAGMA INFORMATICA SA

Certified individuals: 10
Authorized Sales Partner
PT. Mitra Integrasi Informatika logo

PT. Mitra Integrasi Informatika

Certified individuals: 24
Premier Sales Partner
Scala logo

Scala

Certified individuals: 7
Advanced Sales Partner
Spindox logo

Spindox

Certified individuals: 11
Authorized Sales Partner
TestCrew logo

TestCrew

Certified individuals: 30
Authorized Sales Partner
TI724 logo

TI724

Certified individuals: 11
Authorized Sales Partner
Tsoft logo

Tsoft

Certified individuals: 31
Authorized Sales Partner
VS Data logo

VS Data

Certified individuals: 12
Authorized Sales Partner
Your Compass logo

Your Compass

Certified individuals: 68Endorsements: Services Endorsed Partner, CloudOps specialization
Premier Sales Partner