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
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ OZONE-SITE.XML_hdds.datanode.http.auth.kerberos.principal=HTTP/[email protected]
OZONE-SITE.XML_hdds.datanode.http.auth.kerberos.keytab=/etc/security/keytabs/HTTP.keytab
OZONE-SITE.XML_ozone.s3g.http.auth.kerberos.keytab=/etc/security/keytabs/s3g.keytab
OZONE-SITE.XML_ozone.s3g.http.auth.kerberos.principal=HTTP/[email protected]
OZONE-SITE.XML_hdds.grpc.tls.enabled=true

HDFS-SITE.XML_dfs.datanode.kerberos.principal=dn/[email protected]
HDFS-SITE.XML_dfs.datanode.keytab.file=/etc/security/keytabs/dn.keytab
Expand Down
2 changes: 2 additions & 0 deletions hadoop-ozone/dist/src/main/smoketest/ozonefs/hadoopo3fs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ Test hadoop dfs
${result} = Execute hdfs dfs -put /opt/hadoop/NOTICE.txt ${dir}/${PREFIX}-${random}
${result} = Execute hdfs dfs -ls ${dir}
Should contain ${result} ${PREFIX}-${random}
${result} = Execute hdfs dfs -cat ${dir}/${PREFIX}-${random}
Should contain ${result} This product includes software developed by The Apache Software
3 changes: 3 additions & 0 deletions hadoop-ozone/ozonefs-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
<shadedPattern>
${shaded.prefix}.io
</shadedPattern>
<excludes>
<exclude>io!netty!*</exclude>
</excludes>
</relocation>

<!-- handling some special packages with special names -->
Expand Down