Class cascading.flow.SubAssemblyPlatformTest

6

tests

0

failures

0

ignored

2.638s

duration

100%

successful

Tests

Test Duration Result
testAssemblyPlanFailure 1.192s passed
testBadSubAssembly 0.003s passed
testNestedAssemblies 0.833s passed
testNestedAssembliesAccessors 0.004s passed
testPipeAssembly 0.279s passed
testPipeAssemblySplit 0.327s passed

Standard output

2016-05-17 22:29:14,371 INFO  platform.PlatformRunner (PlatformRunner.java:getPlatformClassesFromClasspath(197)) - found 1 test platforms from classpath
2016-05-17 22:29:14,403 INFO  platform.PlatformRunner (PlatformRunner.java:addPlatform(246)) - adding test: cascading.flow.SubAssemblyPlatformTest, with platform: hadoop2-tez
2016-05-17 22:29:14,437 INFO  tez.Hadoop2TezPlatform (Hadoop2TezPlatform.java:setUp(136)) - not using cluster
2016-05-17 22:29:14,802 WARN  util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2016-05-17 22:29:15,132 INFO  platform.TestPlatform (TestPlatform.java:getGlobalProperties(75)) - platform property overrides: 
2016-05-17 22:29:15,419 INFO  util.Util (Util.java:findMainClass(1374)) - using default application jar, may cause class not found exceptions on the cluster
2016-05-17 22:29:15,421 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(151)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.1.0/226af02e24d5195c60e4ebe911d0c7c9780f59f0/cascading-hadoop2-tez-3.1.0.jar
2016-05-17 22:29:15,542 INFO  property.AppProps (AppProps.java:getAppID(177)) - using app.id: 2B4F1E2776D94BBE97ADEF83D0E890F5
2016-05-17 22:29:15,635 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: FirstAssembly(first)
2016-05-17 22:29:15,635 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: SecondAssembly(first)
2016-05-17 22:29:15,692 INFO  util.Util (Util.java:findMainClass(1374)) - using default application jar, may cause class not found exceptions on the cluster
2016-05-17 22:29:15,693 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(151)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.1.0/226af02e24d5195c60e4ebe911d0c7c9780f59f0/cascading-hadoop2-tez-3.1.0.jar
2016-05-17 22:29:15,870 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [first] executed rule registry: NoHashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.102
2016-05-17 22:29:15,898 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [first] executed rule registry: HashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.130
2016-05-17 22:29:15,899 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [first] rule registry: NoHashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-05-17 22:29:15,899 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [first] rule registry: HashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-05-17 22:29:15,901 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [first] rule registry: NoHashJoinHadoop2TezRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-05-17 22:29:16,048 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [first] tap forcing step to tez local mode: foo
2016-05-17 22:29:16,213 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [first] tap forcing step to tez local mode: foo/split1
2016-05-17 22:29:16,464 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: TestAssembly(test)
2016-05-17 22:29:16,517 INFO  util.Util (Util.java:findMainClass(1374)) - using default application jar, may cause class not found exceptions on the cluster
2016-05-17 22:29:16,517 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(151)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.1.0/226af02e24d5195c60e4ebe911d0c7c9780f59f0/cascading-hadoop2-tez-3.1.0.jar
2016-05-17 22:29:16,588 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [test] executed rule registry: NoHashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.033
2016-05-17 22:29:16,616 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [test] executed rule registry: HashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.061
2016-05-17 22:29:16,617 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [test] rule registry: NoHashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-05-17 22:29:16,618 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [test] rule registry: HashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-05-17 22:29:16,618 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [test] rule registry: NoHashJoinHadoop2TezRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-05-17 22:29:16,642 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [test] tap forcing step to tez local mode: foo
2016-05-17 22:29:16,663 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [test] tap forcing step to tez local mode: foo/split1
2016-05-17 22:29:16,740 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: TestAssembly(test)
2016-05-17 22:29:16,774 INFO  util.Util (Util.java:findMainClass(1374)) - using default application jar, may cause class not found exceptions on the cluster
2016-05-17 22:29:16,775 INFO  planner.Hadoop2TezPlanner (Hadoop2TezPlanner.java:initialize(151)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-tez/3.1.0/226af02e24d5195c60e4ebe911d0c7c9780f59f0/cascading-hadoop2-tez-3.1.0.jar
2016-05-17 22:29:16,858 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] executed rule registry: NoHashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.044
2016-05-17 22:29:16,876 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] executed rule registry: HashJoinHadoop2TezRuleRegistry, completed as: SUCCESS, in: 00:00.061
2016-05-17 22:29:16,877 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] rule registry: NoHashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-05-17 22:29:16,877 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] rule registry: HashJoinHadoop2TezRuleRegistry, supports assembly with steps: 1, nodes: 3
2016-05-17 22:29:16,878 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] rule registry: NoHashJoinHadoop2TezRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-05-17 22:29:16,898 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] tap forcing step to tez local mode: foo
2016-05-17 22:29:16,918 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] tap forcing step to tez local mode: foo/split1
2016-05-17 22:29:16,933 INFO  flow.Flow (BaseFlow.java:logInfo(1504)) - [left+right] tap forcing step to tez local mode: foo/split2
2016-05-17 22:29:17,072 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: FirstAssembly(first)
2016-05-17 22:29:17,072 WARN  pipe.SubAssembly (SubAssembly.java:setTails(121)) - previous pipes not set via setPrevious or constructor on: SecondAssembly(first)