Skip to content

Commit

Permalink
Update xrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Sep 19, 2023
1 parent 457ad66 commit fcb43eb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/modules/hive/pages/getting_started/first_steps.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
= First steps

After going through the xref:getting_started/installation.adoc[] section and having installed all the operators, you will now deploy a Hive metastore cluster and it's dependencies. Afterwards you can <<_verify_that_it_works, verify that it works>>.
After going through the xref:getting_started/installation.adoc[] section and having installed all the operators, you
will now deploy a Hive metastore cluster and it's dependencies. Afterwards you can

Check notice on line 4 in docs/modules/hive/pages/getting_started/first_steps.adoc

View workflow job for this annotation

GitHub Actions / LanguageTool

[LanguageTool] docs/modules/hive/pages/getting_started/first_steps.adoc#L4

In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects. (AFTERWARDS_US[1]) Suggestions: `Afterward` Rule: https://community.languagetool.org/rule/show/AFTERWARDS_US?lang=en-US&subId=1 Category: BRITISH_ENGLISH
Raw output
docs/modules/hive/pages/getting_started/first_steps.adoc:4:64: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects. (AFTERWARDS_US[1])
 Suggestions: `Afterward`
 Rule: https://community.languagetool.org/rule/show/AFTERWARDS_US?lang=en-US&subId=1
 Category: BRITISH_ENGLISH
<<_verify_that_it_works, verify that it works>>.

== Setup

Several requirements should have already been installed in the xref:getting_started/installation.adoc[Installation guide]:

* xref:commons-operator::index.adoc[Commons Operator]
* xref:secret-operator::index.adoc[Secret Operator]
* xref:hive::index.adoc[Hive Operator]
* xref:commons-operator:index.adoc[Commons Operator]
* xref:secret-operator:index.adoc[Secret Operator]
* xref:hive:index.adoc[Hive Operator]
* PostgreSQL
* MinIO for S3

Expand Down Expand Up @@ -68,7 +70,8 @@ NAME READY AGE
hive-postgres-s3-metastore-default 1/1 48s
----

For further testing we recommend to use e.g. the python https://github.com/quintoandar/hive-metastore-client[hive-metastore-client] in order to e.g. create tables or connect a product like Trino via the xref:trino::index.adoc[Stackable Trino Operator].
For further testing we recommend to use e.g. the python https://github.com/quintoandar/hive-metastore-client[hive-metastore-client]
in order to e.g. create tables or connect a product like Trino via the xref:trino:index.adoc[Stackable Trino Operator].

== What's next

Expand Down

0 comments on commit fcb43eb

Please sign in to comment.