Skip to content

Commit 92762b9

Browse files
authored
Merge pull request #288596 from sreekzz/hdi-oct-freshness
Oct Freshness Date
2 parents 8a96f25 + 5811655 commit 92762b9

18 files changed

+51
-51
lines changed

articles/hdinsight/hbase/apache-hbase-build-java-maven-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Apache Maven to build a Java-based Apache HBase ap
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive, devx-track-java, devx-track-azurepowershell, devx-track-extended-java, linux-related-content
7-
ms.date: 10/17/2023
7+
ms.date: 10/17/2024
88
---
99

1010
# Build Java applications for Apache HBase
@@ -401,7 +401,7 @@ The following steps use `scp` to copy the JAR to the primary head node of your A
401401
402402
```
403403
404-
3. To create an HBase table using the Java application, use the following command in your open ssh connection:
404+
3. To create a HBase table using the Java application, use the following command in your open ssh connection:
405405
406406
```bash
407407
yarn jar hbaseapp-1.0-SNAPSHOT.jar com.microsoft.examples.CreateTable

articles/hdinsight/hbase/apache-hbase-migrate-hdinsight-5-1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Migrate an HBase cluster to an HDInsight 5.1 - Azure HDInsight
3-
description: Learn how to migrate Apache HBase clusters in Azure HDInsight to an HDInsight 5.1.
2+
title: Migrate a HBase cluster to a HDInsight 5.1 - Azure HDInsight
3+
description: Learn how to migrate Apache HBase clusters in Azure HDInsight to a HDInsight 5.1.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 10/03/2023
7+
ms.date: 10/17/2024
88
---
99

10-
# Migrate an Apache HBase cluster to an HDInsight 5.1
10+
# Migrate an Apache HBase cluster to a HDInsight 5.1
1111

1212
This article discusses how to update your Apache HBase cluster on Azure HDInsight to a newer version.
1313

@@ -73,7 +73,7 @@ Use these detailed steps and commands to migrate your Apache HBase cluster.
7373

7474
1. Check Hbase hbck to verify cluster health
7575

76-
1. Verify HBCK Report page on HBase UI. Healthy cluster does not show any inconsistencies
76+
1. Verify HBCK Report page on HBase UI. Healthy cluster doesn't show any inconsistencies
7777
:::image type="content" source="./media/apache-hbase-migrate-new-version/verify-hbck-report.png" alt-text="Screenshot showing how to verify HBCK report." lightbox="./media/apache-hbase-migrate-new-version/verify-hbck-report.png":::
7878
1. If any inconsistencies exist, fix inconsistencies using [hbase hbck2](/azure/hdinsight/hbase/how-to-use-hbck2-tool/)
7979

articles/hdinsight/hbase/apache-hbase-provision-vnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Get started using HBase in Azure HDInsight. Learn how to create HDI
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive, devx-track-extended-java
7-
ms.date: 10/16/2023
7+
ms.date: 10/17/2024
88
---
99

1010
# Create Apache HBase clusters on HDInsight in Azure Virtual Network
@@ -53,14 +53,14 @@ In this section, you create a Linux-based Apache HBase cluster with the dependen
5353
Resource group|Select **Create new**, and specify a new resource group name.|
5454
|Location|Select a location for the resource group.|
5555
|Cluster Name|Enter a name for the Hadoop cluster to be created.|
56-
|Cluster Login User Name and Password|The default User Name is **admin**. Provide a password.|
56+
|Cluster sign-in User Name and Password|The default User Name is **admin**. Provide a password.|
5757
|Ssh User Name and Password|The default User Name is **sshuser**. Provide a password.|
5858

5959
Select **I agree to the terms and the conditions**.
6060

6161
1. Select **Purchase**. It takes about around 20 minutes to create a cluster. Once the cluster is created, you can select the cluster in the portal to open it.
6262

63-
After you complete the article, you might want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it is not in use. You are also charged for an HDInsight cluster, even when it is not in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they are not in use. For the instructions of deleting a cluster, see [Manage Apache Hadoop clusters in HDInsight by using the Azure portal](../hdinsight-administer-use-portal-linux.md#delete-clusters).
63+
After you complete the article, you might want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it isn't in use. You're also charged for a HDInsight cluster, even when it isn't in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they aren't in use. For the instructions of deleting a cluster, see [Manage Apache Hadoop clusters in HDInsight by using the Azure portal](../hdinsight-administer-use-portal-linux.md#delete-clusters).
6464

6565
To begin working with your new HBase cluster, you can use the procedures found in [Get started using Apache HBase with Apache Hadoop in HDInsight](./apache-hbase-tutorial-get-started-linux.md).
6666

@@ -76,7 +76,7 @@ Create an infrastructure as a service (IaaS) virtual machine into the same Azure
7676
> [!IMPORTANT]
7777
> Replace `CLUSTERNAME` with the name you used when creating the HDInsight cluster in previous steps.
7878
79-
By using these values, the virtual machine is placed in the same virtual network and subnet as the HDInsight cluster. This configuration allows them to directly communicate with each other. There is a way to create an HDInsight cluster with an empty edge node. The edge node can be used to manage the cluster. For more information, see [Use empty edge nodes in HDInsight](../hdinsight-apps-use-edge-node.md).
79+
By using these values, the virtual machine is placed in the same virtual network and subnet as the HDInsight cluster. This configuration allows them to directly communicate with each other. There's a way to create a HDInsight cluster with an empty edge node. The edge node can be used to manage the cluster. For more information, see [Use empty edge nodes in HDInsight](../hdinsight-apps-use-edge-node.md).
8080

8181
### Obtain fully qualified domain name
8282

articles/hdinsight/hdinsight-5x-component-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Open-source components and versions - Azure HDInsight 5.x
33
description: Learn about the open-source components and versions in Azure HDInsight 5.x.
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
6-
ms.date: 10/26/2023
6+
ms.date: 10/17/2024
77
---
88

99
# HDInsight 5.x component versions

articles/hdinsight/hdinsight-administer-use-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to perform administrative tasks for the Apache Hadoop clu
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
66
ms.custom: hdinsightactive, devx-track-azurepowershell
7-
ms.date: 10/16/2023
7+
ms.date: 10/17/2024
88
---
99

1010
# Manage Apache Hadoop clusters in HDInsight by using Azure PowerShell

articles/hdinsight/hdinsight-apps-install-hiveserver2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-hdinsight
66
ms.topic: conceptual
77
ms.author: kecheung
88
author: kcheeeung
9-
ms.date: 10/16/2023
9+
ms.date: 10/17/2024
1010
---
1111

1212
# Scale HiveServer2 on Azure HDInsight Clusters for High Availability
@@ -44,6 +44,6 @@ In this section, you install an additional HiveServer2 onto your target hosts.
4444
In this article, you've learned how to install HiveServer2 onto your cluster. To learn more about edge nodes and applications, see the following articles:
4545

4646
* [Install edge node](hdinsight-apps-use-edge-node.md): Learn how to install an edge node onto your HDInsight cluster.
47-
* [Install HDInsight applications](hdinsight-apps-install-applications.md): Learn how to install an HDInsight application to your clusters.
47+
* [Install HDInsight applications](hdinsight-apps-install-applications.md): Learn how to install a HDInsight application to your clusters.
4848
* [Azure SQL DTU Connection Limits](/azure/azure-sql/database/resource-limits-dtu-single-databases): Learn about Azure SQL database limits using DTU.
4949
* [Azure SQL vCore Connection Limits](/azure/azure-sql/database/resource-limits-vcore-elastic-pools): Learn about Azure SQL database limits using vCores.

articles/hdinsight/hdinsight-config-for-vscode.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure HDInsight configuration settings reference
33
description: Introduce the configuration of Azure HDInsight extension.
44
ms.service: azure-hdinsight
55
ms.topic: how-to
6-
ms.date: 10/16/2023
6+
ms.date: 10/17/2024
77
ms.custom:
88
---
99

@@ -29,13 +29,13 @@ For general information about working with settings in VS Code, refer to [User a
2929
| HDInsight: Azure Environment | Azure | Azure environment |
3030
| HDInsight: Disable Open Survey Link | Checked | Enable/Disable opening HDInsight survey |
3131
| HDInsight: Enable Skip Pyspark Installation | Unchecked | Enable/Disable skipping pyspark installation |
32-
| HDInsight: Login Tips Enable | Unchecked | When this option is checked, there is a prompt when logging in to Azure |
32+
| HDInsight: Sign-in Tips Enable | Unchecked | When this option is checked, there's a prompt when logging in to Azure |
3333
| HDInsight: Previous Extension Version | Display the version number of the current extension | Show the previous extension version|
3434
| HDInsight: Results Font Family | -apple-system, BlinkMacSystemFont, Segoe WPC, Segoe UI, HelveticaNeue-Light, Ubuntu, Droid Sans, sans-serif | Set the font family for the results grid; set to blank to use the editor font |
3535
| HDInsight: Results Font Size | 13 |Set the font size for the results gird; set to blank to use the editor size |
3636
| HDInsight Cluster: Linked Cluster | -- | Linked clusters urls. Also can edit the JSON file to set |
3737
| HDInsight Hive: Apply Localization | Unchecked | [Optional] Configuration options for localizing into Visual Studio Code's configured locale (must restart Visual Studio Code for settings to take effect)|
38-
| HDInsight Hive: Copy Include Headers | Unchecked | [Optional] Configuration option for copying results from the Results View |
38+
| HDInsight Hive: Copy Includes Headers | Unchecked | [Optional] Configuration option for copying results from the Results Views |
3939
| HDInsight Hive: Copy Remove New Line | Checked | [Optional] Configuration options for copying multi-line results from the Results View |
4040
| HDInsight Hive › Format: Align Column Definitions In Columns | Unchecked | Should column definition be aligned |
4141
| HDInsight Hive › Format: Datatype Casing | none | Should data types be formatted as UPPERCASE, lowercase, or none (not formatted) |
@@ -44,7 +44,7 @@ For general information about working with settings in VS Code, refer to [User a
4444
| HDInsight Hive › Format: Place Select Statement References On New Line | Unchecked | Is reference to objects in a SELECT statement be split into separate lines? For example, for 'SELECT C1, C2 FROM T1' both C1 and C2 is on separate lines
4545
| HDInsight Hive: Log Debug Info | Unchecked | [Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools)
4646
| HDInsight Hive: Messages Default Open | Checked | True for the messages pane to be open by default; false for closed|
47-
| HDInsight Hive: Results Font Family | -apple-system, BlinkMacSystemFont, Segoe WPC,Segoe UI, HelveticaNeue-Light, Ubuntu, Droid Sans, sans-serif | Set the font family for the results grid; set to blank to use the editor font |
47+
| HDInsight Hive: Results Font Family | -apple-system, BlinkMacSystemFont, Segoe WPC, Segoe UI, HelveticaNeue-Light, Ubuntu, Droid Sans, sans-serif | Set the font family for the results grid; set to blank to use the editor font |
4848
| HDInsight Hive: Results Font Size | 13 | Set the font size for the results grid; set to blank to use the editor size |
4949
| HDInsight Hive › Save as `csv`: Include Headers | Checked | [Optional] When true, column headers are included when saving results as CSV |
5050
| HDInsight Hive: Shortcuts | -- | Shortcuts related to the results window |
@@ -54,7 +54,7 @@ For general information about working with settings in VS Code, refer to [User a
5454
| HDInsight Job Submission: Livy `Conf` | -- | Livy Configuration. POST/batches |
5555
| HDInsight Jupyter: Append Results| Checked | Whether to append the results to the results window or to clear and display them. |
5656
| HDInsight Jupyter: Languages | -- | Default settings per language. |
57-
| HDInsight Jupyter › Log: Verbose | Unchecked | If you enable verbose logging. |
57+
| HDInsight Jupyter › Log: Verbose | Unchecked | If you enable verbose logging |
5858
| HDInsight Jupyter › Notebook: Startup Args | Can add item | `jupyter notebook` command-line arguments. Each argument is a separate item in the array. For a full list type `jupyter notebook--help` in a terminal window. |
5959
| HDInsight Jupyter › Notebook: Startup Folder | ${workspaceRoot} |-- |
6060
| HDInsight Jupyter: Python Extension Enabled | Checked | Use Python-Interactive-Window of ms-python extension when submitting pySpark Interactive jobs. Otherwise, use our own `jupyter` window. |

articles/hdinsight/hdinsight-hadoop-optimize-hive-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to optimize your Apache Hive queries in
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
66
ms.custom: hdinsightactive
7-
ms.date: 10/16/2023
7+
ms.date: 10/17/2024
88
---
99

1010
# Optimize Apache Hive queries in Azure HDInsight
@@ -25,7 +25,7 @@ For more information on running Hive queries on various HDInsight cluster types,
2525

2626
## Scale out worker nodes
2727

28-
Increasing the number of worker nodes in an HDInsight cluster allows the work to use more mappers and reducers to be run in parallel. There are two ways you can increase out scale in HDInsight:
28+
Increasing the number of worker nodes in a HDInsight cluster allows the work to use more mappers and reducers to be run in parallel. There are two ways you can increase out scale in HDInsight:
2929

3030
* When you create a cluster, you can specify the number of worker nodes using the Azure portal, Azure PowerShell, or command-line interface. For more information, see [Create HDInsight clusters](hdinsight-hadoop-provision-linux-clusters.md). The following screenshot shows the worker node configuration on the Azure portal:
3131

articles/hdinsight/hdinsight-overview-before-you-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Before you start with Azure HDInsight
33
description: In Azure HDInsight, few points to be considered before starting to create a cluster.
44
ms.service: azure-hdinsight
55
ms.topic: conceptual
6-
ms.date: 10/16/2023
6+
ms.date: 10/17/2024
77
---
88

99
# Consider the below points before starting to create a cluster.
@@ -35,13 +35,13 @@ For more information, see how to [Migrate HDInsight cluster to a newer version](
3535

3636
Microsoft will only support machines that are created by the HDInsight service (for example, HDInsight clusters, edge nodes, and worker nodes). We don't support third-party client machines or moving the HDInsight libraries from a supported machine to an external machine.
3737

38-
While this third-party integration may work for some time, it is not recommended in production environments because the scenario isn't supported.
38+
While this third-party integration may work for some time, it isn't recommended in production environments because the scenario isn't supported.
3939

4040
When you open a support request for an unsupported scenario, you'll be asked to ***reproduce the problem in a supported scenario*** so we can investigate. Any fixes provided would be for the supported scenario only.
4141

4242
### Supported ways to integrate third party applications
4343

44-
* [Install HDInsight applications](hdinsight-apps-install-applications.md): Learn how to install an HDInsight application to your clusters.
44+
* [Install HDInsight applications](hdinsight-apps-install-applications.md): Learn how to install a HDInsight application to your clusters.
4545
* [Install custom HDInsight applications](hdinsight-apps-install-custom-applications.md): learn how to deploy an unpublished HDInsight application to HDInsight.
4646
* [Publish HDInsight applications](hdinsight-apps-publish-applications.md): Learn how to publish your custom HDInsight applications to Azure Marketplace.
4747

articles/hdinsight/hdinsight-sdk-dotnet-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Find C# .NET examples on GitHub for common tasks using the HDInsigh
44
ms.service: azure-hdinsight
55
ms.custom: devx-track-dotnet
66
ms.topic: sample
7-
ms.date: 10/16/2023
7+
ms.date: 10/17/2024
88
---
99

1010
# Azure HDInsight: .NET samples

0 commit comments

Comments
 (0)