You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,31 +19,17 @@ Learn how to submit MapReduce jobs from a Secure Shell (SSH) connection to HDIns
20
19
> [!NOTE]
21
20
> If you are already familiar with using Linux-based Apache Hadoop servers, but you are new to HDInsight, see [Linux-based HDInsight tips](../hdinsight-hadoop-linux-information.md).
22
21
23
-
## <aid="prereq"></a>Prerequisites
24
-
25
-
* A Linux-based HDInsight (Hadoop on HDInsight) cluster
26
-
27
-
* An SSH client. For more information, see [Use SSH with HDInsight](../hdinsight-hadoop-linux-use-ssh-unix.md)
28
-
29
-
## <aid="ssh"></a>Connect with SSH
22
+
## Prerequisites
30
23
31
-
Connect to the cluster using SSH. For example, the following command connects to a cluster named **myhdinsight** as the **sshuser** account:
24
+
An Apache Hadoop cluster on HDInsight. See [Create Apache Hadoop clusters using the Azure portal](../hdinsight-hadoop-create-linux-clusters-portal.md).
**If you use a certificate key for SSH authentication**, you may need to specify the location of the private key on your client system, for example:
28
+
1. Use [ssh command](../hdinsight-hadoop-linux-use-ssh-unix.md) to connect to your cluster. Edit the command below by replacing CLUSTERNAME with the name of your cluster, and then enter the command:
This command displays a list of the words that are contained in the **wasb://example/data/gutenberg/davinci.txt** file and the number of times each word occurred. The following text is an example of the data that is contained in the file:
71
+
This command displays a list of the words that are contained in the **wasbs://example/data/gutenberg/davinci.txt** file and the number of times each word occurred. The following text is an example of the data that is contained in the file:
85
72
86
-
wreathed 3
87
-
wreathing 1
88
-
wreaths 1
89
-
wrecked 3
90
-
wrenching 1
91
-
wretched 6
92
-
wriggling 1
93
-
94
-
## <a id="summary"></a>Summary
95
-
96
-
As you can see, Hadoop commands provide an easy way to run MapReduce jobsin an HDInsight cluster and then view the job output.
73
+
```output
74
+
wreathed 3
75
+
wreathing 1
76
+
wreaths 1
77
+
wrecked 3
78
+
wrenching 1
79
+
wretched 6
80
+
wriggling 1
81
+
```
97
82
98
-
## <a id="nextsteps"></a>Next steps
83
+
## Next steps
99
84
100
-
For general information about MapReduce jobsin HDInsight:
85
+
As you can see, Hadoop commands provide an easy way to run MapReduce jobs in an HDInsight cluster and then view the job output. For information about other ways you can work with Hadoop on HDInsight:
101
86
102
87
* [Use MapReduce on HDInsight Hadoop](hdinsight-use-mapreduce.md)
103
-
104
-
For information about other ways you can work with Hadoop on HDInsight:
105
-
106
88
* [Use Apache Hive with Apache Hadoop on HDInsight](hdinsight-use-hive.md)
107
-
* [Use Apache Pig with Apache Hadoop on HDInsight](hdinsight-use-pig.md)
0 commit comments