Youngwoo Kim

Results 13 comments of Youngwoo Kim

Thanks for the comment @tokers Following is a command that I have done for upgrading chart version 0.4.0 to 0.6.0: ``` $ helm upgrade --install apisix apisix/apisix --namespace apisix --version...

@tokers Rollback to 0.4.0 chart: ``` $ helm list -n apisix NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION apisix apisix 2 2021-10-12 12:26:19.228653 +0900 KST deployed apisix-0.6.0 2.10.0 [ywkim:...

Thanks for your advice @tokers I'll try to do that.

@evans-ye Thanks for the review. BTW, Would you mind helping me to push new images to DockerHub/bigtop?

@evans-ye The docker image is not only for testing, but we need to serve a customized docker image for users to create k8s object. Our docker images would be customized...

Thanks @evans-ye I'll merge this patch to cnb branch.

@evans-ye, I found the 'worker' image https://hub.docker.com/r/bigtop/prestosql-worker But 'coordinator' does not exist yet. Please build the 'coordinator' image too https://github.com/apache/bigtop/tree/cnb/prestosql/docker/coordinator

Cos, Thanks for the comment. HIVE-16302 is in Hive 3.0.0 so the patch can be removed when we upgrade Hive to 3. On the Hive side, HoS(Hive on Spark) should...

@kaohaonan6666 You can write the savepoints into s3 bucket via ```s3a://``` prefix like following: ``` job: jarFile: /opt/flink-job.jar savepointsDir: s3a://mybucket/flink/savepoints autoSavepointSeconds: 360 (snip) flinkProperties: # for s3 access s3.access-key: "YOUR-ACCESS-KEY"...

@kaohaonan6666 IMO, Flink savepoint is a path to save snapshot images on HCFS. I believe, if ```gs://``` does work, then others like ```s3a://``` or ```hdfs://``` should work too.