Skip to content

Commit fbe2dcd

Browse files
Merge pull request #259224 from v-akarnase/patch-15
Update apache-hadoop-mahout-linux-mac.md
2 parents 90a955a + 208afa4 commit fbe2dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/hadoop/apache-hadoop-mahout-linux-mac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Apache Mahout machine learning library to gene
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive,seoapr2020
7-
ms.date: 10/25/2022
7+
ms.date: 11/21/2023
88
---
99

1010
# Generate recommendations using Apache Mahout in Azure HDInsight
@@ -23,7 +23,7 @@ One of the functions that is provided by Mahout is a recommendation engine. This
2323

2424
The following workflow is a simplified example that uses movie data:
2525

26-
* **Co-occurrence**: Joe, Alice, and Bob all liked *Star Wars*, *The Empire Strikes Back*, and *Return of the Jedi*. Mahout determines that users who like any one of these movies also like the other two.
26+
* **Co-occurrence**: Joe, Alice, and Bob all liked *Star Wars*, *The Empire Strikes Back*, and *Return of the `Jedi`*. Mahout determines that users who like any one of these movies also like the other two.
2727

2828
* **Co-occurrence**: Bob and Alice also liked *The Phantom Menace*, *Attack of the Clones*, and *Revenge of the Sith*. Mahout determines that users who liked the previous three movies also like these three movies.
2929

@@ -47,7 +47,7 @@ The data contained in `user-ratings.txt` has a structure of `userID`, `movieID`,
4747

4848
## Run the analysis
4949

50-
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:
50+
1. Use [ssh command](../hdinsight-hadoop-linux-use-ssh-unix.md) to connect to your cluster. Edit the following command by replacing CLUSTERNAME with the name of your cluster, and then enter the command:
5151

5252
```cmd
5353

0 commit comments

Comments
 (0)