diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-config b/hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-config index 5bff698f26d7..eb126b47f272 100644 --- a/hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-config +++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-config @@ -44,6 +44,7 @@ OZONE-SITE.XML_hdds.datanode.http.auth.kerberos.principal=HTTP/dn@EXAMPLE.COM 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/s3g@EXAMPLE.COM +OZONE-SITE.XML_hdds.grpc.tls.enabled=true HDFS-SITE.XML_dfs.datanode.kerberos.principal=dn/dn@EXAMPLE.COM HDFS-SITE.XML_dfs.datanode.keytab.file=/etc/security/keytabs/dn.keytab diff --git a/hadoop-ozone/dist/src/main/smoketest/ozonefs/hadoopo3fs.robot b/hadoop-ozone/dist/src/main/smoketest/ozonefs/hadoopo3fs.robot index adcb94354342..bee946eeeb91 100644 --- a/hadoop-ozone/dist/src/main/smoketest/ozonefs/hadoopo3fs.robot +++ b/hadoop-ozone/dist/src/main/smoketest/ozonefs/hadoopo3fs.robot @@ -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 \ No newline at end of file diff --git a/hadoop-ozone/ozonefs-shaded/pom.xml b/hadoop-ozone/ozonefs-shaded/pom.xml index 8662e6abc1ac..90d5e35c8658 100644 --- a/hadoop-ozone/ozonefs-shaded/pom.xml +++ b/hadoop-ozone/ozonefs-shaded/pom.xml @@ -152,6 +152,9 @@ ${shaded.prefix}.io + + io!netty!* +