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
Get data into DynatraceBuild your own app
All (771)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

Discover recent additions to Dynatrace

Problems logo

Problems

Analyze abnormal system behavior and performance problems detected by Davis AI.

Logs logo

Logs

Explore all your logs without writing a single query.

Security Investigator logo

Security Investigator

Fast and precise forensics for security and logs on Grail data with DQL queries.

Business Flow logo

Business Flow

Track, analyze, and optimize your critical business processes.

Cost & Carbon Optimization logo

Cost & Carbon Optimization

Track, analyze, and optimize your IT carbon footprint and public cloud costs.

Davis Anomaly Detection logo

Davis Anomaly Detection

Detect anomalies in timeseries using the Davis AI

Analyze your data

Understand your data better with deep insights and clear visualizations.

Notebooks logo

Notebooks

Create powerful, data-driven documents for custom analytics and collaboration.

Dashboards logo

Dashboards

Transform complex data into clear visualizations with custom dashboards.

Automate your processes

Turn data and answers into actions, securely, and at scale.

Workflows logo

Workflows

Automate tasks in your IT landscape, remediate problems, and visualize processes

Jira logo

Jira

Create, query, comment, transition, and resolve Jira tickets within workflows.

Slack logo

Slack

Automate Slack messaging for security incidents, attacks, remediation, and more.

Secure your cloud application

See vulnerabilities and attacks in your environment.

Security Overview logo

Security Overview

Get a comprehensive overview of the security of your applications.

Code-Level Vulnerabilities logo

Code-Level Vulnerabilities

Detect vulnerabilities in your code in real time.

Threats & Exploits logo

Threats & Exploits

Understand, triage, and investigate application security findings and alerts.

Are you looking for something different?

We have hundreds of apps, extensions, and other technologies to customize your environment

Leverage our newest innovations of Dynatrace Saas

Kick-start your app creation

Kick-start your app creation

Whether you’re a beginner or a pro, Dynatrace Developer has the tools and support you need to create incredible apps with minimal effort.
Go to Dynatrace Developer
Upgrading from Dynatrace Managed to SaaS

Upgrading from Dynatrace Managed to SaaS

Drive innovation, speed, and agility in your organization by seamlessly and securely upgrading.
Learn More
Log Management and Analytics

Log Management and Analytics

Innovate faster and more efficiently with unified log management and log analytics for actionable insights and automation.
Learn more