Skip to content

Commit

Permalink
change hive image back to gravitino-ci-hive, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntpo committed May 22, 2024
1 parent 38fde2d commit 87acb60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/docker-image-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ You can use this kind of image to test the catalog of Apache Hive.

Changelog

- gravitino-ci-hive:0.1.11
- shrink hive Docker image size by 420MB

- gravitino-ci-hive:0.1.10
- Remove SSH service from the startup script.
- Use `hadoop-daemon.sh` to start HDFS services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public void startHiveContainer() {
HiveContainer.Builder hiveBuilder =
HiveContainer.builder()
.withHostName("gravitino-ci-hive")
.withImage("unknowntpo/gravitino-ci-hive:latest")
.withEnvVars(
ImmutableMap.<String, String>builder()
.put("HADOOP_USER_NAME", "datastrato")
Expand Down

0 comments on commit 87acb60

Please sign in to comment.