Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed May 29, 2024
1 parent 0466702 commit 2f13701
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ steps:
- PARQUET_SUBDIR=JDBC_HAPI
- DOCKER_NETWORK=--use_docker_network

#The `views` database is used for creating flat views from ViewDefinitions.
# The `views` database is used for creating flat views from ViewDefinitions.
- name: 'postgres'
id: 'Create views database'
entrypoint: psql
Expand Down
7 changes: 6 additions & 1 deletion docker/compose-controller-spark-sql-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ services:
- ${DWH_ROOT}:/dwh
environment:
- JAVA_OPTS=$JAVA_OPTS

ports:
- '8090:8080'
networks:
Expand All @@ -87,6 +86,12 @@ services:
- '4041:4040'
volumes:
- ${DWH_ROOT}:/dwh
# NON-EMBEDDED METASTORE CONFIG:
# If you want to persist the Metastore data, e.g., table and view
# definitions, you can use an external database by adjusting hive-site.xml
#- ./hive-site_example.xml:/opt/bitnami/spark/conf/hive-site.xml
# Note to use an external DB, you need to provide its driver jar too:
#- ./postgresql-42.6.0.jar:/opt/bitnami/spark/jars/postgresql-42.6.0.jar
- spark_vol_single:/opt/bitnami/spark
networks:
- cloudbuild
Expand Down
6 changes: 3 additions & 3 deletions docker/config_fhir_sink/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ fhirdata:
numThreads: 1
autoGenerateFlinkConfiguration: true
createHiveResourceTables: false
thriftserverHiveConfig: "config/thriftserver-hive-config_local.json"
hiveResourceViewsDir: "config/views"
#thriftserverHiveConfig: "config/thriftserver-hive-config_local.json"
#hiveResourceViewsDir: "config/views"
# structureDefinitionsPath: "config/profile-definitions"
structureDefinitionsPath: "classpath:/r4-us-core-definitions"
fhirVersion: "R4"
rowGroupSizeForParquetFiles: 33554432 # 32mb
viewDefinitionsDir: "config/views"
#viewDefinitionsDir: "config/views"
#sinkDbConfigPath: "config/hapi-postgres-config_local_views.json"
sinkFhirServerUrl: "http://sink-server:8080/fhir"
#sinkUserName: "hapi"
Expand Down

0 comments on commit 2f13701

Please sign in to comment.