Skip to content

Commit d86dbc5

Browse files
Merge pull request #262406 from v-akarnase/patch-46
Update hdinsight-use-mapreduce.md
2 parents 5069866 + ee1bc4b commit d86dbc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/hadoop/hdinsight-use-mapreduce.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to run Apache MapReduce jobs on Apache Hadoop in HDInsigh
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 12/21/2022
7+
ms.date: 01/04/2024
88
---
99

1010
# Use MapReduce in Apache Hadoop on HDInsight
@@ -13,7 +13,7 @@ Learn how to run MapReduce jobs on HDInsight clusters.
1313

1414
## Example data
1515

16-
HDInsight provides various example data sets, which are stored in the `/example/data` and `/HdiSamples` directory. These directories are in the default storage for your cluster. In this document, we use the `/example/data/gutenberg/davinci.txt` file. This file contains the notebooks of Leonardo da Vinci.
16+
HDInsight provides various example data sets, which are stored in the `/example/data` and `/HdiSamples` directory. These directories are in the default storage for your cluster. In this document, we use the `/example/data/gutenberg/davinci.txt` file. This file contains the notebooks of `Leonardo da Vinci`.
1717

1818
## Example MapReduce
1919

@@ -101,8 +101,8 @@ HDInsight can run HiveQL jobs by using various methods. Use the following table
101101

102102
| **Use this**... | **...to do this** | ...from this **client operating system** |
103103
|:--- |:--- |:--- |:--- |
104-
| [SSH](apache-hadoop-use-mapreduce-ssh.md) |Use the Hadoop command through **SSH** |Linux, Unix, Mac OS X, or Windows |
105-
| [Curl](apache-hadoop-use-mapreduce-curl.md) |Submit the job remotely by using **REST** |Linux, Unix, Mac OS X, or Windows |
104+
| [SSH](apache-hadoop-use-mapreduce-ssh.md) |Use the Hadoop command through **SSH** |Linux, Unix, `MacOS X`, or Windows |
105+
| [Curl](apache-hadoop-use-mapreduce-curl.md) |Submit the job remotely by using **REST** |Linux, Unix, `MacOS X`, or Windows |
106106
| [Windows PowerShell](apache-hadoop-use-mapreduce-powershell.md) |Submit the job remotely by using **Windows PowerShell** |Windows |
107107

108108
## Next steps

0 commit comments

Comments
 (0)