Skip to content

Commit

Permalink
fix trino it
Browse files Browse the repository at this point in the history
  • Loading branch information
mchades committed Apr 10, 2024
1 parent 590e555 commit d7288ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void startTrinoContainer(
TrinoContainer.builder()
.withEnvVars(
ImmutableMap.<String, String>builder()
.put("HADOOP_USER_NAME", "root")
.put("HADOOP_USER_NAME", "datastrato")
.put("GRAVITINO_HOST_IP", "host.docker.internal")
.put("GRAVITINO_HOST_PORT", String.valueOf(gravitinoServerPort))
.put("GRAVITINO_METALAKE_NAME", metalakeName)
Expand Down

0 comments on commit d7288ab

Please sign in to comment.