You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2017/08/01 11:54:15 UTC

[1/2] beam git commit: [BEAM-2690] HCatalogIO needs provided scope dependencies on Hadoop, Hive

Repository: beam
Updated Branches:
  refs/heads/master 2816b15ee -> 3c81766e2


[BEAM-2690] HCatalogIO needs provided scope dependencies on Hadoop, Hive

Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/14563c64
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/14563c64
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/14563c64

Branch: refs/heads/master
Commit: 14563c642bb9266e2db74813cf47902f56558271
Parents: 2816b15
Author: Nathan Howell <nh...@godaddy.com>
Authored: Fri Jul 28 14:23:27 2017 -0700
Committer: Ismaël Mejía <ie...@gmail.com>
Committed: Tue Aug 1 13:46:49 2017 +0200

----------------------------------------------------------------------
 sdks/java/io/hcatalog/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/14563c64/sdks/java/io/hcatalog/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/hcatalog/pom.xml b/sdks/java/io/hcatalog/pom.xml
index 52eae34..34e60da 100644
--- a/sdks/java/io/hcatalog/pom.xml
+++ b/sdks/java/io/hcatalog/pom.xml
@@ -61,6 +61,7 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
+      <scope>provided</scope>
       <exclusions>
         <!-- Fix build on JDK-9 -->
         <exclusion>
@@ -89,6 +90,7 @@
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-exec</artifactId>
       <version>${hive.version}</version>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>
@@ -101,6 +103,7 @@
       <groupId>org.apache.hive.hcatalog</groupId>
       <artifactId>hive-hcatalog-core</artifactId>
       <version>${hive.version}</version>
+      <scope>provided</scope>
       <exclusions>
         <exclusion>
           <groupId>org.apache.hive</groupId>


[2/2] beam git commit: This closes #3660

Posted by ie...@apache.org.
This closes #3660


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3c81766e
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3c81766e
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3c81766e

Branch: refs/heads/master
Commit: 3c81766e254d12cac3b21a60007b35cfea34a28a
Parents: 2816b15 14563c6
Author: Ismaël Mejía <ie...@gmail.com>
Authored: Tue Aug 1 13:53:46 2017 +0200
Committer: Ismaël Mejía <ie...@gmail.com>
Committed: Tue Aug 1 13:53:46 2017 +0200

----------------------------------------------------------------------
 sdks/java/io/hcatalog/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------