Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ strum = { version = "0.27", features = ["derive"] }
tokio = { version = "1.40", features = ["full"] }
tracing = "0.1"

# [patch."https://github.com/stackabletech/operator-rs.git"]
[patch."https://github.com/stackabletech/operator-rs.git"]
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "main" }

[patch.crates-io]
kube = { git = "https://github.com/stackabletech/kube-rs", branch = "2.0.1-fix-schema-hoisting" }
stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch = "spike/generic-databases" }
14 changes: 7 additions & 7 deletions crate-hashes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 0 additions & 56 deletions deploy/config-spec/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,62 +58,6 @@ properties:
comment: "TTL for domain names that cannot be resolved."
description: "TTL for domain names that cannot be resolved."

- property:
propertyNames:
- name: "javax.jdo.option.ConnectionURL"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
# unit: *unitUri
roles:
- name: "metastore"
required: true
asOfVersion: "0.0.0"
description: "JDBC connect string for a JDBC metastore.
To use SSL to encrypt/authenticate the connection, provide database-specific SSL flag in the connection URL.
For example, jdbc:postgresql://myhost/db?ssl=true for postgres database."
- property:
propertyNames:
- name: "javax.jdo.option.ConnectionDriverName"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
unit: *unitClassName
roles:
- name: "metastore"
# This property *is* required even though it is set to `false` here.
# The required value changed in Derby in version 4.2.0.
# We now set this value depending on the Hive version (and its corresponding Derby version) and add it to the ConfigMap programatically.
required: false
asOfVersion: "0.0.0"
- property:
propertyNames:
- name: "javax.jdo.option.ConnectionUserName"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
roles:
- name: "metastore"
required: true
asOfVersion: "0.0.0"
- property:
propertyNames:
- name: "javax.jdo.option.ConnectionPassword"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
roles:
- name: "metastore"
required: true
asOfVersion: "0.0.0"
- property:
propertyNames:
- name: "hive.metastore.port"
Expand Down
56 changes: 0 additions & 56 deletions deploy/helm/hive-operator/configs/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,62 +58,6 @@ properties:
comment: "TTL for domain names that cannot be resolved."
description: "TTL for domain names that cannot be resolved."

- property:
propertyNames:
- name: "javax.jdo.option.ConnectionURL"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
# unit: *unitUri
roles:
- name: "metastore"
required: true
asOfVersion: "0.0.0"
description: "JDBC connect string for a JDBC metastore.
To use SSL to encrypt/authenticate the connection, provide database-specific SSL flag in the connection URL.
For example, jdbc:postgresql://myhost/db?ssl=true for postgres database."
- property:
propertyNames:
- name: "javax.jdo.option.ConnectionDriverName"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
unit: *unitClassName
roles:
- name: "metastore"
# This property *is* required even though it is set to `false` here.
# The required value changed in Derby in version 4.2.0.
# We now set this value depending on the Hive version (and its corresponding Derby version) and add it to the ConfigMap programatically.
required: false
asOfVersion: "0.0.0"
- property:
propertyNames:
- name: "javax.jdo.option.ConnectionUserName"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
roles:
- name: "metastore"
required: true
asOfVersion: "0.0.0"
- property:
propertyNames:
- name: "javax.jdo.option.ConnectionPassword"
kind:
type: "file"
file: "hive-site.xml"
datatype:
type: "string"
roles:
- name: "metastore"
required: true
asOfVersion: "0.0.0"
- property:
propertyNames:
- name: "hive.metastore.port"
Expand Down
Loading
Loading