kyuubi/docker
Cheng Pan 86645ad54a
[KYUUBI #3881] Upgrade playground components to latest versions
### _Why are the changes needed?_

This PR upgrades Kyuubi playground components to latest versions, including Spark 3.3.1, Kyuubi 1.6.1-incubating, Iceberg 1.1.0, and reorganizes the files in catalog folders.

The images has been uploaded to Docker Hub.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [x] Add screenshots for manual tests if appropriate

```
cd docker/playground
docker compose up -d
```

```
docker exec -it kyuubi /opt/kyuubi/bin/beeline -u 'jdbc:hive2://0.0.0.0:10009/tpcds/tiny'
```

<img width="1416" alt="image" src="https://user-images.githubusercontent.com/26535726/204845474-b0dff173-d335-43bf-b61f-d8c34ee26ff8.png">

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3881 from pan3793/playground.

Closes #3881

a3d42377 [Cheng Pan] Upgrade playground components to latest versions

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-12-02 10:51:41 +08:00
..
helm [KYUUBI #3860] [K8S] Add service account name in values.yaml to config kyuubi's serviceAccountName in helm template file 2022-11-28 16:08:55 +08:00
playground [KYUUBI #3881] Upgrade playground components to latest versions 2022-12-02 10:51:41 +08:00
Dockerfile [KYUUBI #3831] Update Dockerfile to include LICENSE NOTICE RELEASE files 2022-11-22 18:56:08 +08:00
kyuubi-configmap.yaml [KYUUBI #877] Add kubernetes configmap yaml file 2021-08-02 14:55:10 +08:00
kyuubi-deployment.yaml [KYUUBI #1199] Refine docker image file 2021-10-09 14:22:35 +08:00
kyuubi-pod.yaml [KYUUBI #1199] Refine docker image file 2021-10-09 14:22:35 +08:00
kyuubi-service.yaml [KYUUBI #844] Exposing Kyuubi as a NodePort service 2021-07-22 18:17:43 +08:00