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
This chart bootstraps [fhir-data-pipes](https://github.com/onaio/fhir-data-pipes) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
15
+
This chart bootstraps [fhir-data-pipes](https://github.com/google/fhir-data-pipes) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
16
16
17
17
## Prerequisites
18
18
@@ -26,7 +26,7 @@ The following table lists the configurable parameters of the Fhir-data-pipes cha
@@ -105,7 +105,7 @@ The following table lists the configurable parameters of the Fhir-data-pipes cha
105
105
106
106
107
107
## Spark SQL (Thrift Server) as Sidecar
108
-
The chart provides the necessary configuration to set up additional containers on the StatefulSet. One such container could be the spark thrift server. Below is how one can set it up.
108
+
The chart provides the necessary configuration to set up additional containers on the StatefulSet. One such container is the spark thrift server. Below is how one can set it up.
109
109
````yaml
110
110
---
111
111
sidecars:
@@ -164,6 +164,17 @@ service:
164
164
protocol: TCP
165
165
name: hive
166
166
167
+
# For LDAP ensure that user has the attribute `uid` on its DN.
168
+
# As of now the hive jdbc credentials are not parsed on the pipeline code, as a workaround append the credentials on the `databaseName` credentials as follows:
169
+
#thriftserver:
170
+
# hive:
171
+
# databaseService: "hive2"
172
+
# databaseHostName: "fhir-data-pipes"
173
+
# databasePort: "10000"
174
+
# databaseUser: "user" (not used as of now)
175
+
# databasePassword: "password" (not used as of now)
0 commit comments