You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/11/07 16:55:05 UTC

[49/50] [abbrv] beam git commit: mr-runner: re-enable sdks/python module.

mr-runner: re-enable sdks/python module.


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

Branch: refs/heads/mr-runner
Commit: 202a2cb242df8ce8b11ff19c7d8307991d61af3a
Parents: f63cecd
Author: Pei He <pe...@apache.org>
Authored: Tue Nov 7 17:15:12 2017 +0800
Committer: Pei He <pe...@apache.org>
Committed: Tue Nov 7 17:15:12 2017 +0800

----------------------------------------------------------------------
 sdks/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/202a2cb2/sdks/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/pom.xml b/sdks/pom.xml
index f0afdad..7c85489 100644
--- a/sdks/pom.xml
+++ b/sdks/pom.xml
@@ -35,7 +35,7 @@
   <modules>
     <module>go</module>
     <module>java</module>
-    <!--<module>python</module>-->
+    <module>python</module>
   </modules>
 
   <profiles>