Skip to content

Commit 9a0db8e

Browse files
authored
Merge pull request #115271 from dagiro/freshness_c71
freshness_c71
2 parents 972254f + ea83d38 commit 9a0db8e

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,27 @@
11
---
22
title: Generate recommendations using Apache Mahout in Azure HDInsight
3-
description: Learn how to use the Apache Mahout machine learning library to generate movie recommendations with HDInsight (Hadoop).
3+
description: Learn how to use the Apache Mahout machine learning library to generate movie recommendations with HDInsight.
44
author: hrasheed-msft
55
ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.custom: hdinsightactive
10-
ms.date: 01/03/2020
9+
ms.custom: hdinsightactive,seoapr2020
10+
ms.date: 05/14/2020
1111
---
1212

13-
# Generate movie recommendations using Apache Mahout with Apache Hadoop in HDInsight (SSH)
14-
15-
[!INCLUDE [mahout-selector](../../../includes/hdinsight-selector-mahout.md)]
13+
# Generate recommendations using Apache Mahout in Azure HDInsight
1614

1715
Learn how to use the [Apache Mahout](https://mahout.apache.org) machine learning library with Azure HDInsight to generate movie recommendations.
1816

1917
Mahout is a [machine learning](https://en.wikipedia.org/wiki/Machine_learning) library for Apache Hadoop. Mahout contains algorithms for processing data, such as filtering, classification, and clustering. In this article, you use a recommendation engine to generate movie recommendations that are based on movies your friends have seen.
2018

19+
For more information about the version of Mahout in HDInsight, see [HDInsight versions and Apache Hadoop components](../hdinsight-component-versioning.md).
20+
2121
## Prerequisites
2222

2323
An Apache Hadoop cluster on HDInsight. See [Get Started with HDInsight on Linux](./apache-hadoop-linux-tutorial-get-started.md).
2424

25-
## Apache Mahout versioning
26-
27-
For more information about the version of Mahout in HDInsight, see [HDInsight versions and Apache Hadoop components](../hdinsight-component-versioning.md).
28-
2925
## Understanding recommendations
3026

3127
One of the functions that is provided by Mahout is a recommendation engine. This engine accepts data in the format of `userID`, `itemId`, and `prefValue` (the preference for the item). Mahout can then perform co-occurrence analysis to determine: *users who have a preference for an item also have a preference for these other items*. Mahout then determines users with like-item preferences, which can be used to make recommendations.

0 commit comments

Comments
 (0)