Skip to content

Commit f8faf4b

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Improved Correctness Score
1 parent 928b400 commit f8faf4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/query-hbase-with-hbase-shell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 01/02/2025
1111

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

14-
In this quickstart, you learn how to use Apache HBase Shell to create an HBase table, insert data, and then query the table.
14+
In this quickstart, you learn how to use Apache HBase Shell to create a HBase table, insert data, and then query the table.
1515

1616
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
1717

@@ -45,7 +45,7 @@ You can use SSH to connect to HBase clusters, and then use Apache HBase Shell to
4545
hbase shell
4646
```
4747
48-
3. Use `create` command to create an HBase table with two-column families. Enter the following command:
48+
3. Use `create` command to create a HBase table with two-column families. Enter the following command:
4949
5050
```hbase
5151
create 'Contacts', 'Personal', 'Office'
@@ -114,7 +114,7 @@ To delete a cluster, see [Delete a HDInsight cluster using your browser, PowerSh
114114
115115
## Next steps
116116
117-
In this quickstart, you learned how to use Apache HBase Shell to create an HBase table, insert data, and then query the table. To learn more about data stored in HBase, the next article will show you how to execute queries with Apache Spark.
117+
In this quickstart, you learned how to use Apache HBase Shell to create a HBase table, insert data, and then query the table. To learn more about data stored in HBase, the next article will show you how to execute queries with Apache Spark.
118118
119119
> [!div class="nextstepaction"]
120120
> [Use Apache Spark to read and write Apache HBase data](../hdinsight-using-spark-query-hbase.md)

0 commit comments

Comments
 (0)