1
0

[MINOR] fix typo

This commit is contained in:
chuangehh
2020-09-08 11:55:38 +08:00
parent fe7c9e71eb
commit 51b16bd36f
4 changed files with 8 additions and 8 deletions

View File

@@ -164,11 +164,11 @@
<shadedPattern>org.apache.hudi.org.apache.jetty.</shadedPattern>
</relocation>
<relocation>
<pattern> org.apache.hadoop.hbase.</pattern>
<pattern>org.apache.hadoop.hbase.</pattern>
<shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern>
</relocation>
<relocation>
<pattern> org.apache.htrace.</pattern>
<pattern>org.apache.htrace.</pattern>
<shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern>
</relocation>
<!-- TODO: Revisit GH ISSUE #533 & PR#633-->