You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2017/04/14 20:03:37 UTC

[1/2] beam git commit: Avoi repackaging bigtable classes in dataflow runner.

Repository: beam
Updated Branches:
  refs/heads/master 735a82bda -> cf9ac454d


Avoi repackaging bigtable classes in dataflow runner.


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

Branch: refs/heads/master
Commit: 4017a37d632dc6c2224fbe3e820125748fbdc64a
Parents: 735a82b
Author: Raghu Angadi <ra...@google.com>
Authored: Fri Apr 14 11:18:05 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Apr 14 13:03:28 2017 -0700

----------------------------------------------------------------------
 runners/google-cloud-dataflow-java/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/4017a37d/runners/google-cloud-dataflow-java/pom.xml
----------------------------------------------------------------------
diff --git a/runners/google-cloud-dataflow-java/pom.xml b/runners/google-cloud-dataflow-java/pom.xml
index c33faf7..7b0bb88 100644
--- a/runners/google-cloud-dataflow-java/pom.xml
+++ b/runners/google-cloud-dataflow-java/pom.xml
@@ -112,7 +112,6 @@
               <shadeTestJar>true</shadeTestJar>
               <artifactSet>
                 <includes>
-                  <include>com.google.cloud.bigtable:bigtable-client-core</include>
                   <include>com.google.guava:guava</include>
                   <include>org.apache.beam:beam-runners-core-construction-java</include>
                 </includes>
@@ -144,17 +143,6 @@
                   <shadedPattern>org.apache.beam.runners.dataflow.repackaged.com.google.thirdparty</shadedPattern>
                 </relocation>
                 <relocation>
-                  <pattern>com.google.cloud.bigtable</pattern>
-                  <shadedPattern>org.apache.beam.runners.dataflow.repackaged.com.google.cloud.bigtable</shadedPattern>
-                  <excludes>
-                    <exclude>com.google.cloud.bigtable.config.BigtableOptions*</exclude>
-                    <exclude>com.google.cloud.bigtable.config.CredentialOptions*</exclude>
-                    <exclude>com.google.cloud.bigtable.config.RetryOptions*</exclude>
-                    <exclude>com.google.cloud.bigtable.grpc.BigtableClusterName</exclude>
-                    <exclude>com.google.cloud.bigtable.grpc.BigtableTableName</exclude>
-                  </excludes>
-                </relocation>
-                <relocation>
                   <pattern>org.apache.beam.runners.core</pattern>
                   <shadedPattern>org.apache.beam.runners.dataflow.repackaged.org.apache.beam.runners.core</shadedPattern>
                 </relocation>


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

Posted by dh...@apache.org.
This closes #2541


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

Branch: refs/heads/master
Commit: cf9ac454d40555de1fd54a145c8c5fbbdd6bbf8a
Parents: 735a82b 4017a37
Author: Dan Halperin <dh...@google.com>
Authored: Fri Apr 14 13:03:30 2017 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Apr 14 13:03:30 2017 -0700

----------------------------------------------------------------------
 runners/google-cloud-dataflow-java/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------