Skip to content

Commit 208afa4

Browse files
authored
Update apache-hadoop-mahout-linux-mac.md
1 parent 96d90db commit 208afa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)