Skip to content

Commit 17bae5c

Browse files
authored
Fixes MicrosoftDocs/azure-docs#14409
HDFS = Hadoop Distributed File System
1 parent acb4f4e commit 17bae5c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/hdinsight/hdinsight-hadoop-architecture.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ title: Hadoop architecture - Azure HDInsight
33
description: Describes Hadoop storage and processing on HDInsight clusters.
44
services: hdinsight
55
author: ashishthaps
6+
ms.author: ashishth
67
ms.reviewer: jasonh
7-
88
ms.service: hdinsight
99
ms.custom: hdinsightactive
1010
ms.topic: conceptual
1111
ms.date: 01/19/2018
12-
ms.author: ashishth
13-
1412
---
1513
# Hadoop architecture in HDInsight
1614

17-
Hadoop includes two core components, the High Density File System (HDFS) that provides storage, and Yet Another Resource Negotiator (YARN) that provides processing. With storage and processing capabilities a cluster becomes capable of running MapReduce programs to perform the desired data processing.
15+
Hadoop includes two core components, the Hadoop Distributed File System (HDFS) that provides storage, and Yet Another Resource Negotiator (YARN) that provides processing. With storage and processing capabilities a cluster becomes capable of running MapReduce programs to perform the desired data processing.
1816

1917
> [!NOTE]
2018
> An HDFS is not typically deployed within the HDInsight cluster to provide storage. Instead, an HDFS-compatible interface layer is used by Hadoop components. The actual storage capability is provided by either Azure Storage or Azure Data Lake Store. For Hadoop, MapReduce jobs executing on the HDInsight cluster run as if an HDFS were present and so require no changes to support their storage needs. In Hadoop on HDInsight, storage is outsourced, but YARN processing remains a core component. For more information, see [Introduction to Azure HDInsight](hadoop/apache-hadoop-introduction.md).

0 commit comments

Comments
 (0)