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

[52/53] [abbrv] beam git commit: jstorm-runner: The failure of testing "SDK Python" blocked the validation of JStorm runner, so comment out "SDK Python" module temporarily. After the validation of JStorm runner. this commit shall be reverted.

jstorm-runner: The failure of testing "SDK Python" blocked the validation of JStorm runner, so comment out "SDK Python" module temporarily. After the validation of JStorm runner. this commit shall be reverted.


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

Branch: refs/heads/jstorm-runner
Commit: 87aaa6e259f75d890a08da75ad9a175402e06660
Parents: cb1c3f4
Author: basti.lj <ba...@alibaba-inc.com>
Authored: Thu Aug 17 17:12:28 2017 +0800
Committer: Pei He <pe...@apache.org>
Committed: Sat Aug 19 12:03:01 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/beam/blob/87aaa6e2/sdks/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/pom.xml b/sdks/pom.xml
index 27b9610..32c329d 100644
--- a/sdks/pom.xml
+++ b/sdks/pom.xml
@@ -35,7 +35,7 @@
   <modules>
     <module>common</module>
     <module>java</module>
-    <module>python</module>
+    <!--<module>python</module>-->
   </modules>
 
   <profiles>