Class cascading.flow.SubAssemblyPlatformTest

6

tests

0

failures

0

ignored

2.721s

duration

100%

successful

Tests

Test Duration Result
testAssemblyPlanFailure 1.272s passed
testBadSubAssembly 0.004s passed
testNestedAssemblies 0.828s passed
testNestedAssembliesAccessors 0.004s passed
testPipeAssembly 0.285s passed
testPipeAssemblySplit 0.328s passed

Standard output

2016-01-14 17:08:15,133 INFO  platform.PlatformRunner (PlatformRunner.java:getPlatformClassesFromClasspath(195)) - found 1 test platforms from classpath
2016-01-14 17:08:15,164 INFO  platform.PlatformRunner (PlatformRunner.java:addPlatform(244)) - adding test: cascading.flow.SubAssemblyPlatformTest, with platform: hadoop2-tez
2016-01-14 17:08:15,198 INFO  tez.Hadoop2TezPlatform (Hadoop2TezPlatform.java:setUp(136)) - not using cluster
2016-01-14 17:08:15,570 WARN  util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2016-01-14 17:08:15,946 INFO  platform.TestPlatform (TestPlatform.java:getGlobalProperties(73)) - platform property overrides: 
2016-01-14 17:08:16,241 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 17:08:16,243 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(149)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.0.4/561447ee876073bb61fddc52e2ad157f45c8edd/cascading-hadoop2-tez-3.0.4.jar
2016-01-14 17:08:16,356 INFO  property.AppProps (AppProps.java:getAppID(177)) - using app.id: 2B26B08AC5464CA9AEA3010E4608311F
2016-01-14 17:08:16,477 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: FirstAssembly(first)
2016-01-14 17:08:16,477 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: SecondAssembly(first)
2016-01-14 17:08:16,532 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 17:08:16,533 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(149)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.0.4/561447ee876073bb61fddc52e2ad157f45c8edd/cascading-hadoop2-tez-3.0.4.jar
2016-01-14 17:08:16,708 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] executed rule registry: NoHashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.100
2016-01-14 17:08:16,739 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] executed rule registry: HashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.131
2016-01-14 17:08:16,740 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] rule registry: NoHashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-01-14 17:08:16,740 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] rule registry: HashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-01-14 17:08:16,743 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] rule registry: NoHashJoinHadoop2TezRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 17:08:16,891 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] tap forcing step to tez local mode: foo
2016-01-14 17:08:17,053 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] tap forcing step to tez local mode: foo/split1
2016-01-14 17:08:17,302 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: TestAssembly(test)
2016-01-14 17:08:17,339 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 17:08:17,340 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(149)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.0.4/561447ee876073bb61fddc52e2ad157f45c8edd/cascading-hadoop2-tez-3.0.4.jar
2016-01-14 17:08:17,425 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [test] executed rule registry: NoHashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.037
2016-01-14 17:08:17,448 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [test] executed rule registry: HashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.060
2016-01-14 17:08:17,449 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [test] rule registry: NoHashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 17:08:17,450 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [test] rule registry: HashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 17:08:17,450 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [test] rule registry: NoHashJoinHadoop2TezRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 17:08:17,472 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [test] tap forcing step to tez local mode: foo
2016-01-14 17:08:17,499 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [test] tap forcing step to tez local mode: foo/split1
2016-01-14 17:08:17,585 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: TestAssembly(test)
2016-01-14 17:08:17,619 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 17:08:17,620 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(149)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.0.4/561447ee876073bb61fddc52e2ad157f45c8edd/cascading-hadoop2-tez-3.0.4.jar
2016-01-14 17:08:17,708 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] executed rule registry: NoHashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.049
2016-01-14 17:08:17,728 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] executed rule registry: HashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.069
2016-01-14 17:08:17,729 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] rule registry: NoHashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-01-14 17:08:17,729 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] rule registry: HashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-01-14 17:08:17,730 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] rule registry: NoHashJoinHadoop2TezRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 17:08:17,751 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] tap forcing step to tez local mode: foo
2016-01-14 17:08:17,771 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] tap forcing step to tez local mode: foo/split1
2016-01-14 17:08:17,787 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [left+right] tap forcing step to tez local mode: foo/split2
2016-01-14 17:08:17,919 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: FirstAssembly(first)
2016-01-14 17:08:17,920 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: SecondAssembly(first)