Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ env:
TEST_JAVA_VERSION: 17 # JDK version used by CI build and tests; should match the JDK version in apache/ozone-runner image
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
OZONE_RUNNER_IMAGE: ghcr.io/apache/ozone-runner
OZONE_RUNNER_VERSION: 20241108-jdk17-1
OZONE_WITH_COVERAGE: ${{ github.event_name == 'push' }}
jobs:
build-info:
Expand Down
4 changes: 2 additions & 2 deletions hadoop-ozone/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
<docker.ozone-runner.version>20241104-jdk17-1</docker.ozone-runner.version>
<docker.ozone-testkr5b.image>apache/ozone-testkrb5:20230318-1</docker.ozone-testkr5b.image>
<docker.ozone-runner.version>20241108-jdk17-1</docker.ozone-runner.version>
<docker.ozone-testkr5b.image>ghcr.io/apache/ozone-testkrb5:20241112-1</docker.ozone-testkr5b.image>
<maven.test.skip>true</maven.test.skip> <!-- no tests in this module so far -->
</properties>

Expand Down
Binary file modified hadoop-ozone/dist/src/main/keytabs/HTTP.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/dn.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/hadoop.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/httpfs.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/jhs.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/nm.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/om.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/recon.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/rm.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/s3g.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/scm.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/testuser.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/testuser2.keytab
Binary file not shown.