Skip to content

Commit 2194f35

Browse files
authored
Merge pull request #113034 from dagiro/freshness_c54
freshness_c54
2 parents 23da347 + 58f4dc9 commit 2194f35

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/hdinsight/hadoop/apache-hadoop-dotnet-csharp-mapreduce-streaming.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.custom: hdinsightactive
10-
ms.date: 04/15/2020
9+
ms.custom: hdinsightactive,seoapr2020
10+
ms.date: 04/28/2020
1111
---
1212

1313
# Use C# with MapReduce streaming on Apache Hadoop in HDInsight
@@ -46,7 +46,7 @@ For more information on streaming, see [Hadoop Streaming](https://hadoop.apache.
4646

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

49-
* The [URI scheme](../hdinsight-hadoop-linux-information.md#URI-and-scheme) for your clusters primary storage. This scheme would be `wasb://` for Azure Storage, `abfs://` for Azure Data Lake Storage Gen2 or `adl://` for Azure Data Lake Storage Gen1. If secure transfer is enabled for Azure Storage or Data Lake Storage Gen2, the URI would be `wasbs://` or `abfss://`, respectively See also, [secure transfer](../../storage/common/storage-require-secure-transfer.md).
49+
* The URI scheme for your clusters primary storage. This scheme would be `wasb://` for Azure Storage, `abfs://` for Azure Data Lake Storage Gen2 or `adl://` for Azure Data Lake Storage Gen1. If secure transfer is enabled for Azure Storage or Data Lake Storage Gen2, the URI would be `wasbs://` or `abfss://`, respectively.
5050

5151
## Create the mapper
5252

@@ -264,8 +264,6 @@ youth 17
264264

265265
## Next steps
266266

267-
For more information on using MapReduce with HDInsight, see [Use MapReduce in Apache Hadoop on HDInsight](hdinsight-use-mapreduce.md).
268-
269-
For information on using C# with Hive and Pig, see [Use a C# user-defined function with Apache Hive and Apache Pig](apache-hadoop-hive-pig-udf-dotnet-csharp.md).
270-
271-
For information on using C# with Storm on HDInsight, see [Develop C# topologies for Apache Storm on HDInsight](../storm/apache-storm-develop-csharp-visual-studio-topology.md).
267+
* [Use MapReduce in Apache Hadoop on HDInsight](hdinsight-use-mapreduce.md).
268+
* [Use a C# user-defined function with Apache Hive and Apache Pig](apache-hadoop-hive-pig-udf-dotnet-csharp.md).
269+
* [Develop Java MapReduce programs](apache-hadoop-develop-deploy-java-mapreduce-linux.md)

0 commit comments

Comments
 (0)