|
8 | 8 | # POSTGRES_DB_USERNAME: postgres |
9 | 9 | # POSTGRES_DB_PASSWORD: postgres |
10 | 10 | # POSTGRES_DB_SCHEMA: cuelake |
11 | | - # POSTGRES_DB_PORT: 5432 |
12 | | - |
13 | | - ## S3 Settings |
14 | | - # export S3_BUCKET_NAME="YourBucketName" |
15 | | - # export S3_FILES_PREFIX="files/" |
16 | | - # export HADOOP_S3_PREFIX="cuelake/" |
| 11 | + # POSTGRES_DB_PORT: '5432' |
17 | 12 |
|
18 | 13 | ## Change below properties to point to your metastore database |
19 | | - # METASTORE_POSTGRES_HOST="localhost" |
20 | | - # METASORE_POSTGRES_PORT=5432 |
21 | | - # METASORE_POSTGRES_USERNAME="postgres" |
22 | | - # METASORE_POSTGRES_PASSWORD="postgres" |
23 | | - # METASORE_POSTGRES_DATABASE="cuelake_metastore" |
| 14 | + # METASTORE_POSTGRES_HOST: localhost |
| 15 | + # METASORE_POSTGRES_PORT: '5432' |
| 16 | + # METASORE_POSTGRES_USERNAME: postgres |
| 17 | + # METASORE_POSTGRES_PASSWORD: postgres |
| 18 | + # METASORE_POSTGRES_DATABASE: cuelake_metastore |
24 | 19 | --- |
25 | 20 | apiVersion: v1 |
26 | 21 | kind: ConfigMap |
@@ -129,7 +124,7 @@ spec: |
129 | 124 | path: nginx.conf |
130 | 125 | containers: |
131 | 126 | - name: zeppelin-server |
132 | | - image: cuebook/zeppelin-server-lite:0.2 |
| 127 | + image: cuebook/zeppelin-server-lite:0.3 |
133 | 128 | command: ["sh", "-c"] |
134 | 129 | args: |
135 | 130 | - curl https://raw.githubusercontent.com/cuebook/cuelake/main/zeppelinConf/zeppelin-env.sh -o $(ZEPPELIN_HOME)/conf/zeppelin-env.sh && curl https://raw.githubusercontent.com/cuebook/cuelake/main/zeppelinConf/zeppelin-site.xml -o $(ZEPPELIN_HOME)/conf/zeppelin-site.xml && $(ZEPPELIN_HOME)/bin/zeppelin.sh |
@@ -290,7 +285,7 @@ spec: |
290 | 285 | claimName: lakehouse-db-volume-pvc |
291 | 286 | containers: |
292 | 287 | - name: lakehouse |
293 | | - image: cuebook/lakehouse:0.2 |
| 288 | + image: cuebook/lakehouse:0.3 |
294 | 289 | resources: |
295 | 290 | requests: |
296 | 291 | memory: "2560Mi" |
|
0 commit comments