Merge branch 'devel-3' of https://github.com/apache/incubator-apex-core into feature-module
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/b17365f9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b17365f9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b17365f9 Branch: refs/heads/feature-module Commit: b17365f94b7bc8c0edc014f2dd95c52f31798a15 Parents: 4f507ea 809e6f6 Author: Vlad Rozov <[email protected]> Authored: Sun Oct 11 08:59:54 2015 -0700 Committer: Vlad Rozov <[email protected]> Committed: Sun Oct 11 08:59:54 2015 -0700 ---------------------------------------------------------------------- .travis.yml | 2 + README.md | 23 +- apex-app-archetype/pom.xml | 2 +- apex-conf-archetype/pom.xml | 2 +- apex_checks.xml | 7 +- api/pom.xml | 4 +- api/src/test/resources/log4j.properties | 2 +- bufferserver/pom.xml | 6 +- .../src/test/resources/log4j.properties | 2 +- common/pom.xml | 4 +- engine/pom.xml | 9 +- .../stram/LaunchContainerRunnable.java | 27 +- .../java/com/datatorrent/stram/StramClient.java | 11 +- .../stram/client/StramClientUtils.java | 178 +- .../stram/plan/logical/LogicalPlan.java | 23 + .../stram/security/StramWSFilter.java | 47 +- .../security/StramWSFilterInitializer.java | 53 +- .../com/datatorrent/stram/util/ConfigUtils.java | 1 + .../java/org/apache/log4j/DTLoggerFactory.java | 4 +- .../datatorrent/stram/StramMiniClusterTest.java | 11 +- .../stram/client/EvalPropertiesTest.java | 68 - .../stram/client/StramClientUtilsTest.java | 131 ++ .../logical/LogicalPlanConfigurationTest.java | 6 + .../stram/plan/logical/LogicalPlanTest.java | 83 +- engine/src/test/resources/README | 9 - ...san_ RSA Public Key Cryptography in Java.pdf | 1932 ------------------ engine/src/test/resources/log4j.properties | 6 +- .../mydtapp/src/test/resources/log4j.properties | 6 +- engine/src/test/resources/testTopology.json | 2 +- pom.xml | 20 +- 30 files changed, 478 insertions(+), 2203 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b17365f9/engine/src/main/java/com/datatorrent/stram/plan/logical/LogicalPlan.java ----------------------------------------------------------------------
