HIVE-13015: Bundle Log4j2 jars with hive-exec (Gopal V reviewed by Prasanth Jayachandran)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/65161696 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/65161696 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/65161696 Branch: refs/heads/llap Commit: 6516169627e099d31f5b9ca966b57995e8f1b7ea Parents: 1850804 Author: Prasanth Jayachandran <j.prasant...@gmail.com> Authored: Thu Feb 18 01:19:10 2016 -0600 Committer: Prasanth Jayachandran <j.prasant...@gmail.com> Committed: Thu Feb 18 01:19:10 2016 -0600 ---------------------------------------------------------------------- ql/pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/65161696/ql/pom.xml ---------------------------------------------------------------------- diff --git a/ql/pom.xml b/ql/pom.xml index 330e449..540cc25 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -151,6 +151,21 @@ </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-jcl</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> <version>${log4j2.version}</version> </dependency> @@ -160,6 +175,11 @@ <version>${log4j2.version}</version> </dependency> <dependency> + <groupId>com.lmax</groupId> + <artifactId>disruptor</artifactId> + <version>[3.3.0,)</version> + </dependency> + <dependency> <groupId>org.antlr</groupId> <artifactId>antlr-runtime</artifactId> <version>${antlr.version}</version> @@ -808,7 +828,13 @@ <include>org.apache.hive:spark-client</include> <include>org.apache.hive:hive-storage-api</include> <include>org.apache.hive:hive-orc</include> - <include>joda-time:joda-time</include> + <include>joda-time:joda-time</include> + <include>org.apache.logging.log4j:log4j-slf4j-impl</include> + <include>org.apache.logging.log4j:log4j-1.2-api</include> + <include>org.apache.logging.log4j:log4j-jcl</include> + <include>org.apache.logging.log4j:log4j-core</include> + <include>org.apache.logging.log4j:log4j-api</include> + <include>com.lmax:disruptor</include> </includes> </artifactSet> <relocations>