You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by hu...@apache.org on 2019/04/16 21:25:23 UTC

[incubator-gobblin] branch master updated: [GOBBLIN-735] Relocate all google classes to cover protobuf and guava dependency in orc-dep jar

This is an automated email from the ASF dual-hosted git repository.

hutran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cb3264  [GOBBLIN-735] Relocate all google classes to cover protobuf and guava dependency in orc-dep jar
2cb3264 is described below

commit 2cb326485db10af52d213d7bfe6976499f77bf9e
Author: autumnust <le...@linkedin.com>
AuthorDate: Tue Apr 16 14:25:17 2019 -0700

    [GOBBLIN-735] Relocate all google classes to cover protobuf and guava dependency in orc-dep jar
    
    Closes #2603 from autumnust/FixORCDepReloc
---
 gobblin-modules/gobblin-orc-dep/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gobblin-modules/gobblin-orc-dep/build.gradle b/gobblin-modules/gobblin-orc-dep/build.gradle
index d611c0f..bca8221 100644
--- a/gobblin-modules/gobblin-orc-dep/build.gradle
+++ b/gobblin-modules/gobblin-orc-dep/build.gradle
@@ -53,6 +53,7 @@ configurations {
 shadowJar {
   zip64 true
   relocate 'org.apache.hadoop.hive', 'shadow.gobblin.orc.org.apache.hadoop.hive'
+  relocate 'com.google', 'shadow.gobblin.orc.com.google'
 }
 
 ext.classification="library"