[minor] Fix hive-exec scope of flink bundle jar (#4664)
This commit is contained in:
@@ -143,7 +143,6 @@
|
||||
<include>org.datanucleus:datanucleus-api-jdo</include>
|
||||
<include>org.apache.thrift:libfb303</include>
|
||||
<include>org.apache.orc:orc-core</include>
|
||||
<include>org.apache.flink:flink-sql-connector-hive-2.3.6_${scala.binary.version}</include>
|
||||
|
||||
<include>org.apache.hbase:hbase-common</include>
|
||||
<include>org.apache.hbase:hbase-client</include>
|
||||
@@ -210,6 +209,10 @@
|
||||
<pattern>org.apache.hadoop.hive.ql.optimizer.</pattern>
|
||||
<shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.ql.optimizer.</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.apache.hadoop.hive.ql.lockmgr.</pattern>
|
||||
<shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.ql.lockmgr.</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com.codahale.metrics.</pattern>
|
||||
<shadedPattern>${flink.bundle.shade.prefix}com.codahale.metrics.</shadedPattern>
|
||||
@@ -444,6 +447,7 @@
|
||||
<groupId>${hive.groupid}</groupId>
|
||||
<artifactId>hive-exec</artifactId>
|
||||
<version>${hive.version}</version>
|
||||
<scope>${flink.bundle.hive.scope}</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${hive.groupid}</groupId>
|
||||
|
||||
Reference in New Issue
Block a user