Skip to content

Commit c59c1e0

Browse files
Merge pull request #265976 from v-akarnase/patch-31
Update apache-hbase-phoenix-zeppelin.md
2 parents 3899da4 + 202e810 commit c59c1e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description: Learn how to use Apache Zeppelin to run Apache Base queries with Ph
44
ms.service: hdinsight
55
ms.custom: hdinsightactive
66
ms.topic: how-to
7-
ms.date: 01/31/2023
7+
ms.date: 02/12/2024
88
---
99

1010
# Use Apache Zeppelin to run Apache Phoenix queries over Apache HBase in Azure HDInsight
1111

12-
Apache Phoenix is an open source, massively parallel relational database layer built on HBase. Phoenix allows you to use SQL like queries over HBase. Phoenix uses JDBC drivers underneath to enable you to create, delete, alter SQL tables, indexes, views and sequences. You can also use Phoenix to update rows individually and in bulk. Phoenix uses a NOSQL native compilation rather than using MapReduce to compile queries, enabling the creation of low-latency applications on top of HBase.
12+
Apache Phoenix is an open source, massively parallel relational database layer built on HBase. Phoenix allows you to use SQL like queries over HBase. Phoenix uses JDBC drivers underneath to enable you to create, delete, alter SQL tables, indexes, views, and sequences. You can also use Phoenix to update rows individually and in bulk. Phoenix uses a NOSQL native compilation rather than using MapReduce to compile queries, enabling the creation of low-latency applications on top of HBase.
1313

1414
Apache Zeppelin is an open source web-based notebook that enables you to create data-driven, collaborative documents using interactive data analytics and languages such as SQL and Scala. It helps data developers & data scientists develop, organize, execute, and share code for data manipulation. It allows you to visualize results without referring to the command line or needing the cluster details.
1515

16-
HDInsight users can use Apache Zeppelin to query Phoenix tables. Apache Zeppelin is integrated with HDInsight cluster and there are no additional steps to use it. Simply create a Zeppelin Notebook with JDBC interpreter and start writing your Phoenix SQL queries
16+
HDInsight users can use Apache Zeppelin to query Phoenix tables. Apache Zeppelin is integrated with HDInsight cluster and there are no additional steps to use it. Create a Zeppelin Notebook with JDBC interpreter and start writing your Phoenix SQL queries
1717

1818
## Prerequisites
1919

@@ -48,7 +48,7 @@ An Apache HBase cluster on HDInsight. See [Get started with Apache HBase](./apac
4848
);
4949
```
5050

51-
The **%jdbc(phoenix)** statement in the first line tells the notebook to use the Phoenix JDBC interpreter.
51+
The **%jdbc(phoenix)** statement in the frontline tells the notebook to use the Phoenix JDBC interpreter.
5252

5353
1. View created tables.
5454

0 commit comments

Comments
 (0)