You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/hbase/pages/usage-guide/phoenix.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
= Using Apache Phoenix
2
2
:description: Apache Phoenix lets you use SQL with HBase via JDBC. Use bundled psql.py or sqlline.py for table creation and querying, no separate installation needed.
Apache Phoenix allows you to interact with HBase using a familiar SQL-syntax via a JDBC driver.
7
7
The Phoenix dependencies are bundled with the Stackable HBase image and do not need to be installed separately (client components need to ensure that they have the correct client-side libraries available).
8
-
Information about client-side installation can be found {phoenix-installation}[here].
8
+
Information about client-side installation can be found {phoenix-installation}[here{external-link-icon}^].
9
9
10
10
Apache Phoenix comes bundled with a few simple scripts to verify a correct server-side installation.
11
11
For example, assuming that Phoenix dependencies have been installed to their default location of `/stackable/phoenix/bin`, we can issue the following using the supplied `psql.py` script:
0 commit comments