Skip to content

Commit 57fe178

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Improved correctness Score
1 parent 6f1d06e commit 57fe178

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/hdinsight/hadoop/apache-hadoop-hive-java-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn how to create a Java-based user-defined function (UDF) that works with Apa
1616
* A Hadoop cluster on HDInsight. See [Get Started with HDInsight on Linux](./apache-hadoop-linux-tutorial-get-started.md).
1717
* [Java Developer Kit (JDK) version 8](/azure/developer/java/fundamentals/java-support-on-azure)
1818
* [Apache Maven](https://maven.apache.org/download.cgi) properly [installed](https://maven.apache.org/install.html) according to Apache. Maven is a project build system for Java projects.
19-
* The [URI scheme](../hdinsight-hadoop-linux-information.md#URI-and-scheme) for your clusters primary storage. This 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, the URI would be `wasbs://`. See also, [secure transfer](../../storage/common/storage-require-secure-transfer.md).
19+
* The [URI scheme](../hdinsight-hadoop-linux-information.md#URI-and-scheme) for your clusters primary storage. This 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, the URI would be `wasbs://`. See also, [secure transfer](../../storage/common/storage-require-secure-transfer.md).
2020

2121
* A text editor or Java IDE
2222

articles/hdinsight/hadoop/apache-hadoop-use-hive-ambari-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ A Hadoop cluster on HDInsight. See [Get Started with HDInsight on Linux](./apach
7777
> [!TIP]
7878
> Download or save results from the **Actions** drop-down dialog box under the **Results** tab.
7979
80-
### Visual explain
80+
### Visual explains
8181
82-
To display a visualization of the query plan, select the **Visual Explain** tab below the worksheet.
82+
To display a visualization of the query plan, select the **Visual Explains** tab below the worksheet.
8383
84-
The **Visual Explain** view of the query can be helpful in understanding the flow of complex queries.
84+
The **Visual Explains** view of the query can be helpful in understanding the flow of complex queries.
8585
8686
### Tez UI
8787

articles/hdinsight/hdinsight-go-sdk-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ client.Resize(context.Background(), "<Resource Group Name>", "<Cluster Name>", h
343343
344344
## Cluster monitoring
345345
346-
The HDInsight Management SDK can also be used to manage monitoring on your clusters via the Operations Management Suite (OMS).
346+
The HDInsight Management SDK can also be used to manage to monitor on your clusters via the Operations Management Suite (OMS).
347347
348348
Similarly to how you created `ClusterClient` to use for management operations, you need to create an `ExtensionClient` to use for monitoring operations. Once you've completed the Authentication section above, you can create an `ExtensionClient` like so:
349349
@@ -384,7 +384,7 @@ extClient.DisableMonitoring(context.Background(), "<Resource Group Name", "Clust
384384
385385
## Script actions
386386
387-
HDInsight provides a configuration function called script actions that invokes custom scripts to customize the cluster.
387+
HDInsight provides a configuration function called script actions that invoke custom scripts to customize the cluster.
388388
389389
> [!NOTE]
390390
> More information on how to use script actions can be found here: [Customize Linux-based HDInsight clusters using script actions](./hdinsight-hadoop-customize-cluster-linux.md)

0 commit comments

Comments
 (0)