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 <[email protected]> Authored: Thu Aug 17 17:12:28 2017 +0800 Committer: Pei He <[email protected]> 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>
