1
0

Merge pull request #2077 from chuangehh/typofix

[MINOR] Fix typo in the pom files
This commit is contained in:
Gary Li
2020-09-08 00:02:08 -07:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -102,7 +102,7 @@
<shadedPattern>org.apache.hudi.org.apache.avro.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.avro.</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern> org.apache.hadoop.hbase.</pattern> <pattern>org.apache.hadoop.hbase.</pattern>
<shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern>
<excludes> <excludes>
<!-- Hive 2.3.3 brings in Hbase 1.1.1 which conflicts with our version even with shading --> <!-- Hive 2.3.3 brings in Hbase 1.1.1 which conflicts with our version even with shading -->
@@ -112,7 +112,7 @@
</excludes> </excludes>
</relocation> </relocation>
<relocation> <relocation>
<pattern> org.apache.htrace.</pattern> <pattern>org.apache.htrace.</pattern>
<shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>

View File

@@ -103,11 +103,11 @@
<shadedPattern>org.apache.hudi.com.esotericsoftware.minlog.</shadedPattern> <shadedPattern>org.apache.hudi.com.esotericsoftware.minlog.</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern> org.apache.hadoop.hbase.</pattern> <pattern>org.apache.hadoop.hbase.</pattern>
<shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern> org.apache.htrace.</pattern> <pattern>org.apache.htrace.</pattern>
<shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>

View File

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

View File

@@ -167,11 +167,11 @@
<shadedPattern>org.apache.hudi.org.apache.commons.codec.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.commons.codec.</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern> org.apache.hadoop.hbase.</pattern> <pattern>org.apache.hadoop.hbase.</pattern>
<shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.hadoop.hbase.</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern> org.apache.htrace.</pattern> <pattern>org.apache.htrace.</pattern>
<shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern> <shadedPattern>org.apache.hudi.org.apache.htrace.</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>