Skip to content

Commit aec8e93

Browse files
authored
Merge pull request #292525 from sreekzz/Jan-Freshness
Jan 2025 Freshness Index
2 parents 2b54d55 + 8e592a4 commit aec8e93

26 files changed

+43
-43
lines changed

articles/hdinsight/hadoop/hdinsight-use-mapreduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to run Apache MapReduce jobs on Apache Hadoop in HDInsigh
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 01/04/2024
7+
ms.date: 01/02/2025
88
---
99

1010
# Use MapReduce in Apache Hadoop on HDInsight

articles/hdinsight/hbase/apache-hbase-backup-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set up Backup and replication for Apache HBase and Apache Phoenix i
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 01/04/2024
7+
ms.date: 01/02/2025
88
---
99

1010
# Set up backup and replication for Apache HBase and Apache Phoenix on HDInsight
@@ -238,7 +238,7 @@ The general steps to set up replication are:
238238
5. Copy existing data from the source tables to the destination tables.
239239
6. Replication automatically copies new data modifications to the source tables into the destination tables.
240240

241-
To enable replication on HDInsight, apply a Script Action to your running source HDInsight cluster. For a walkthrough of enabling replication in your cluster, or to experiment with replication on sample clusters created in virtual networks using Azure Resource Manager templates, see [Configure Apache HBase replication](apache-hbase-replication.md). That article also includes instructions for enabling replication of Phoenix metadata.
241+
To enable replication on HDInsight, apply a Script Action to the running source HDInsight cluster. For a walkthrough of enabling replication in your cluster, or to experiment with replication on sample clusters created in virtual networks using Azure Resource Manager templates, see [Configure Apache HBase replication](apache-hbase-replication.md). That article also includes instructions for enabling replication of Phoenix metadata.
242242

243243
## Next steps
244244

articles/hdinsight/hbase/apache-hbase-migrate-new-version-new-storage-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate an Apache HBase cluster in Azure HDInsight to
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 01/10/2024
7+
ms.date: 01/02/2025
88
---
99

1010
# Migrate Apache HBase to a new version and storage account

articles/hdinsight/hbase/apache-hbase-phoenix-performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Best practices to optimize Apache Phoenix performance for Azure HDI
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 01/04/2024
7+
ms.date: 01/02/2025
88
---
99

1010
# Apache Phoenix performance best practices
@@ -64,7 +64,7 @@ Also, if certain columns tend to be accessed together, put those columns in the
6464

6565
### Column design
6666

67-
* Keep VARCHAR columns under about 1 MB because of the I/O costs of large columns. When processing queries, HBase materializes cells in full before sending them over to the client, and the client receives them in full before handing them off to the application code.
67+
* Keep VARCHAR columns under about 1 MB because of the I/O costs of large columns. When you process queries, HBase materializes cells in full before sending them over to the client, and the client receives them in full before handing them off to the application code.
6868
* Store column values using a compact format such as protobuf, Avro, msgpack, or BSON. JSON isn't recommended, as it's larger.
6969
* Consider compressing data before storage to cut latency and I/O costs.
7070

@@ -105,7 +105,7 @@ Secondary indexes can improve read performance by turning what would be a full t
105105

106106
### Use covered indexes
107107

108-
Covered indexes are indexes that include data from the row in addition to the values that are indexed. After finding the desired index entry, there's no need to access the primary table.
108+
Covered indexes are indexes that include data from the row in addition to the values that are indexed. After you find the desired index entry, there's no need to access the primary table.
109109

110110
For example, in the example contact table you could create a secondary index on just the socialSecurityNum column. This secondary index would speed up queries that filter by socialSecurityNum values, but retrieving other field values require another read against the main table.
111111

articles/hdinsight/hbase/hbase-troubleshoot-pegged-cpu-region-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Pegged CPU in Apache HBase cluster - Azure HDInsight
33
description: Troubleshoot pegged CPU on region server in Apache HBase cluster in Azure HDInsight
44
ms.service: azure-hdinsight
55
ms.topic: troubleshooting
6-
ms.date: 01/04/2024
6+
ms.date: 01/02/2025
77
---
88

99
# Scenario: Pegged CPU on region server in Apache HBase cluster in Azure HDInsight

articles/hdinsight/hbase/hbase-troubleshoot-storage-exception-reset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Storage exception after connection reset in Azure HDInsight
33
description: Storage exception after connection reset in Azure HDInsight
44
ms.service: azure-hdinsight
55
ms.topic: troubleshooting
6-
ms.date: 01/04/2024
6+
ms.date: 01/02/2025
77
---
88

99
# Scenario: Storage exception after connection reset in Azure HDInsight

articles/hdinsight/hbase/query-hbase-with-hbase-shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords: hdinsight,hadoop,HBase
55
ms.service: azure-hdinsight
66
ms.custom: hdinsightactive, mode-other
77
ms.topic: quickstart
8-
ms.date: 01/04/2024
9-
#Customer intent: As a HBase user, I want learn HBase shell so that I can run queries.
8+
ms.date: 01/02/2025
9+
#Customer intent: As an HBase user, I want learn HBase shell so that I can run queries.
1010
---
1111

1212
# Quickstart: Query Apache HBase in Azure HDInsight with HBase Shell

articles/hdinsight/hbase/troubleshoot-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: REST API to query Apache HBase in Azure HDInsight
33
description: This article describes troubleshooting steps when interacting with Apache HBase components on Azure HDInsight clusters.
44
ms.service: azure-hdinsight
55
ms.topic: troubleshooting
6-
ms.date: 01/04/2024
6+
ms.date: 01/02/2025
77
---
88

99
# REST API to query Apache HBase in Azure HDInsight

articles/hdinsight/hdinsight-apps-install-custom-applications.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ description: Learn how to install HDInsight applications for Apache Hadoop clust
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 01/04/2024
7+
ms.date: 01/02/2025
88
---
99

1010
# Install custom Apache Hadoop applications on Azure HDInsight
1111

1212
In this article, you'll learn how to install an [Apache Hadoop](https://hadoop.apache.org/) application on Azure HDInsight, which hasn't been published to the Azure portal. The application you'll install in this article is [Hue](https://gethue.com/).
1313

14-
An HDInsight application is an application that users can install on an HDInsight cluster. These applications can be developed by Microsoft, independent software vendors (ISV) or by yourself.
14+
An HDInsight application is an application that users can install on a HDInsight cluster. These applications can be developed by Microsoft, independent software vendors (ISV) or by yourself.
1515

1616
## Prerequisites
1717

18-
If you want to install HDInsight applications on an existing HDInsight cluster, you must have an HDInsight cluster. To create one, see [Create clusters](hadoop/apache-hadoop-linux-tutorial-get-started.md). You can also install HDInsight applications when you create an HDInsight cluster.
18+
If you want to install HDInsight applications on an existing HDInsight cluster, you must have an HDInsight cluster. To create one, see [Create clusters](hadoop/apache-hadoop-linux-tutorial-get-started.md). You can also install HDInsight applications when you create a HDInsight cluster.
1919

2020
## Install HDInsight applications
2121

22-
HDInsight applications can be installed when you create a cluster or to an existing HDInsight cluster. For defining Azure Resource Manager templates, see [MSDN: Install an HDInsight application](/rest/api/hdinsight/hdinsight-application).
22+
HDInsight applications can be installed when you create a cluster or to an existing HDInsight cluster. For defining Azure Resource Manager templates, see [MSDN: Install a HDInsight application](/rest/api/hdinsight/hdinsight-application).
2323

2424
The files needed for deploying this application (Hue):
2525

@@ -101,13 +101,13 @@ If an application installation failed, you can see the error messages and debug
101101
102102
Open the cluster from the portal, and select Applications from Settings:
103103
104-
:::image type="content" source="./media/hdinsight-apps-install-custom-applications/hdinsight-apps-error.png" alt-text="hdinsight applications application installation error.":::
104+
:::image type="content" source="./media/hdinsight-apps-install-custom-applications/hdinsight-apps-error.png" alt-text=" Screenshot of HDInsight application installation error.":::
105105
106106
* HDInsight script action: If the HDInsight Applications' error message indicates a script action failure, more details about the script failure will be presented in the script actions pane.
107107
108108
Select Script Action from Settings. Script action history shows the error messages
109109
110-
:::image type="content" source="./media/hdinsight-apps-install-custom-applications/hdinsight-apps-script-action-error.png" alt-text="hdinsight applications script action error.":::
110+
:::image type="content" source="./media/hdinsight-apps-install-custom-applications/hdinsight-apps-script-action-error.png" alt-text=" Screenshot of HDInsight applications script action error.":::
111111
112112
* Apache Ambari Web UI: If the install script was the cause of the failure, use Ambari Web UI to check full logs about the install scripts.
113113

articles/hdinsight/hdinsight-changing-configs-via-ambari.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use the Apache Ambari web UI to configure and optimize Azure HDInsi
44
ms.service: azure-hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive, devx-track-extended-java
7-
ms.date: 01/04/2024
7+
ms.date: 01/02/2025
88
---
99

1010
# Optimize clusters with Apache Ambari in Azure HDInsight

0 commit comments

Comments
 (0)