File tree 1 file changed +5
-1
lines changed
flink-sql-connector-hbase-2.2
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,13 @@ under the License.
141
141
<shadedPattern >org.apache.flink.hbase.shaded.org.apache.hadoop.hbase</shadedPattern >
142
142
<!-- HBase client uses shaded KeyValueCodec to encode data and put the class name in
143
143
the header of request, the HBase region server can not load the shaded
144
- KeyValueCodec class when decode the data, so we exclude them here. -->
144
+ KeyValueCodec class when decode the data, so we exclude them here.
145
+ Some exceptions also required to keep their original package because the region
146
+ server sends it that way, and otherwise the client will not recognize it.-->
145
147
<excludes >
146
148
<exclude >org.apache.hadoop.hbase.codec.*</exclude >
149
+ <exclude >org.apache.hadoop.hbase.NotServingRegionException</exclude >
150
+ <exclude >org.apache.hadoop.hbase.exceptions.RegionMovedException</exclude >
147
151
</excludes >
148
152
</relocation >
149
153
</relocations >
You can’t perform that action at this time.
0 commit comments