File tree 3 files changed +11
-2
lines changed
phoenix-mapreduce-byo-shaded-hbase
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 165
165
<!-- Phoenix classes -->
166
166
<exclude >org/apache/phoenix/**</exclude >
167
167
<exclude >org/apache/omid/**</exclude >
168
+ <!-- Xerial Snappy has a JNI component so cannot be shaded or
169
+ else native symbols won't link -->
170
+ <exclude >org/xerial/snappy/**</exclude >
168
171
</excludes >
169
172
</relocation >
170
173
<relocation >
Original file line number Diff line number Diff line change 175
175
<!-- See PHOENIX-7118
176
176
We expect this to come from the unshaded hadoop on the classpath.
177
177
This won't work if hadoop-shaded-client is used. -->
178
- <exclude >org/apache/commons/configuration2/**</exclude >
178
+ <exclude >org/apache/commons/configuration2/**</exclude >
179
+ <!-- Xerial Snappy has a JNI component so cannot be shaded or
180
+ else native symbols won't link -->
181
+ <exclude >org/xerial/snappy/**</exclude >
179
182
</excludes >
180
183
</relocation >
181
184
Original file line number Diff line number Diff line change 178
178
<!-- See PHOENIX-7118
179
179
We expect this to come from the unshaded hadoop on the classpath.
180
180
That is always true for the HBase server classpath -->
181
- <exclude >org/apache/commons/configuration2/**</exclude >
181
+ <exclude >org/apache/commons/configuration2/**</exclude >
182
+ <!-- Xerial Snappy has a JNI component so cannot be shaded or
183
+ else native symbols won't link -->
184
+ <exclude >org/xerial/snappy/**</exclude >
182
185
</excludes >
183
186
</relocation >
184
187
<!-- We use the relocate-by default settings from -client, instead of relocating
You can’t perform that action at this time.
0 commit comments