Skip to content

Commit ab72808

Browse files
committed
Add some docs
1 parent 3dde691 commit ab72808

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/modules/hive/pages/usage-guide/derby-example.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ It should generally be safe to simply use the latest image version that is avail
99
.Create a single node Apache Hive Metastore cluster using Derby:
1010
[source,yaml]
1111
----
12-
---
1312
apiVersion: hive.stackable.tech/v1alpha1
1413
kind: HiveCluster
1514
metadata:
@@ -52,7 +51,6 @@ Then, connect to localhost:9001 and login with the user `minio-access-key` and p
5251
Deploy the hive cluster:
5352
[source,yaml]
5453
----
55-
---
5654
apiVersion: hive.stackable.tech/v1alpha1
5755
kind: HiveCluster
5856
metadata:

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ impl MetadataDatabaseConnection {
526526
}
527527
}
528528

529+
/// Name of the database as it should be passed using the `--db-type` CLI argument to Hive
529530
pub fn as_hive_db_type(&self) -> &str {
530531
match self {
531532
MetadataDatabaseConnection::Postgresql(_) => "postgres",

0 commit comments

Comments
 (0)