Class cascading.pipe.assembly.AssemblyHelpersPlatformTest

35

tests

0

failures

0

ignored

10.158s

duration

100%

successful

Tests

Test Duration Result
testAverageBy 0.147s passed
testAverageByNull 0.138s passed
testAverageMerge 0.499s passed
testCoerce 0.078s passed
testCoerceFields 0.140s passed
testCount 0.185s passed
testCountAll 0.124s passed
testCountCount 0.748s passed
testCountMerge 0.448s passed
testCountNullNotNull 0.120s passed
testDiscardNarrow 0.088s passed
testFirstBy 0.191s passed
testFirstByWithoutComparator 0.380s passed
testMaxBy 0.174s passed
testMaxByNullSafety 0.138s passed
testMaxByString 0.214s passed
testMinBy 0.240s passed
testMinByNullSafety 0.300s passed
testMinByString 0.496s passed
testParallelAggregates 0.130s passed
testParallelAggregatesMerge 2.336s passed
testParallelAggregatesMergeLegacyHash 0.190s passed
testParallelAggregatesPriorMerge 0.270s passed
testParallelAggregatesPriorMergeLegacyHash 0.240s passed
testRenameAll 0.187s passed
testRenameNamed 0.103s passed
testRenameNarrow 0.074s passed
testRetainNarrow 0.077s passed
testSameSourceMerge 0.278s passed
testSameSourceMergeThreeWay 0.610s passed
testSumBy 0.164s passed
testSumByNulls 0.141s passed
testSumMerge 0.218s passed
testUnique 0.129s passed
testUniqueMerge 0.163s passed

Standard output

2016-01-14 23:49:55,988 INFO  platform.PlatformRunner (PlatformRunner.java:getPlatformClassesFromClasspath(195)) - found 1 test platforms from classpath
2016-01-14 23:49:56,005 INFO  platform.PlatformRunner (PlatformRunner.java:addPlatform(244)) - adding test: cascading.pipe.assembly.AssemblyHelpersPlatformTest, with platform: hadoop
2016-01-14 23:49:56,036 INFO  hadoop.HadoopPlatform (HadoopPlatform.java:setUp(127)) - not using cluster
2016-01-14 23:49:56,291 INFO  platform.TestPlatform (TestPlatform.java:getGlobalProperties(73)) - platform property overrides: 
2016-01-14 23:49:56,632 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:49:56,634 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:49:56,734 INFO  property.AppProps (AppProps.java:getAppID(177)) - using app.id: 762B504403C7485684AEB6745F1B5EFC
2016-01-14 23:49:56,952 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.178
2016-01-14 23:49:56,956 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:49:56,956 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:49:57,181 INFO  util.Version (Version.java:printBanner(82)) - Concurrent, Inc - Cascading 3.0.4
2016-01-14 23:49:57,184 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting
2016-01-14 23:49:57,184 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:49:57,185 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:49:57,186 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  sink: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesMerge/multimerge+false188"]
2016-01-14 23:49:57,186 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  parallel execution of steps is enabled: false
2016-01-14 23:49:57,188 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  executing total steps: 1
2016-01-14 23:49:57,189 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  allocating management threads: 1
2016-01-14 23:49:57,190 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting step: (1/1) ...Merge/multimerge+false188
2016-01-14 23:49:57,231 WARN  util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(52)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2016-01-14 23:49:57,287 WARN  snappy.LoadSnappy (LoadSnappy.java:<clinit>(46)) - Snappy native library not loaded
2016-01-14 23:49:57,546 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] submitted hadoop job: job_local228616119_0001
2016-01-14 23:49:57,548 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] tracking url: http://localhost:8080/
2016-01-14 23:49:57,662 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:49:57,852 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:49:57,852 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:49:57,888 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: C8BE84C1226D4D04A089EBBFD80D9C36, ordinal: 0
2016-01-14 23:49:57,940 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:49:57,941 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by: multi-lhs:[{1}:'char'] multi-rhs:[{1}:'char']]
2016-01-14 23:49:57,942 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C8BE84C1226D4D04A089EBBFD80D9C36, mem on start (mb), free: 73, total: 223, max: 672
2016-01-14 23:49:57,962 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:49:57,962 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 72, total: 223, max: 672
2016-01-14 23:49:57,963 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 33% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:57,964 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:49:57,964 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 72, total: 223, max: 672
2016-01-14 23:49:57,964 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 33% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:57,965 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:49:57,966 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 72, total: 223, max: 672
2016-01-14 23:49:57,966 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 33% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:57,967 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:49:57,967 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 72, total: 223, max: 672
2016-01-14 23:49:57,967 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 33% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:57,968 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C8BE84C1226D4D04A089EBBFD80D9C36, mem on close (mb), free: 72, total: 223, max: 672
2016-01-14 23:49:57,985 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:49:58,091 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:49:58,092 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:49:58,112 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: C8BE84C1226D4D04A089EBBFD80D9C36, ordinal: 0
2016-01-14 23:49:58,113 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:49:58,114 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by: multi-lhs:[{1}:'char'] multi-rhs:[{1}:'char']]
2016-01-14 23:49:58,114 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C8BE84C1226D4D04A089EBBFD80D9C36, mem on start (mb), free: 66, total: 318, max: 672
2016-01-14 23:49:58,189 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:49:58,189 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 63, total: 318, max: 672
2016-01-14 23:49:58,190 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 47% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:58,191 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:49:58,191 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 63, total: 318, max: 672
2016-01-14 23:49:58,192 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 47% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:58,193 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:49:58,193 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 63, total: 318, max: 672
2016-01-14 23:49:58,193 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 47% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:58,194 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:49:58,194 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 63, total: 318, max: 672
2016-01-14 23:49:58,195 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 47% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:58,196 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C8BE84C1226D4D04A089EBBFD80D9C36, mem on close (mb), free: 63, total: 318, max: 672
2016-01-14 23:49:58,231 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:49:58,232 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:49:58,272 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: DC21B673EE884168936DE9D088397524, ordinal: 1
2016-01-14 23:49:58,277 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(name)[by: multi-lhs:[{1}:'char'] multi-rhs:[{1}:'char']]
2016-01-14 23:49:58,277 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesMerge/multimerge+false188"]
2016-01-14 23:49:58,277 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: DC21B673EE884168936DE9D088397524, mem on start (mb), free: 117, total: 318, max: 672
2016-01-14 23:49:58,295 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: DC21B673EE884168936DE9D088397524, mem on close (mb), free: 117, total: 318, max: 672
2016-01-14 23:49:58,315 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesMerge/multimerge+false188/_temporary
2016-01-14 23:49:58,316 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  completed in: 00:01.129
2016-01-14 23:49:58,369 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testParallelAggregatesMerge/multimerge+false188
2016-01-14 23:49:58,406 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:49:58,406 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:49:58,496 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.082
2016-01-14 23:49:58,498 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:49:58,499 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:49:58,536 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting
2016-01-14 23:49:58,536 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:49:58,537 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  sink: Hfs["TextDelimited[['num', 'min']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinByString/minbystring"]
2016-01-14 23:49:58,537 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  parallel execution of steps is enabled: false
2016-01-14 23:49:58,537 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  executing total steps: 1
2016-01-14 23:49:58,538 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  allocating management threads: 1
2016-01-14 23:49:58,538 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting step: (1/1) ...stMinByString/minbystring
2016-01-14 23:49:58,660 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] submitted hadoop job: job_local585249246_0002
2016-01-14 23:49:58,660 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] tracking url: http://localhost:8080/
2016-01-14 23:49:58,666 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:49:58,780 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:49:58,780 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:49:58,789 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: EB6B329FABF14A4FB30CA8461A4773A6, ordinal: 0
2016-01-14 23:49:58,790 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:49:58,791 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(max)[by:[{1}:'num']]
2016-01-14 23:49:58,791 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: EB6B329FABF14A4FB30CA8461A4773A6, mem on start (mb), free: 98, total: 414, max: 672
2016-01-14 23:49:58,793 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:49:58,793 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 98, total: 414, max: 672
2016-01-14 23:49:58,793 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 61% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:58,794 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:49:58,794 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 98, total: 414, max: 672
2016-01-14 23:49:58,795 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 61% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:58,796 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: EB6B329FABF14A4FB30CA8461A4773A6, mem on close (mb), free: 98, total: 414, max: 672
2016-01-14 23:49:58,807 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:49:58,807 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:49:58,817 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: D2077DC79790486788EACA0B841ADF5A, ordinal: 1
2016-01-14 23:49:58,817 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(max)[by:[{1}:'num']]
2016-01-14 23:49:58,818 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['num', 'min']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinByString/minbystring"]
2016-01-14 23:49:58,818 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D2077DC79790486788EACA0B841ADF5A, mem on start (mb), free: 97, total: 414, max: 672
2016-01-14 23:49:58,823 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D2077DC79790486788EACA0B841ADF5A, mem on close (mb), free: 96, total: 414, max: 672
2016-01-14 23:49:58,834 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinByString/minbystring/_temporary
2016-01-14 23:49:58,834 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  completed in: 00:00.298
2016-01-14 23:49:58,868 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testMinByString/minbystring
2016-01-14 23:49:58,888 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:49:58,889 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:49:58,969 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.076
2016-01-14 23:49:58,971 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:49:58,972 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:49:58,999 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs] starting
2016-01-14 23:49:59,000 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:49:59,000 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:49:59,001 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs]  sink: Hfs["TextDelimited[['char', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageMerge/mergeaverage"]
2016-01-14 23:49:59,001 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs]  parallel execution of steps is enabled: false
2016-01-14 23:49:59,001 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs]  executing total steps: 1
2016-01-14 23:49:59,001 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs]  allocating management threads: 1
2016-01-14 23:49:59,002 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs] starting step: (1/1) ...AverageMerge/mergeaverage
2016-01-14 23:49:59,047 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs] submitted hadoop job: job_local1556764479_0003
2016-01-14 23:49:59,047 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs] tracking url: http://localhost:8080/
2016-01-14 23:49:59,052 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:49:59,151 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:49:59,151 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:49:59,163 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F8AEA556F05D4A3BB8F6C2BB70108CF8, ordinal: 0
2016-01-14 23:49:59,164 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:49:59,164 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(average-lhs+average-rhs)[by: average-lhs:[{1}:'char'] average-rhs:[{1}:'char']]
2016-01-14 23:49:59,164 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F8AEA556F05D4A3BB8F6C2BB70108CF8, mem on start (mb), free: 78, total: 509, max: 672
2016-01-14 23:49:59,166 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:49:59,166 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 78, total: 509, max: 672
2016-01-14 23:49:59,167 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 75% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:59,168 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:49:59,168 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 78, total: 509, max: 672
2016-01-14 23:49:59,168 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 75% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:59,169 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:49:59,170 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 78, total: 509, max: 672
2016-01-14 23:49:59,170 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 75% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:59,171 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:49:59,171 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 78, total: 509, max: 672
2016-01-14 23:49:59,172 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 75% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:49:59,172 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F8AEA556F05D4A3BB8F6C2BB70108CF8, mem on close (mb), free: 78, total: 509, max: 672
2016-01-14 23:49:59,181 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:49:59,278 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:49:59,279 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:49:59,290 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F8AEA556F05D4A3BB8F6C2BB70108CF8, ordinal: 0
2016-01-14 23:49:59,291 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:49:59,291 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(average-lhs+average-rhs)[by: average-lhs:[{1}:'char'] average-rhs:[{1}:'char']]
2016-01-14 23:49:59,292 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F8AEA556F05D4A3BB8F6C2BB70108CF8, mem on start (mb), free: 39, total: 572, max: 672
2016-01-14 23:49:59,295 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:49:59,295 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 39, total: 572, max: 672
2016-01-14 23:49:59,297 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:49:59,297 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 39, total: 572, max: 672
2016-01-14 23:49:59,298 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:49:59,298 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 39, total: 572, max: 672
2016-01-14 23:49:59,299 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:49:59,299 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 39, total: 572, max: 672
2016-01-14 23:49:59,300 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F8AEA556F05D4A3BB8F6C2BB70108CF8, mem on close (mb), free: 39, total: 572, max: 672
2016-01-14 23:49:59,313 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:49:59,313 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:49:59,322 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: AFC5F401241F4C6F845DB32659F0B951, ordinal: 1
2016-01-14 23:49:59,323 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(average-lhs+average-rhs)[by: average-lhs:[{1}:'char'] average-rhs:[{1}:'char']]
2016-01-14 23:49:59,323 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageMerge/mergeaverage"]
2016-01-14 23:49:59,324 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: AFC5F401241F4C6F845DB32659F0B951, mem on start (mb), free: 38, total: 572, max: 672
2016-01-14 23:49:59,329 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: AFC5F401241F4C6F845DB32659F0B951, mem on close (mb), free: 37, total: 572, max: 672
2016-01-14 23:49:59,348 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageMerge/mergeaverage/_temporary
2016-01-14 23:49:59,348 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average-lhs+average-rhs]  completed in: 00:00.349
2016-01-14 23:49:59,367 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testAverageMerge/mergeaverage
2016-01-14 23:49:59,378 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:49:59,379 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:49:59,411 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.029
2016-01-14 23:49:59,412 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 1
2016-01-14 23:49:59,413 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:49:59,427 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting
2016-01-14 23:49:59,427 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:49:59,427 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  sink: Hfs["TextLine[['line']->['item', 'element']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameAll/renameall"]
2016-01-14 23:49:59,428 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  parallel execution of steps is enabled: false
2016-01-14 23:49:59,428 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  executing total steps: 1
2016-01-14 23:49:59,428 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  allocating management threads: 1
2016-01-14 23:49:59,429 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting step: (1/1) ...m/testRenameAll/renameall
2016-01-14 23:49:59,499 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] submitted hadoop job: job_local301424984_0004
2016-01-14 23:49:59,500 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] tracking url: http://localhost:8080/
2016-01-14 23:49:59,507 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt
2016-01-14 23:49:59,512 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:49:59,512 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:49:59,519 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: ED5FCFA4EF214F65A69006092B16D530, ordinal: 0
2016-01-14 23:49:59,520 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:49:59,521 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: Hfs["TextLine[['line']->['item', 'element']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameAll/renameall"]
2016-01-14 23:49:59,521 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ED5FCFA4EF214F65A69006092B16D530, mem on start (mb), free: 85, total: 572, max: 672
2016-01-14 23:49:59,524 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ED5FCFA4EF214F65A69006092B16D530, mem on close (mb), free: 85, total: 572, max: 672
2016-01-14 23:49:59,545 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameAll/renameall/_temporary
2016-01-14 23:49:59,545 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  completed in: 00:00.117
2016-01-14 23:49:59,554 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testRenameAll/renameall
2016-01-14 23:49:59,566 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:49:59,567 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:49:59,659 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.088
2016-01-14 23:49:59,661 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 2, nodes: 4
2016-01-14 23:49:59,661 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:49:59,697 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting
2016-01-14 23:49:59,698 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:49:59,698 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  sink: Hfs["TextDelimited[['count', 'count2']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountCount/countcount"]
2016-01-14 23:49:59,699 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  parallel execution of steps is enabled: false
2016-01-14 23:49:59,699 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  executing total steps: 2
2016-01-14 23:49:59,699 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  allocating management threads: 1
2016-01-14 23:49:59,701 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting step: (1/2)
2016-01-14 23:49:59,736 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] submitted hadoop job: job_local433671174_0005
2016-01-14 23:49:59,736 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] tracking url: http://localhost:8080/
2016-01-14 23:49:59,741 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:00,011 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:00,014 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,026 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: DEAC08F597E244DBB4BF04E7FA610B76, ordinal: 0
2016-01-14 23:50:00,027 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:00,028 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count)[by:[{1}:'char']]
2016-01-14 23:50:00,028 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: DEAC08F597E244DBB4BF04E7FA610B76, mem on start (mb), free: 143, total: 250, max: 672
2016-01-14 23:50:00,029 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:00,030 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 143, total: 250, max: 672
2016-01-14 23:50:00,030 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 37% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,031 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:00,032 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 143, total: 250, max: 672
2016-01-14 23:50:00,032 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 37% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,033 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:00,034 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 143, total: 250, max: 672
2016-01-14 23:50:00,034 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 37% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,035 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:00,035 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 143, total: 250, max: 672
2016-01-14 23:50:00,036 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 37% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,037 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: DEAC08F597E244DBB4BF04E7FA610B76, mem on close (mb), free: 143, total: 250, max: 672
2016-01-14 23:50:00,052 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:00,052 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,064 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: E1F716988907437FBACA94D76A859E17, ordinal: 1
2016-01-14 23:50:00,066 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count)[by:[{1}:'char']]
2016-01-14 23:50:00,066 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: TempHfs["SequenceFile[['count', 'count2']]"][4422395587/count/]
2016-01-14 23:50:00,066 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E1F716988907437FBACA94D76A859E17, mem on start (mb), free: 142, total: 250, max: 672
2016-01-14 23:50:00,079 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:00,079 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 141, total: 250, max: 672
2016-01-14 23:50:00,079 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 37% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,080 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E1F716988907437FBACA94D76A859E17, mem on close (mb), free: 141, total: 250, max: 672
2016-01-14 23:50:00,096 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting step: (2/2) ...testCountCount/countcount
2016-01-14 23:50:00,129 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] submitted hadoop job: job_local676936246_0006
2016-01-14 23:50:00,130 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] tracking url: http://localhost:8080/
2016-01-14 23:50:00,135 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/4422395587_count_709C2083A9784314902681350983BFE9/part-00000
2016-01-14 23:50:00,243 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:00,244 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,251 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: C371816C5BAC4175BD0AB3BB5BEF8D04, ordinal: 0
2016-01-14 23:50:00,252 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['count', 'count2']]"][4422395587/count/]
2016-01-14 23:50:00,252 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count)[by:[{1}:'count']]
2016-01-14 23:50:00,252 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C371816C5BAC4175BD0AB3BB5BEF8D04, mem on start (mb), free: 131, total: 346, max: 672
2016-01-14 23:50:00,253 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C371816C5BAC4175BD0AB3BB5BEF8D04, mem on close (mb), free: 131, total: 346, max: 672
2016-01-14 23:50:00,262 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:00,262 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,271 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: DDEE6915641149838074AC17C8FD660F, ordinal: 1
2016-01-14 23:50:00,271 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count)[by:[{1}:'count']]
2016-01-14 23:50:00,271 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['count', 'count2']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountCount/countcount"]
2016-01-14 23:50:00,272 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: DDEE6915641149838074AC17C8FD660F, mem on start (mb), free: 130, total: 346, max: 672
2016-01-14 23:50:00,275 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: DDEE6915641149838074AC17C8FD660F, mem on close (mb), free: 130, total: 346, max: 672
2016-01-14 23:50:00,286 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountCount/countcount/_temporary
2016-01-14 23:50:00,287 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  completed in: 00:00.589
2016-01-14 23:50:00,303 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testCountCount/countcount
2016-01-14 23:50:00,315 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:00,315 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:00,373 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.053
2016-01-14 23:50:00,375 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:00,375 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:00,395 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs] starting
2016-01-14 23:50:00,396 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:00,396 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:00,396 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs]  sink: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountMerge/mergecount"]
2016-01-14 23:50:00,397 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs]  parallel execution of steps is enabled: false
2016-01-14 23:50:00,397 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs]  executing total steps: 1
2016-01-14 23:50:00,398 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs]  allocating management threads: 1
2016-01-14 23:50:00,399 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs] starting step: (1/1) ...testCountMerge/mergecount
2016-01-14 23:50:00,431 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs] submitted hadoop job: job_local1321717109_0007
2016-01-14 23:50:00,432 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs] tracking url: http://localhost:8080/
2016-01-14 23:50:00,436 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:00,533 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:00,534 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,544 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E58E19F61E3B461A9AA805CFFCD55645, ordinal: 0
2016-01-14 23:50:00,545 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:00,546 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count-lhs+count-rhs)[by: count-lhs:[{1}:'char'] count-rhs:[{1}:'char']]
2016-01-14 23:50:00,546 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E58E19F61E3B461A9AA805CFFCD55645, mem on start (mb), free: 111, total: 441, max: 672
2016-01-14 23:50:00,548 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:00,548 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 110, total: 441, max: 672
2016-01-14 23:50:00,548 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 65% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,550 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:00,550 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 110, total: 441, max: 672
2016-01-14 23:50:00,551 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 65% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,552 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:00,552 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 110, total: 441, max: 672
2016-01-14 23:50:00,553 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 65% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,554 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:00,554 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 110, total: 441, max: 672
2016-01-14 23:50:00,555 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 65% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,556 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E58E19F61E3B461A9AA805CFFCD55645, mem on close (mb), free: 110, total: 441, max: 672
2016-01-14 23:50:00,564 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:50:00,663 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:00,664 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,674 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E58E19F61E3B461A9AA805CFFCD55645, ordinal: 0
2016-01-14 23:50:00,675 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:00,675 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count-lhs+count-rhs)[by: count-lhs:[{1}:'char'] count-rhs:[{1}:'char']]
2016-01-14 23:50:00,675 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E58E19F61E3B461A9AA805CFFCD55645, mem on start (mb), free: 105, total: 537, max: 672
2016-01-14 23:50:00,679 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:00,679 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 105, total: 537, max: 672
2016-01-14 23:50:00,680 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 79% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,681 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:00,682 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 105, total: 537, max: 672
2016-01-14 23:50:00,682 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 79% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,683 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:00,683 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 105, total: 537, max: 672
2016-01-14 23:50:00,684 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 79% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,685 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:00,685 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 105, total: 537, max: 672
2016-01-14 23:50:00,686 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 79% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:00,687 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E58E19F61E3B461A9AA805CFFCD55645, mem on close (mb), free: 105, total: 537, max: 672
2016-01-14 23:50:00,699 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:00,700 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,707 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: E2935F2668E2444F80547FB6F038B983, ordinal: 1
2016-01-14 23:50:00,708 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count-lhs+count-rhs)[by: count-lhs:[{1}:'char'] count-rhs:[{1}:'char']]
2016-01-14 23:50:00,708 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountMerge/mergecount"]
2016-01-14 23:50:00,708 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E2935F2668E2444F80547FB6F038B983, mem on start (mb), free: 104, total: 537, max: 672
2016-01-14 23:50:00,713 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E2935F2668E2444F80547FB6F038B983, mem on close (mb), free: 103, total: 537, max: 672
2016-01-14 23:50:00,730 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountMerge/mergecount/_temporary
2016-01-14 23:50:00,730 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs+count-rhs]  completed in: 00:00.334
2016-01-14 23:50:00,750 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testCountMerge/mergecount
2016-01-14 23:50:00,762 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:00,763 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:00,811 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.045
2016-01-14 23:50:00,812 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:00,813 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:00,841 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] starting
2016-01-14 23:50:00,841 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:00,841 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  sink: Hfs["TextDelimited[['char', 'min']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinByNullSafety/minbynullsafety"]
2016-01-14 23:50:00,842 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  parallel execution of steps is enabled: false
2016-01-14 23:50:00,842 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  executing total steps: 1
2016-01-14 23:50:00,842 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  allocating management threads: 1
2016-01-14 23:50:00,843 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] starting step: (1/1) ...ullSafety/minbynullsafety
2016-01-14 23:50:00,903 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] submitted hadoop job: job_local2101534015_0008
2016-01-14 23:50:00,904 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] tracking url: http://localhost:8080/
2016-01-14 23:50:00,910 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:00,958 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:00,958 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:00,968 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: D5ADE6A8E405446CB1C833F902228A3C, ordinal: 0
2016-01-14 23:50:00,969 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:00,969 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(min)[by:[{1}:'char']]
2016-01-14 23:50:00,969 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: D5ADE6A8E405446CB1C833F902228A3C, mem on start (mb), free: 91, total: 587, max: 672
2016-01-14 23:50:00,971 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:00,971 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 91, total: 587, max: 672
2016-01-14 23:50:00,972 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:00,972 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 91, total: 587, max: 672
2016-01-14 23:50:00,973 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:00,973 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 91, total: 587, max: 672
2016-01-14 23:50:00,974 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:00,974 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 91, total: 587, max: 672
2016-01-14 23:50:00,975 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: D5ADE6A8E405446CB1C833F902228A3C, mem on close (mb), free: 91, total: 587, max: 672
2016-01-14 23:50:00,988 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:00,989 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,000 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: D0F10348B02A41F0B5A7E82B39A2F47E, ordinal: 1
2016-01-14 23:50:01,001 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(min)[by:[{1}:'char']]
2016-01-14 23:50:01,001 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'min']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinByNullSafety/minbynullsafety"]
2016-01-14 23:50:01,001 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D0F10348B02A41F0B5A7E82B39A2F47E, mem on start (mb), free: 90, total: 587, max: 672
2016-01-14 23:50:01,008 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D0F10348B02A41F0B5A7E82B39A2F47E, mem on close (mb), free: 90, total: 587, max: 672
2016-01-14 23:50:01,021 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinByNullSafety/minbynullsafety/_temporary
2016-01-14 23:50:01,022 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  completed in: 00:00.180
2016-01-14 23:50:01,051 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testMinByNullSafety/minbynullsafety
2016-01-14 23:50:01,070 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:01,071 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:01,131 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.055
2016-01-14 23:50:01,132 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:01,133 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:01,149 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting
2016-01-14 23:50:01,149 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:01,150 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  sink: Hfs["TextDelimited[['num', 'max']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxByString/maxbystring"]
2016-01-14 23:50:01,150 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  parallel execution of steps is enabled: false
2016-01-14 23:50:01,150 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  executing total steps: 1
2016-01-14 23:50:01,150 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  allocating management threads: 1
2016-01-14 23:50:01,152 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting step: (1/1) ...stMaxByString/maxbystring
2016-01-14 23:50:01,178 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] submitted hadoop job: job_local387955457_0009
2016-01-14 23:50:01,178 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] tracking url: http://localhost:8080/
2016-01-14 23:50:01,183 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:01,199 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:01,200 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,206 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: C040983DC3D942F19EFB7B7E113D8A6A, ordinal: 0
2016-01-14 23:50:01,206 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:01,206 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(max)[by:[{1}:'num']]
2016-01-14 23:50:01,207 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C040983DC3D942F19EFB7B7E113D8A6A, mem on start (mb), free: 92, total: 593, max: 672
2016-01-14 23:50:01,208 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:01,208 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 92, total: 593, max: 672
2016-01-14 23:50:01,209 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:01,209 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 92, total: 593, max: 672
2016-01-14 23:50:01,210 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C040983DC3D942F19EFB7B7E113D8A6A, mem on close (mb), free: 92, total: 593, max: 672
2016-01-14 23:50:01,219 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:01,219 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,225 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: C7E5751B19AC4C18A1680F354AC5CC70, ordinal: 1
2016-01-14 23:50:01,226 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(max)[by:[{1}:'num']]
2016-01-14 23:50:01,226 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['num', 'max']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxByString/maxbystring"]
2016-01-14 23:50:01,226 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C7E5751B19AC4C18A1680F354AC5CC70, mem on start (mb), free: 91, total: 593, max: 672
2016-01-14 23:50:01,230 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C7E5751B19AC4C18A1680F354AC5CC70, mem on close (mb), free: 90, total: 593, max: 672
2016-01-14 23:50:01,242 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxByString/maxbystring/_temporary
2016-01-14 23:50:01,242 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  completed in: 00:00.093
2016-01-14 23:50:01,266 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testMaxByString/maxbystring
2016-01-14 23:50:01,291 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:01,291 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:01,326 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.029
2016-01-14 23:50:01,327 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:01,327 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:01,346 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] starting
2016-01-14 23:50:01,346 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  source: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs+rhs-cross.txt"]
2016-01-14 23:50:01,347 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  sink: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testFirstBy/firstnfields"]
2016-01-14 23:50:01,348 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  parallel execution of steps is enabled: false
2016-01-14 23:50:01,348 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  executing total steps: 1
2016-01-14 23:50:01,348 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  allocating management threads: 1
2016-01-14 23:50:01,349 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] starting step: (1/1) .../testFirstBy/firstnfields
2016-01-14 23:50:01,375 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] submitted hadoop job: job_local2071563013_0010
2016-01-14 23:50:01,376 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] tracking url: http://localhost:8080/
2016-01-14 23:50:01,380 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs+rhs-cross.txt
2016-01-14 23:50:01,397 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:01,397 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,403 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: C10A5B7618734A7CA0601E5442175EF4, ordinal: 0
2016-01-14 23:50:01,404 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs+rhs-cross.txt"]
2016-01-14 23:50:01,404 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(first)[by:[{1}:'num']]
2016-01-14 23:50:01,404 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C10A5B7618734A7CA0601E5442175EF4, mem on start (mb), free: 186, total: 692, max: 692
2016-01-14 23:50:01,407 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:01,407 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 186, total: 692, max: 692
2016-01-14 23:50:01,409 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:01,409 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 186, total: 692, max: 692
2016-01-14 23:50:01,410 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C10A5B7618734A7CA0601E5442175EF4, mem on close (mb), free: 186, total: 692, max: 692
2016-01-14 23:50:01,420 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:01,420 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,426 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: A4657C371FB34C508721F362CB4ACC1A, ordinal: 1
2016-01-14 23:50:01,427 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(first)[by:[{1}:'num']]
2016-01-14 23:50:01,427 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testFirstBy/firstnfields"]
2016-01-14 23:50:01,427 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: A4657C371FB34C508721F362CB4ACC1A, mem on start (mb), free: 185, total: 692, max: 692
2016-01-14 23:50:01,432 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: A4657C371FB34C508721F362CB4ACC1A, mem on close (mb), free: 185, total: 692, max: 692
2016-01-14 23:50:01,449 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testFirstBy/firstnfields/_temporary
2016-01-14 23:50:01,450 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  completed in: 00:00.103
2016-01-14 23:50:01,458 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testFirstBy/firstnfields
2016-01-14 23:50:01,469 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:01,470 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:01,510 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.036
2016-01-14 23:50:01,510 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 1
2016-01-14 23:50:01,511 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:01,522 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] starting
2016-01-14 23:50:01,522 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:01,523 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  sink: Hfs["TextLine[['line']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCoerceFields/coercefields"]
2016-01-14 23:50:01,523 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  parallel execution of steps is enabled: false
2016-01-14 23:50:01,523 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  executing total steps: 1
2016-01-14 23:50:01,524 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  allocating management threads: 1
2016-01-14 23:50:01,524 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] starting step: (1/1) ...CoerceFields/coercefields
2016-01-14 23:50:01,557 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] submitted hadoop job: job_local63759420_0011
2016-01-14 23:50:01,557 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] tracking url: http://localhost:8080/
2016-01-14 23:50:01,562 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt
2016-01-14 23:50:01,564 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:01,564 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,570 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: AE9A2B06FB4F448CAD1FEB0F71132217, ordinal: 0
2016-01-14 23:50:01,571 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:01,571 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: Hfs["TextLine[['line']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCoerceFields/coercefields"]
2016-01-14 23:50:01,571 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: AE9A2B06FB4F448CAD1FEB0F71132217, mem on start (mb), free: 170, total: 692, max: 692
2016-01-14 23:50:01,577 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: AE9A2B06FB4F448CAD1FEB0F71132217, mem on close (mb), free: 170, total: 692, max: 692
2016-01-14 23:50:01,590 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCoerceFields/coercefields/_temporary
2016-01-14 23:50:01,590 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  completed in: 00:00.067
2016-01-14 23:50:01,598 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testCoerceFields/coercefields
2016-01-14 23:50:01,608 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:01,608 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:01,644 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.033
2016-01-14 23:50:01,645 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:01,645 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:01,657 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting
2016-01-14 23:50:01,658 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:01,658 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  sink: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCount/count"]
2016-01-14 23:50:01,659 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  parallel execution of steps is enabled: false
2016-01-14 23:50:01,659 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  executing total steps: 1
2016-01-14 23:50:01,659 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  allocating management threads: 1
2016-01-14 23:50:01,660 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting step: (1/1) ...splatform/testCount/count
2016-01-14 23:50:01,689 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] submitted hadoop job: job_local302809059_0012
2016-01-14 23:50:01,689 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] tracking url: http://localhost:8080/
2016-01-14 23:50:01,694 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:01,721 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:01,721 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,729 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: A06BA426B70B4E6CA897740CE2398BA0, ordinal: 0
2016-01-14 23:50:01,730 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:01,730 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count)[by:[{1}:'char']]
2016-01-14 23:50:01,730 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A06BA426B70B4E6CA897740CE2398BA0, mem on start (mb), free: 199, total: 692, max: 692
2016-01-14 23:50:01,731 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:01,731 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 199, total: 692, max: 692
2016-01-14 23:50:01,732 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:01,732 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 199, total: 692, max: 692
2016-01-14 23:50:01,733 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:01,733 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 199, total: 692, max: 692
2016-01-14 23:50:01,734 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:01,734 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 199, total: 692, max: 692
2016-01-14 23:50:01,734 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A06BA426B70B4E6CA897740CE2398BA0, mem on close (mb), free: 199, total: 692, max: 692
2016-01-14 23:50:01,743 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:01,744 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,750 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: B202CB4701B84D6FBD8FCC2D8BA045E2, ordinal: 1
2016-01-14 23:50:01,750 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count)[by:[{1}:'char']]
2016-01-14 23:50:01,751 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCount/count"]
2016-01-14 23:50:01,751 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: B202CB4701B84D6FBD8FCC2D8BA045E2, mem on start (mb), free: 196, total: 692, max: 692
2016-01-14 23:50:01,754 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: B202CB4701B84D6FBD8FCC2D8BA045E2, mem on close (mb), free: 196, total: 692, max: 692
2016-01-14 23:50:01,770 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCount/count/_temporary
2016-01-14 23:50:01,770 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  completed in: 00:00.112
2016-01-14 23:50:01,784 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testCount/count
2016-01-14 23:50:01,792 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:01,793 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:01,835 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.039
2016-01-14 23:50:01,837 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:01,837 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:01,848 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting
2016-01-14 23:50:01,849 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:01,849 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  sink: Hfs["TextDelimited[['char', 'max']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxBy/maxby"]
2016-01-14 23:50:01,849 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  parallel execution of steps is enabled: false
2016-01-14 23:50:01,850 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  executing total steps: 1
2016-01-14 23:50:01,850 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  allocating management threads: 1
2016-01-14 23:50:01,851 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting step: (1/1) ...splatform/testMaxBy/maxby
2016-01-14 23:50:01,879 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] submitted hadoop job: job_local123342615_0013
2016-01-14 23:50:01,879 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] tracking url: http://localhost:8080/
2016-01-14 23:50:01,883 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:01,904 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:01,904 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,910 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: B38EFE00B0AA4991B3BF08A1E8A46F02, ordinal: 0
2016-01-14 23:50:01,910 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:01,911 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(max)[by:[{1}:'char']]
2016-01-14 23:50:01,911 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B38EFE00B0AA4991B3BF08A1E8A46F02, mem on start (mb), free: 216, total: 709, max: 709
2016-01-14 23:50:01,912 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:01,912 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 216, total: 709, max: 709
2016-01-14 23:50:01,913 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:01,913 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 216, total: 709, max: 709
2016-01-14 23:50:01,914 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:01,914 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 216, total: 709, max: 709
2016-01-14 23:50:01,915 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:01,915 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 216, total: 709, max: 709
2016-01-14 23:50:01,915 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B38EFE00B0AA4991B3BF08A1E8A46F02, mem on close (mb), free: 216, total: 709, max: 709
2016-01-14 23:50:01,923 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:01,923 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:01,930 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: C8E7E1EA4B6A4C1F9691C66B856C24F4, ordinal: 1
2016-01-14 23:50:01,930 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(max)[by:[{1}:'char']]
2016-01-14 23:50:01,930 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'max']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxBy/maxby"]
2016-01-14 23:50:01,930 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C8E7E1EA4B6A4C1F9691C66B856C24F4, mem on start (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:01,934 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C8E7E1EA4B6A4C1F9691C66B856C24F4, mem on close (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:01,943 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxBy/maxby/_temporary
2016-01-14 23:50:01,943 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  completed in: 00:00.095
2016-01-14 23:50:01,957 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testMaxBy/maxby
2016-01-14 23:50:01,970 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:01,971 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:02,003 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.029
2016-01-14 23:50:02,004 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:02,004 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:02,019 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] starting
2016-01-14 23:50:02,019 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,020 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  sink: Hfs["TextDelimited[['char', 'min']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinBy/minby"]
2016-01-14 23:50:02,020 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  parallel execution of steps is enabled: false
2016-01-14 23:50:02,020 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  executing total steps: 1
2016-01-14 23:50:02,020 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  allocating management threads: 1
2016-01-14 23:50:02,021 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] starting step: (1/1) ...splatform/testMinBy/minby
2016-01-14 23:50:02,047 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] submitted hadoop job: job_local759445850_0014
2016-01-14 23:50:02,047 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min] tracking url: http://localhost:8080/
2016-01-14 23:50:02,053 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:02,137 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,138 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,143 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F24EDC03A0AA43FA8285BEADF6873019, ordinal: 0
2016-01-14 23:50:02,144 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,144 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(min)[by:[{1}:'char']]
2016-01-14 23:50:02,144 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F24EDC03A0AA43FA8285BEADF6873019, mem on start (mb), free: 96, total: 709, max: 709
2016-01-14 23:50:02,145 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:02,145 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 96, total: 709, max: 709
2016-01-14 23:50:02,146 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:02,146 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 96, total: 709, max: 709
2016-01-14 23:50:02,147 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:02,147 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 96, total: 709, max: 709
2016-01-14 23:50:02,148 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:02,148 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 96, total: 709, max: 709
2016-01-14 23:50:02,149 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F24EDC03A0AA43FA8285BEADF6873019, mem on close (mb), free: 96, total: 709, max: 709
2016-01-14 23:50:02,157 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:02,158 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,167 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: C783E49F29D742CF97B5FB535FB8F931, ordinal: 1
2016-01-14 23:50:02,167 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(min)[by:[{1}:'char']]
2016-01-14 23:50:02,168 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'min']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinBy/minby"]
2016-01-14 23:50:02,168 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C783E49F29D742CF97B5FB535FB8F931, mem on start (mb), free: 94, total: 709, max: 709
2016-01-14 23:50:02,171 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C783E49F29D742CF97B5FB535FB8F931, mem on close (mb), free: 93, total: 709, max: 709
2016-01-14 23:50:02,182 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMinBy/minby/_temporary
2016-01-14 23:50:02,182 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [min]  completed in: 00:00.162
2016-01-14 23:50:02,198 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testMinBy/minby
2016-01-14 23:50:02,206 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:02,206 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:02,238 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.030
2016-01-14 23:50:02,239 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:02,239 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:02,257 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] starting
2016-01-14 23:50:02,258 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,258 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  sink: Hfs["TextDelimited[['char', 'sum']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumBy/sum"]
2016-01-14 23:50:02,258 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  parallel execution of steps is enabled: false
2016-01-14 23:50:02,258 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  executing total steps: 1
2016-01-14 23:50:02,258 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  allocating management threads: 1
2016-01-14 23:50:02,261 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] starting step: (1/1) ...ersplatform/testSumBy/sum
2016-01-14 23:50:02,282 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] submitted hadoop job: job_local1061570718_0015
2016-01-14 23:50:02,283 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] tracking url: http://localhost:8080/
2016-01-14 23:50:02,287 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:02,302 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,302 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,308 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: B5239DC498F3478B8E3C5D790117F151, ordinal: 0
2016-01-14 23:50:02,309 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,310 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(sum)[by:[{1}:'char']]
2016-01-14 23:50:02,310 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B5239DC498F3478B8E3C5D790117F151, mem on start (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:02,311 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:02,311 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:02,312 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:02,313 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:02,313 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:02,313 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:02,314 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:02,314 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:02,315 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B5239DC498F3478B8E3C5D790117F151, mem on close (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:02,323 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:02,323 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,331 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: B7B48DC4ACCA4C9BABAD806431B9174C, ordinal: 1
2016-01-14 23:50:02,332 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(sum)[by:[{1}:'char']]
2016-01-14 23:50:02,332 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumBy/sum"]
2016-01-14 23:50:02,332 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: B7B48DC4ACCA4C9BABAD806431B9174C, mem on start (mb), free: 206, total: 709, max: 709
2016-01-14 23:50:02,336 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: B7B48DC4ACCA4C9BABAD806431B9174C, mem on close (mb), free: 205, total: 709, max: 709
2016-01-14 23:50:02,347 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumBy/sum/_temporary
2016-01-14 23:50:02,348 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  completed in: 00:00.090
2016-01-14 23:50:02,362 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testSumBy/sum
2016-01-14 23:50:02,370 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:02,371 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:02,416 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.043
2016-01-14 23:50:02,417 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:02,417 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:02,432 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs] starting
2016-01-14 23:50:02,432 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:02,432 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,433 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs]  sink: Hfs["TextDelimited[['char', 'sum']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumMerge/mergesum"]
2016-01-14 23:50:02,433 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs]  parallel execution of steps is enabled: false
2016-01-14 23:50:02,433 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs]  executing total steps: 1
2016-01-14 23:50:02,433 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs]  allocating management threads: 1
2016-01-14 23:50:02,434 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs] starting step: (1/1) ...orm/testSumMerge/mergesum
2016-01-14 23:50:02,459 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs] submitted hadoop job: job_local1536319807_0016
2016-01-14 23:50:02,462 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs] tracking url: http://localhost:8080/
2016-01-14 23:50:02,464 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:02,479 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,480 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,486 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: FCE7BB774BED4C40BECB62A6DCC6B6DF, ordinal: 0
2016-01-14 23:50:02,487 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,487 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(sum-lhs+sum-rhs)[by: sum-lhs:[{1}:'char'] sum-rhs:[{1}:'char']]
2016-01-14 23:50:02,487 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: FCE7BB774BED4C40BECB62A6DCC6B6DF, mem on start (mb), free: 90, total: 709, max: 709
2016-01-14 23:50:02,489 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:02,489 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 90, total: 709, max: 709
2016-01-14 23:50:02,490 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:02,490 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 90, total: 709, max: 709
2016-01-14 23:50:02,491 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:02,491 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 90, total: 709, max: 709
2016-01-14 23:50:02,492 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:02,492 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 90, total: 709, max: 709
2016-01-14 23:50:02,492 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: FCE7BB774BED4C40BECB62A6DCC6B6DF, mem on close (mb), free: 90, total: 709, max: 709
2016-01-14 23:50:02,498 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:50:02,517 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,517 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,526 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: FCE7BB774BED4C40BECB62A6DCC6B6DF, ordinal: 0
2016-01-14 23:50:02,526 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:02,527 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(sum-lhs+sum-rhs)[by: sum-lhs:[{1}:'char'] sum-rhs:[{1}:'char']]
2016-01-14 23:50:02,527 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: FCE7BB774BED4C40BECB62A6DCC6B6DF, mem on start (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:02,529 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:02,530 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:02,530 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:02,531 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:02,531 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:02,531 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:02,532 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:02,532 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:02,533 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: FCE7BB774BED4C40BECB62A6DCC6B6DF, mem on close (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:02,542 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:02,542 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,548 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: FA10FACC8179462E919A596AD1E10B6D, ordinal: 1
2016-01-14 23:50:02,549 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(sum-lhs+sum-rhs)[by: sum-lhs:[{1}:'char'] sum-rhs:[{1}:'char']]
2016-01-14 23:50:02,549 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumMerge/mergesum"]
2016-01-14 23:50:02,549 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: FA10FACC8179462E919A596AD1E10B6D, mem on start (mb), free: 212, total: 708, max: 708
2016-01-14 23:50:02,553 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: FA10FACC8179462E919A596AD1E10B6D, mem on close (mb), free: 212, total: 708, max: 708
2016-01-14 23:50:02,567 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumMerge/mergesum/_temporary
2016-01-14 23:50:02,567 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum-lhs+sum-rhs]  completed in: 00:00.134
2016-01-14 23:50:02,580 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testSumMerge/mergesum
2016-01-14 23:50:02,587 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:02,588 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:02,607 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.017
2016-01-14 23:50:02,608 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 1
2016-01-14 23:50:02,609 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:02,616 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting
2016-01-14 23:50:02,616 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:02,617 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  sink: Hfs["TextLine[['num']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testDiscardNarrow/discardnarrow"]
2016-01-14 23:50:02,617 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  parallel execution of steps is enabled: false
2016-01-14 23:50:02,618 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  executing total steps: 1
2016-01-14 23:50:02,618 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  allocating management threads: 1
2016-01-14 23:50:02,619 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting step: (1/1) ...scardNarrow/discardnarrow
2016-01-14 23:50:02,639 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] submitted hadoop job: job_local919553230_0017
2016-01-14 23:50:02,639 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] tracking url: http://localhost:8080/
2016-01-14 23:50:02,643 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt
2016-01-14 23:50:02,645 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,646 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,650 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F464509536F849D0B11E63F3BB8E8407, ordinal: 0
2016-01-14 23:50:02,650 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:02,651 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: Hfs["TextLine[['num']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testDiscardNarrow/discardnarrow"]
2016-01-14 23:50:02,651 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F464509536F849D0B11E63F3BB8E8407, mem on start (mb), free: 197, total: 708, max: 708
2016-01-14 23:50:02,652 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F464509536F849D0B11E63F3BB8E8407, mem on close (mb), free: 197, total: 708, max: 708
2016-01-14 23:50:02,661 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testDiscardNarrow/discardnarrow/_temporary
2016-01-14 23:50:02,661 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  completed in: 00:00.046
2016-01-14 23:50:02,668 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testDiscardNarrow/discardnarrow
2016-01-14 23:50:02,678 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:02,679 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:02,726 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.045
2016-01-14 23:50:02,727 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:02,728 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:02,741 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting
2016-01-14 23:50:02,742 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,742 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:02,742 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  sink: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMergeLegacyHash/multimerge+true189"]
2016-01-14 23:50:02,743 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  parallel execution of steps is enabled: false
2016-01-14 23:50:02,743 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  executing total steps: 1
2016-01-14 23:50:02,743 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  allocating management threads: 1
2016-01-14 23:50:02,744 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting step: (1/1) ...cyHash/multimerge+true189
2016-01-14 23:50:02,767 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] submitted hadoop job: job_local365643810_0018
2016-01-14 23:50:02,768 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] tracking url: http://localhost:8080/
2016-01-14 23:50:02,773 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:02,793 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,794 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,801 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E4DFFD0B8AF54972937EA5FB8881EA8C, ordinal: 0
2016-01-14 23:50:02,802 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:02,802 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:02,803 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E4DFFD0B8AF54972937EA5FB8881EA8C, mem on start (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:02,805 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:02,805 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:02,807 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:02,807 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:02,807 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:02,807 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:02,810 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:02,810 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:02,811 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E4DFFD0B8AF54972937EA5FB8881EA8C, mem on close (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:02,818 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:50:02,834 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,834 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,842 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E4DFFD0B8AF54972937EA5FB8881EA8C, ordinal: 0
2016-01-14 23:50:02,843 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:02,844 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:02,844 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E4DFFD0B8AF54972937EA5FB8881EA8C, mem on start (mb), free: 112, total: 709, max: 709
2016-01-14 23:50:02,850 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:02,850 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 112, total: 709, max: 709
2016-01-14 23:50:02,852 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:02,852 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 112, total: 709, max: 709
2016-01-14 23:50:02,853 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:02,853 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 112, total: 709, max: 709
2016-01-14 23:50:02,855 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:02,855 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 112, total: 709, max: 709
2016-01-14 23:50:02,856 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E4DFFD0B8AF54972937EA5FB8881EA8C, mem on close (mb), free: 112, total: 709, max: 709
2016-01-14 23:50:02,868 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:02,868 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,875 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: FE4C90D7CF064F02A104A635144C69D9, ordinal: 1
2016-01-14 23:50:02,876 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:02,876 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMergeLegacyHash/multimerge+true189"]
2016-01-14 23:50:02,876 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: FE4C90D7CF064F02A104A635144C69D9, mem on start (mb), free: 110, total: 709, max: 709
2016-01-14 23:50:02,881 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: FE4C90D7CF064F02A104A635144C69D9, mem on close (mb), free: 110, total: 709, max: 709
2016-01-14 23:50:02,895 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMergeLegacyHash/multimerge+true189/_temporary
2016-01-14 23:50:02,895 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  completed in: 00:00.154
2016-01-14 23:50:02,908 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMergeLegacyHash/multimerge+true189
2016-01-14 23:50:02,915 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:02,915 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:02,940 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.023
2016-01-14 23:50:02,941 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 1
2016-01-14 23:50:02,942 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:02,948 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting
2016-01-14 23:50:02,948 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:02,948 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  sink: Hfs["TextLine[['line']->['item', 'element']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameNamed/rename"]
2016-01-14 23:50:02,948 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  parallel execution of steps is enabled: false
2016-01-14 23:50:02,948 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  executing total steps: 1
2016-01-14 23:50:02,948 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  allocating management threads: 1
2016-01-14 23:50:02,950 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting step: (1/1) ...rm/testRenameNamed/rename
2016-01-14 23:50:02,982 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] submitted hadoop job: job_local1348958583_0019
2016-01-14 23:50:02,983 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] tracking url: http://localhost:8080/
2016-01-14 23:50:02,986 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt
2016-01-14 23:50:02,988 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:02,988 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:02,993 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E0108C47F47D4437B29905599A208427, ordinal: 0
2016-01-14 23:50:02,994 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:02,994 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: Hfs["TextLine[['line']->['item', 'element']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameNamed/rename"]
2016-01-14 23:50:02,994 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E0108C47F47D4437B29905599A208427, mem on start (mb), free: 95, total: 709, max: 709
2016-01-14 23:50:02,996 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E0108C47F47D4437B29905599A208427, mem on close (mb), free: 95, total: 709, max: 709
2016-01-14 23:50:03,005 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameNamed/rename/_temporary
2016-01-14 23:50:03,005 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  completed in: 00:00.057
2016-01-14 23:50:03,012 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testRenameNamed/rename
2016-01-14 23:50:03,024 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:03,024 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:03,075 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.046
2016-01-14 23:50:03,076 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:03,076 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:03,093 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting
2016-01-14 23:50:03,094 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,095 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:03,095 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  sink: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMerge/multimerge+true188"]
2016-01-14 23:50:03,095 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  parallel execution of steps is enabled: false
2016-01-14 23:50:03,096 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  executing total steps: 1
2016-01-14 23:50:03,096 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  allocating management threads: 1
2016-01-14 23:50:03,105 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting step: (1/1) ...rMerge/multimerge+true188
2016-01-14 23:50:03,139 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] submitted hadoop job: job_local1270542726_0020
2016-01-14 23:50:03,139 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] tracking url: http://localhost:8080/
2016-01-14 23:50:03,148 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:03,166 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:03,166 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,177 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: B81ED00819B44D5B926EC86324E6F6F4, ordinal: 0
2016-01-14 23:50:03,178 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,178 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:03,178 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B81ED00819B44D5B926EC86324E6F6F4, mem on start (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:03,181 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:03,181 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:03,182 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:03,182 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:03,183 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:03,184 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:03,185 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:03,185 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:03,185 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B81ED00819B44D5B926EC86324E6F6F4, mem on close (mb), free: 208, total: 709, max: 709
2016-01-14 23:50:03,192 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:50:03,207 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:03,208 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,214 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: B81ED00819B44D5B926EC86324E6F6F4, ordinal: 0
2016-01-14 23:50:03,215 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:03,215 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:03,215 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B81ED00819B44D5B926EC86324E6F6F4, mem on start (mb), free: 106, total: 709, max: 709
2016-01-14 23:50:03,219 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:03,220 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 106, total: 709, max: 709
2016-01-14 23:50:03,221 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:03,221 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 106, total: 709, max: 709
2016-01-14 23:50:03,222 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:03,222 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 106, total: 709, max: 709
2016-01-14 23:50:03,223 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:03,223 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 106, total: 709, max: 709
2016-01-14 23:50:03,224 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B81ED00819B44D5B926EC86324E6F6F4, mem on close (mb), free: 106, total: 709, max: 709
2016-01-14 23:50:03,237 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:03,237 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,248 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: D74EE70813B941AD8C462623ED957413, ordinal: 1
2016-01-14 23:50:03,249 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:03,250 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMerge/multimerge+true188"]
2016-01-14 23:50:03,250 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D74EE70813B941AD8C462623ED957413, mem on start (mb), free: 105, total: 709, max: 709
2016-01-14 23:50:03,257 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D74EE70813B941AD8C462623ED957413, mem on close (mb), free: 105, total: 709, max: 709
2016-01-14 23:50:03,268 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMerge/multimerge+true188/_temporary
2016-01-14 23:50:03,268 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  completed in: 00:00.175
2016-01-14 23:50:03,283 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testParallelAggregatesPriorMerge/multimerge+true188
2016-01-14 23:50:03,294 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:03,295 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:03,351 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.050
2016-01-14 23:50:03,353 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 2, nodes: 4
2016-01-14 23:50:03,353 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:03,374 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] starting
2016-01-14 23:50:03,374 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,375 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second]  sink: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSameSourceMerge/samesourcemergecount"]
2016-01-14 23:50:03,375 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second]  parallel execution of steps is enabled: false
2016-01-14 23:50:03,375 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second]  executing total steps: 2
2016-01-14 23:50:03,378 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second]  allocating management threads: 1
2016-01-14 23:50:03,378 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] starting step: (1/2)
2016-01-14 23:50:03,400 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] submitted hadoop job: job_local188285455_0021
2016-01-14 23:50:03,401 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] tracking url: http://localhost:8080/
2016-01-14 23:50:03,410 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:03,424 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:03,425 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,430 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: B371542E44014D89A9C228624EC6BC3C, ordinal: 0
2016-01-14 23:50:03,431 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,432 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(first)[by:[{1}:'char']]
2016-01-14 23:50:03,432 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B371542E44014D89A9C228624EC6BC3C, mem on start (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:03,435 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:03,435 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:03,436 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:03,436 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:03,437 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:03,437 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:03,438 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:03,438 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:03,439 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: B371542E44014D89A9C228624EC6BC3C, mem on close (mb), free: 214, total: 709, max: 709
2016-01-14 23:50:03,446 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:03,446 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,451 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: D7B55E022EA04E9F8E14C78E9DF5A892, ordinal: 1
2016-01-14 23:50:03,451 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(first)[by:[{1}:'char']]
2016-01-14 23:50:03,451 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: TempHfs["SequenceFile[['char', 'count']]"][6705536890/first/]
2016-01-14 23:50:03,451 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D7B55E022EA04E9F8E14C78E9DF5A892, mem on start (mb), free: 212, total: 709, max: 709
2016-01-14 23:50:03,454 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D7B55E022EA04E9F8E14C78E9DF5A892, mem on close (mb), free: 211, total: 709, max: 709
2016-01-14 23:50:03,463 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] starting step: (2/2) ...erge/samesourcemergecount
2016-01-14 23:50:03,485 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] submitted hadoop job: job_local712181666_0022
2016-01-14 23:50:03,485 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second] tracking url: http://localhost:8080/
2016-01-14 23:50:03,491 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/6705536890_first_A8FC27A175E8498589E7D6FC70DF2719/part-00000
2016-01-14 23:50:03,505 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:03,506 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,511 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: C678281D48164F08AFD129A6AA44E31B, ordinal: 0
2016-01-14 23:50:03,511 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['char', 'count']]"][6705536890/first/]
2016-01-14 23:50:03,511 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(second)[by:[{1}:'char']]
2016-01-14 23:50:03,512 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C678281D48164F08AFD129A6AA44E31B, mem on start (mb), free: 105, total: 709, max: 709
2016-01-14 23:50:03,513 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:03,513 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 105, total: 709, max: 709
2016-01-14 23:50:03,514 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:03,514 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 105, total: 709, max: 709
2016-01-14 23:50:03,514 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: C678281D48164F08AFD129A6AA44E31B, mem on close (mb), free: 105, total: 709, max: 709
2016-01-14 23:50:03,522 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:03,522 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,529 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: EDCDDD593827423684A25380DA7AA7D1, ordinal: 1
2016-01-14 23:50:03,529 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(second)[by:[{1}:'char']]
2016-01-14 23:50:03,529 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSameSourceMerge/samesourcemergecount"]
2016-01-14 23:50:03,529 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EDCDDD593827423684A25380DA7AA7D1, mem on start (mb), free: 104, total: 709, max: 709
2016-01-14 23:50:03,534 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EDCDDD593827423684A25380DA7AA7D1, mem on close (mb), free: 103, total: 709, max: 709
2016-01-14 23:50:03,548 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSameSourceMerge/samesourcemergecount/_temporary
2016-01-14 23:50:03,548 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [second]  completed in: 00:00.173
2016-01-14 23:50:03,562 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testSameSourceMerge/samesourcemergecount
2016-01-14 23:50:03,572 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:03,572 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:03,593 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.018
2016-01-14 23:50:03,593 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:03,594 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:03,601 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] starting
2016-01-14 23:50:03,601 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,601 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  sink: Hfs["TextDelimited[['char', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageBy/average"]
2016-01-14 23:50:03,601 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  parallel execution of steps is enabled: false
2016-01-14 23:50:03,601 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  executing total steps: 1
2016-01-14 23:50:03,602 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  allocating management threads: 1
2016-01-14 23:50:03,602 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] starting step: (1/1) ...orm/testAverageBy/average
2016-01-14 23:50:03,630 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] submitted hadoop job: job_local602766879_0023
2016-01-14 23:50:03,632 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] tracking url: http://localhost:8080/
2016-01-14 23:50:03,636 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:03,657 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:03,658 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,664 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E8941FBD3A4D492E9BEE2B9F677B7A39, ordinal: 0
2016-01-14 23:50:03,665 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,665 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(average)[by:[{1}:'char']]
2016-01-14 23:50:03,665 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E8941FBD3A4D492E9BEE2B9F677B7A39, mem on start (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:03,667 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:03,667 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:03,668 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:03,668 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:03,669 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:03,669 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:03,669 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:03,670 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:03,670 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E8941FBD3A4D492E9BEE2B9F677B7A39, mem on close (mb), free: 214, total: 708, max: 708
2016-01-14 23:50:03,678 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:03,678 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,682 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: A02C348E77BE4A2686B0B75CF321ABA8, ordinal: 1
2016-01-14 23:50:03,683 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(average)[by:[{1}:'char']]
2016-01-14 23:50:03,683 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageBy/average"]
2016-01-14 23:50:03,683 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: A02C348E77BE4A2686B0B75CF321ABA8, mem on start (mb), free: 211, total: 708, max: 708
2016-01-14 23:50:03,686 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: A02C348E77BE4A2686B0B75CF321ABA8, mem on close (mb), free: 211, total: 708, max: 708
2016-01-14 23:50:03,696 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageBy/average/_temporary
2016-01-14 23:50:03,697 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  completed in: 00:00.095
2016-01-14 23:50:03,710 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testAverageBy/average
2016-01-14 23:50:03,717 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:03,718 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:03,741 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.020
2016-01-14 23:50:03,741 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:03,741 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:03,749 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting
2016-01-14 23:50:03,749 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,749 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  sink: Hfs["TextDelimited[['char', 'max']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxByNullSafety/maxbynullsafety"]
2016-01-14 23:50:03,749 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  parallel execution of steps is enabled: false
2016-01-14 23:50:03,749 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  executing total steps: 1
2016-01-14 23:50:03,749 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  allocating management threads: 1
2016-01-14 23:50:03,750 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] starting step: (1/1) ...ullSafety/maxbynullsafety
2016-01-14 23:50:03,769 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] submitted hadoop job: job_local1382281161_0024
2016-01-14 23:50:03,771 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max] tracking url: http://localhost:8080/
2016-01-14 23:50:03,775 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:03,794 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:03,795 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,799 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: D3D14F6957154EFBB972DFAB9B7A94DA, ordinal: 0
2016-01-14 23:50:03,799 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,799 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(max)[by:[{1}:'char']]
2016-01-14 23:50:03,800 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: D3D14F6957154EFBB972DFAB9B7A94DA, mem on start (mb), free: 95, total: 708, max: 708
2016-01-14 23:50:03,801 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:03,801 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 95, total: 708, max: 708
2016-01-14 23:50:03,802 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:03,802 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 95, total: 708, max: 708
2016-01-14 23:50:03,803 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:03,803 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 95, total: 708, max: 708
2016-01-14 23:50:03,804 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:03,804 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 95, total: 708, max: 708
2016-01-14 23:50:03,805 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: D3D14F6957154EFBB972DFAB9B7A94DA, mem on close (mb), free: 95, total: 708, max: 708
2016-01-14 23:50:03,813 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:03,813 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,816 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: D32B23DC7C75458EA373559D162C8F58, ordinal: 1
2016-01-14 23:50:03,817 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(max)[by:[{1}:'char']]
2016-01-14 23:50:03,817 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'max']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxByNullSafety/maxbynullsafety"]
2016-01-14 23:50:03,817 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D32B23DC7C75458EA373559D162C8F58, mem on start (mb), free: 94, total: 708, max: 708
2016-01-14 23:50:03,820 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D32B23DC7C75458EA373559D162C8F58, mem on close (mb), free: 93, total: 708, max: 708
2016-01-14 23:50:03,834 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testMaxByNullSafety/maxbynullsafety/_temporary
2016-01-14 23:50:03,834 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [max]  completed in: 00:00.085
2016-01-14 23:50:03,847 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testMaxByNullSafety/maxbynullsafety
2016-01-14 23:50:03,856 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:03,856 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:03,876 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.017
2016-01-14 23:50:03,877 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:03,877 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:03,887 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] starting
2016-01-14 23:50:03,887 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,887 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  sink: Hfs["TextDelimited[['char', 'sum']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumByNulls/sumnulls"]
2016-01-14 23:50:03,887 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  parallel execution of steps is enabled: false
2016-01-14 23:50:03,887 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  executing total steps: 1
2016-01-14 23:50:03,887 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  allocating management threads: 1
2016-01-14 23:50:03,893 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] starting step: (1/1) ...m/testSumByNulls/sumnulls
2016-01-14 23:50:03,912 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] submitted hadoop job: job_local1636254381_0025
2016-01-14 23:50:03,912 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum] tracking url: http://localhost:8080/
2016-01-14 23:50:03,915 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:03,930 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:03,930 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,934 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: BF0C7AAD81174C919884542571DFB9B0, ordinal: 0
2016-01-14 23:50:03,935 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:03,935 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(sum)[by:[{1}:'char']]
2016-01-14 23:50:03,935 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: BF0C7AAD81174C919884542571DFB9B0, mem on start (mb), free: 207, total: 709, max: 709
2016-01-14 23:50:03,943 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:03,943 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 207, total: 709, max: 709
2016-01-14 23:50:03,945 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:03,945 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 207, total: 709, max: 709
2016-01-14 23:50:03,945 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:03,945 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 207, total: 709, max: 709
2016-01-14 23:50:03,947 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:03,947 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 207, total: 709, max: 709
2016-01-14 23:50:03,947 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: BF0C7AAD81174C919884542571DFB9B0, mem on close (mb), free: 207, total: 709, max: 709
2016-01-14 23:50:03,955 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:03,955 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:03,958 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: DA65B7B93DCF4372A0609D2999F55AC0, ordinal: 1
2016-01-14 23:50:03,959 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(sum)[by:[{1}:'char']]
2016-01-14 23:50:03,959 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumByNulls/sumnulls"]
2016-01-14 23:50:03,959 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: DA65B7B93DCF4372A0609D2999F55AC0, mem on start (mb), free: 205, total: 709, max: 709
2016-01-14 23:50:03,962 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: DA65B7B93DCF4372A0609D2999F55AC0, mem on close (mb), free: 205, total: 709, max: 709
2016-01-14 23:50:03,976 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSumByNulls/sumnulls/_temporary
2016-01-14 23:50:03,976 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [sum]  completed in: 00:00.088
2016-01-14 23:50:03,988 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testSumByNulls/sumnulls
2016-01-14 23:50:03,995 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:03,995 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:04,014 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.016
2016-01-14 23:50:04,014 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:04,015 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:04,022 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting
2016-01-14 23:50:04,022 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:04,022 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  sink: Hfs["TextDelimited[['count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountAll/countall"]
2016-01-14 23:50:04,022 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  parallel execution of steps is enabled: false
2016-01-14 23:50:04,022 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  executing total steps: 1
2016-01-14 23:50:04,022 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  allocating management threads: 1
2016-01-14 23:50:04,023 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting step: (1/1) ...orm/testCountAll/countall
2016-01-14 23:50:04,041 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] submitted hadoop job: job_local9523491_0026
2016-01-14 23:50:04,041 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] tracking url: http://localhost:8080/
2016-01-14 23:50:04,044 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:04,058 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:04,059 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,062 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: D697E5DF3C684C0CBB40D8A3D610870F, ordinal: 0
2016-01-14 23:50:04,063 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:04,063 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count)[by:[{?}:NONE]]
2016-01-14 23:50:04,063 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: D697E5DF3C684C0CBB40D8A3D610870F, mem on start (mb), free: 89, total: 709, max: 709
2016-01-14 23:50:04,065 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: D697E5DF3C684C0CBB40D8A3D610870F, mem on close (mb), free: 89, total: 709, max: 709
2016-01-14 23:50:04,071 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:04,071 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,076 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: E8A19188C4A146D58588258D665D2DE1, ordinal: 1
2016-01-14 23:50:04,076 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count)[by:[{?}:NONE]]
2016-01-14 23:50:04,076 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountAll/countall"]
2016-01-14 23:50:04,077 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E8A19188C4A146D58588258D665D2DE1, mem on start (mb), free: 88, total: 709, max: 709
2016-01-14 23:50:04,080 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E8A19188C4A146D58588258D665D2DE1, mem on close (mb), free: 87, total: 709, max: 709
2016-01-14 23:50:04,093 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountAll/countall/_temporary
2016-01-14 23:50:04,094 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  completed in: 00:00.071
2016-01-14 23:50:04,112 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testCountAll/countall
2016-01-14 23:50:04,121 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:04,121 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:04,144 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.020
2016-01-14 23:50:04,145 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:04,145 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:04,153 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting
2016-01-14 23:50:04,153 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:04,153 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  sink: Hfs["TextDelimited[['char', 'sum', 'count', 'average', 'average2', 'first']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregates/multi"]
2016-01-14 23:50:04,154 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  parallel execution of steps is enabled: false
2016-01-14 23:50:04,154 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  executing total steps: 1
2016-01-14 23:50:04,154 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  allocating management threads: 1
2016-01-14 23:50:04,155 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting step: (1/1) ...tParallelAggregates/multi
2016-01-14 23:50:04,175 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] submitted hadoop job: job_local2140041847_0027
2016-01-14 23:50:04,175 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] tracking url: http://localhost:8080/
2016-01-14 23:50:04,178 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:04,192 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:04,193 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,197 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E81D0F32E2A84B039ECB187F24E0BD4C, ordinal: 0
2016-01-14 23:50:04,198 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:04,198 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:04,198 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E81D0F32E2A84B039ECB187F24E0BD4C, mem on start (mb), free: 200, total: 709, max: 709
2016-01-14 23:50:04,200 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:04,200 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 200, total: 709, max: 709
2016-01-14 23:50:04,201 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:04,201 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 200, total: 709, max: 709
2016-01-14 23:50:04,202 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:04,202 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 200, total: 709, max: 709
2016-01-14 23:50:04,203 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:04,203 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 200, total: 709, max: 709
2016-01-14 23:50:04,204 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E81D0F32E2A84B039ECB187F24E0BD4C, mem on close (mb), free: 200, total: 709, max: 709
2016-01-14 23:50:04,211 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:04,211 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,216 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: B248D0CEA1AC4C5492D6BE90B183A1B1, ordinal: 1
2016-01-14 23:50:04,217 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(name)[by:[{1}:'char']]
2016-01-14 23:50:04,217 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum', 'count', 'average', 'average2', 'first']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregates/multi"]
2016-01-14 23:50:04,217 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: B248D0CEA1AC4C5492D6BE90B183A1B1, mem on start (mb), free: 198, total: 709, max: 709
2016-01-14 23:50:04,220 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: B248D0CEA1AC4C5492D6BE90B183A1B1, mem on close (mb), free: 197, total: 709, max: 709
2016-01-14 23:50:04,227 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregates/multi/_temporary
2016-01-14 23:50:04,228 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  completed in: 00:00.074
2016-01-14 23:50:04,243 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testParallelAggregates/multi
2016-01-14 23:50:04,249 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:04,249 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:04,264 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.012
2016-01-14 23:50:04,264 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 1
2016-01-14 23:50:04,265 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:04,269 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting
2016-01-14 23:50:04,270 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:04,270 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  sink: Hfs["TextLine[['num']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRetainNarrow/retainnarrow"]
2016-01-14 23:50:04,270 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  parallel execution of steps is enabled: false
2016-01-14 23:50:04,270 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  executing total steps: 1
2016-01-14 23:50:04,271 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  allocating management threads: 1
2016-01-14 23:50:04,271 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting step: (1/1) ...RetainNarrow/retainnarrow
2016-01-14 23:50:04,291 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] submitted hadoop job: job_local1298840503_0028
2016-01-14 23:50:04,291 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] tracking url: http://localhost:8080/
2016-01-14 23:50:04,294 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt
2016-01-14 23:50:04,296 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:04,297 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,300 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: DBBCDA6588064EEC8D7A232A99C26CEB, ordinal: 0
2016-01-14 23:50:04,300 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:04,300 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: Hfs["TextLine[['num']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRetainNarrow/retainnarrow"]
2016-01-14 23:50:04,301 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: DBBCDA6588064EEC8D7A232A99C26CEB, mem on start (mb), free: 183, total: 709, max: 709
2016-01-14 23:50:04,302 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: DBBCDA6588064EEC8D7A232A99C26CEB, mem on close (mb), free: 183, total: 709, max: 709
2016-01-14 23:50:04,313 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRetainNarrow/retainnarrow/_temporary
2016-01-14 23:50:04,313 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  completed in: 00:00.043
2016-01-14 23:50:04,320 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testRetainNarrow/retainnarrow
2016-01-14 23:50:04,326 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:04,326 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:04,341 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.013
2016-01-14 23:50:04,342 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 1
2016-01-14 23:50:04,342 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:04,346 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting
2016-01-14 23:50:04,346 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:04,346 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  sink: Hfs["TextLine[['item']->['char', 'item']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameNarrow/renamenarrow"]
2016-01-14 23:50:04,347 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  parallel execution of steps is enabled: false
2016-01-14 23:50:04,347 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  executing total steps: 1
2016-01-14 23:50:04,347 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  allocating management threads: 1
2016-01-14 23:50:04,347 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting step: (1/1) ...RenameNarrow/renamenarrow
2016-01-14 23:50:04,366 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] submitted hadoop job: job_local1768824387_0029
2016-01-14 23:50:04,366 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] tracking url: http://localhost:8080/
2016-01-14 23:50:04,369 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt
2016-01-14 23:50:04,371 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:04,372 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,374 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F0D2BCFF975C4A7F851317C520CC01FA, ordinal: 0
2016-01-14 23:50:04,375 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:04,375 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: Hfs["TextLine[['item']->['char', 'item']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameNarrow/renamenarrow"]
2016-01-14 23:50:04,375 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F0D2BCFF975C4A7F851317C520CC01FA, mem on start (mb), free: 168, total: 709, max: 709
2016-01-14 23:50:04,377 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F0D2BCFF975C4A7F851317C520CC01FA, mem on close (mb), free: 168, total: 709, max: 709
2016-01-14 23:50:04,387 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testRenameNarrow/renamenarrow/_temporary
2016-01-14 23:50:04,387 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  completed in: 00:00.041
2016-01-14 23:50:04,394 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testRenameNarrow/renamenarrow
2016-01-14 23:50:04,401 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:04,402 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:04,426 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.022
2016-01-14 23:50:04,427 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:04,427 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:04,435 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] starting
2016-01-14 23:50:04,435 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:04,435 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  sink: Hfs["TextDelimited[['char', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageByNull/averagenull"]
2016-01-14 23:50:04,436 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  parallel execution of steps is enabled: false
2016-01-14 23:50:04,436 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  executing total steps: 1
2016-01-14 23:50:04,437 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  allocating management threads: 1
2016-01-14 23:50:04,438 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] starting step: (1/1) ...AverageByNull/averagenull
2016-01-14 23:50:04,456 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] submitted hadoop job: job_local579365266_0030
2016-01-14 23:50:04,457 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average] tracking url: http://localhost:8080/
2016-01-14 23:50:04,460 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:04,480 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:04,481 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,485 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: A2507C9F42AA4917AE10FADB3F0687D5, ordinal: 0
2016-01-14 23:50:04,486 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:04,486 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(average)[by:[{1}:'char']]
2016-01-14 23:50:04,486 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A2507C9F42AA4917AE10FADB3F0687D5, mem on start (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:04,490 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:04,490 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:04,491 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:04,491 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:04,492 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:04,492 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:04,493 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:04,493 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:04,494 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A2507C9F42AA4917AE10FADB3F0687D5, mem on close (mb), free: 213, total: 709, max: 709
2016-01-14 23:50:04,501 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:04,501 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,505 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: EFEA1C3A3BCD4ADE86F65A9D69083DCE, ordinal: 1
2016-01-14 23:50:04,505 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(average)[by:[{1}:'char']]
2016-01-14 23:50:04,505 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageByNull/averagenull"]
2016-01-14 23:50:04,506 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EFEA1C3A3BCD4ADE86F65A9D69083DCE, mem on start (mb), free: 211, total: 709, max: 709
2016-01-14 23:50:04,509 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EFEA1C3A3BCD4ADE86F65A9D69083DCE, mem on close (mb), free: 210, total: 709, max: 709
2016-01-14 23:50:04,519 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testAverageByNull/averagenull/_temporary
2016-01-14 23:50:04,519 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [average]  completed in: 00:00.084
2016-01-14 23:50:04,532 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testAverageByNull/averagenull
2016-01-14 23:50:04,539 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:04,539 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:04,556 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.014
2016-01-14 23:50:04,556 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 1
2016-01-14 23:50:04,557 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:04,561 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] starting
2016-01-14 23:50:04,561 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:04,561 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  sink: Hfs["TextLine[['line']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCoerce/coerce"]
2016-01-14 23:50:04,561 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  parallel execution of steps is enabled: false
2016-01-14 23:50:04,562 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  executing total steps: 1
2016-01-14 23:50:04,562 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  allocating management threads: 1
2016-01-14 23:50:04,562 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] starting step: (1/1) ...latform/testCoerce/coerce
2016-01-14 23:50:04,582 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] submitted hadoop job: job_local1033082734_0031
2016-01-14 23:50:04,582 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce] tracking url: http://localhost:8080/
2016-01-14 23:50:04,585 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt
2016-01-14 23:50:04,587 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:04,588 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,591 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: FC7F476781664E9492B0AB4061ABD877, ordinal: 0
2016-01-14 23:50:04,591 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lower.txt"]
2016-01-14 23:50:04,592 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: Hfs["TextLine[['line']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCoerce/coerce"]
2016-01-14 23:50:04,593 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: FC7F476781664E9492B0AB4061ABD877, mem on start (mb), free: 195, total: 709, max: 709
2016-01-14 23:50:04,594 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: FC7F476781664E9492B0AB4061ABD877, mem on close (mb), free: 195, total: 709, max: 709
2016-01-14 23:50:04,604 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCoerce/coerce/_temporary
2016-01-14 23:50:04,604 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [coerce]  completed in: 00:00.043
2016-01-14 23:50:04,610 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testCoerce/coerce
2016-01-14 23:50:04,617 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:04,617 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:04,635 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.016
2016-01-14 23:50:04,635 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:04,635 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:04,647 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] starting
2016-01-14 23:50:04,648 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  source: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs+rhs-cross-rev.txt"]
2016-01-14 23:50:04,648 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  sink: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testFirstByWithoutComparator/firstnfieldswithoutcomparator"]
2016-01-14 23:50:04,648 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  parallel execution of steps is enabled: false
2016-01-14 23:50:04,648 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  executing total steps: 1
2016-01-14 23:50:04,648 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  allocating management threads: 1
2016-01-14 23:50:04,650 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] starting step: (1/1) ...tnfieldswithoutcomparator
2016-01-14 23:50:04,678 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] submitted hadoop job: job_local707807846_0032
2016-01-14 23:50:04,679 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first] tracking url: http://localhost:8080/
2016-01-14 23:50:04,683 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs+rhs-cross-rev.txt
2016-01-14 23:50:04,954 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:04,954 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,957 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E142277B48D9497992B7BBF3E45114E7, ordinal: 0
2016-01-14 23:50:04,958 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs+rhs-cross-rev.txt"]
2016-01-14 23:50:04,958 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(first)[by:[{1}:'num']]
2016-01-14 23:50:04,958 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E142277B48D9497992B7BBF3E45114E7, mem on start (mb), free: 356, total: 464, max: 672
2016-01-14 23:50:04,960 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:04,960 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 356, total: 464, max: 672
2016-01-14 23:50:04,960 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:04,961 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:04,961 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 356, total: 464, max: 672
2016-01-14 23:50:04,962 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:04,962 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E142277B48D9497992B7BBF3E45114E7, mem on close (mb), free: 356, total: 464, max: 672
2016-01-14 23:50:04,969 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:04,969 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:04,972 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: D86D74BF4FA04AB194E080BBFF993774, ordinal: 1
2016-01-14 23:50:04,972 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(first)[by:[{1}:'num']]
2016-01-14 23:50:04,973 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['num', 'lower', 'upper']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testFirstByWithoutComparator/firstnfieldswithoutcomparator"]
2016-01-14 23:50:04,973 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D86D74BF4FA04AB194E080BBFF993774, mem on start (mb), free: 354, total: 464, max: 672
2016-01-14 23:50:04,976 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: D86D74BF4FA04AB194E080BBFF993774, mem on close (mb), free: 353, total: 464, max: 672
2016-01-14 23:50:04,984 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testFirstByWithoutComparator/firstnfieldswithoutcomparator/_temporary
2016-01-14 23:50:04,985 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [first]  completed in: 00:00.337
2016-01-14 23:50:04,991 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testFirstByWithoutComparator/firstnfieldswithoutcomparator
2016-01-14 23:50:05,001 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:05,002 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:05,031 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.027
2016-01-14 23:50:05,032 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:05,032 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:05,043 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting
2016-01-14 23:50:05,043 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:05,043 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:05,044 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  sink: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesMergeLegacyHash/multimerge+false189"]
2016-01-14 23:50:05,044 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  parallel execution of steps is enabled: false
2016-01-14 23:50:05,044 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  executing total steps: 1
2016-01-14 23:50:05,044 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  allocating management threads: 1
2016-01-14 23:50:05,045 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] starting step: (1/1) ...yHash/multimerge+false189
2016-01-14 23:50:05,064 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] submitted hadoop job: job_local1263816014_0033
2016-01-14 23:50:05,064 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name] tracking url: http://localhost:8080/
2016-01-14 23:50:05,068 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:05,084 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,084 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,091 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F1857854EBEF4BE892C5B8DC373D5250, ordinal: 0
2016-01-14 23:50:05,091 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:05,091 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by: multi-lhs:[{1}:'char'] multi-rhs:[{1}:'char']]
2016-01-14 23:50:05,091 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F1857854EBEF4BE892C5B8DC373D5250, mem on start (mb), free: 238, total: 464, max: 672
2016-01-14 23:50:05,093 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:05,094 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 238, total: 464, max: 672
2016-01-14 23:50:05,094 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,094 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:05,095 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 238, total: 464, max: 672
2016-01-14 23:50:05,095 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,096 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:05,096 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 238, total: 464, max: 672
2016-01-14 23:50:05,096 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,098 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:05,098 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 238, total: 464, max: 672
2016-01-14 23:50:05,098 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,098 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F1857854EBEF4BE892C5B8DC373D5250, mem on close (mb), free: 238, total: 464, max: 672
2016-01-14 23:50:05,103 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:50:05,118 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,119 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,124 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F1857854EBEF4BE892C5B8DC373D5250, ordinal: 0
2016-01-14 23:50:05,124 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:05,125 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(name)[by: multi-lhs:[{1}:'char'] multi-rhs:[{1}:'char']]
2016-01-14 23:50:05,125 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F1857854EBEF4BE892C5B8DC373D5250, mem on start (mb), free: 136, total: 464, max: 672
2016-01-14 23:50:05,129 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:05,129 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 136, total: 464, max: 672
2016-01-14 23:50:05,129 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,130 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:05,130 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 136, total: 464, max: 672
2016-01-14 23:50:05,131 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,132 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:05,132 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 136, total: 464, max: 672
2016-01-14 23:50:05,132 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,133 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:05,133 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 136, total: 464, max: 672
2016-01-14 23:50:05,133 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,134 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F1857854EBEF4BE892C5B8DC373D5250, mem on close (mb), free: 136, total: 464, max: 672
2016-01-14 23:50:05,143 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:05,144 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,149 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: EAB08F15B9C9444CACE6CD3EBA4A2336, ordinal: 1
2016-01-14 23:50:05,150 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(name)[by: multi-lhs:[{1}:'char'] multi-rhs:[{1}:'char']]
2016-01-14 23:50:05,150 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'sum', 'count', 'average']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesMergeLegacyHash/multimerge+false189"]
2016-01-14 23:50:05,150 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EAB08F15B9C9444CACE6CD3EBA4A2336, mem on start (mb), free: 134, total: 464, max: 672
2016-01-14 23:50:05,155 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EAB08F15B9C9444CACE6CD3EBA4A2336, mem on close (mb), free: 134, total: 464, max: 672
2016-01-14 23:50:05,168 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testParallelAggregatesMergeLegacyHash/multimerge+false189/_temporary
2016-01-14 23:50:05,168 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [name]  completed in: 00:00.125
2016-01-14 23:50:05,182 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testParallelAggregatesMergeLegacyHash/multimerge+false189
2016-01-14 23:50:05,200 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:05,200 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:05,308 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.106
2016-01-14 23:50:05,309 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 5, nodes: 10
2016-01-14 23:50:05,309 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:05,339 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] starting
2016-01-14 23:50:05,339 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:05,340 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...]  sink: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSameSourceMergeThreeWay/samesourcemergethreeway"]
2016-01-14 23:50:05,340 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...]  parallel execution of steps is enabled: false
2016-01-14 23:50:05,340 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...]  executing total steps: 5
2016-01-14 23:50:05,340 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...]  allocating management threads: 1
2016-01-14 23:50:05,341 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] starting step: (1/5)
2016-01-14 23:50:05,364 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] submitted hadoop job: job_local1117210488_0034
2016-01-14 23:50:05,365 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] tracking url: http://localhost:8080/
2016-01-14 23:50:05,369 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:05,385 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,385 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,392 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: E9495859769042788873FD84C10834AD, ordinal: 0
2016-01-14 23:50:05,392 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:05,392 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(source)[by:[{1}:'char']]
2016-01-14 23:50:05,393 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E9495859769042788873FD84C10834AD, mem on start (mb), free: 237, total: 465, max: 672
2016-01-14 23:50:05,395 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:05,396 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 237, total: 465, max: 672
2016-01-14 23:50:05,396 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,398 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:05,398 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 237, total: 465, max: 672
2016-01-14 23:50:05,398 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,400 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 5, with capacity: 2
2016-01-14 23:50:05,400 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 237, total: 465, max: 672
2016-01-14 23:50:05,401 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,402 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 7, with capacity: 2
2016-01-14 23:50:05,402 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 237, total: 465, max: 672
2016-01-14 23:50:05,403 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,404 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: E9495859769042788873FD84C10834AD, mem on close (mb), free: 237, total: 465, max: 672
2016-01-14 23:50:05,414 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:05,414 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,419 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: AE6AD951E93148A8A5A64118DEF2EBDD, ordinal: 1
2016-01-14 23:50:05,419 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(source)[by:[{1}:'char']]
2016-01-14 23:50:05,419 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: TempHfs["SequenceFile[['char', 'count']]"][7612589864/source/]
2016-01-14 23:50:05,420 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: AE6AD951E93148A8A5A64118DEF2EBDD, mem on start (mb), free: 236, total: 465, max: 672
2016-01-14 23:50:05,422 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: AE6AD951E93148A8A5A64118DEF2EBDD, mem on close (mb), free: 236, total: 465, max: 672
2016-01-14 23:50:05,427 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] starting step: (2/5)
2016-01-14 23:50:05,446 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] submitted hadoop job: job_local1497271983_0035
2016-01-14 23:50:05,446 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] tracking url: http://localhost:8080/
2016-01-14 23:50:05,449 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/7612589864_source_6E98594843834E6DAF0CABF529D485D5/part-00000
2016-01-14 23:50:05,463 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,463 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,467 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: CA7479D16F5C4567A0FF494B294D1015, ordinal: 0
2016-01-14 23:50:05,468 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['char', 'count']]"][7612589864/source/]
2016-01-14 23:50:05,468 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count-lhs)[by:[{1}:'char']]
2016-01-14 23:50:05,468 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: CA7479D16F5C4567A0FF494B294D1015, mem on start (mb), free: 129, total: 465, max: 672
2016-01-14 23:50:05,469 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:05,469 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 129, total: 465, max: 672
2016-01-14 23:50:05,469 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,470 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:05,470 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 129, total: 465, max: 672
2016-01-14 23:50:05,470 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,471 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: CA7479D16F5C4567A0FF494B294D1015, mem on close (mb), free: 129, total: 465, max: 672
2016-01-14 23:50:05,477 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:05,477 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,481 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: E46874DC965448C7A2DCE61ACA989BD1, ordinal: 1
2016-01-14 23:50:05,482 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count-lhs)[by:[{1}:'char']]
2016-01-14 23:50:05,482 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: TempHfs["SequenceFile[['char', 'count']]"][1928966084/count-lhs/]
2016-01-14 23:50:05,482 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E46874DC965448C7A2DCE61ACA989BD1, mem on start (mb), free: 128, total: 465, max: 672
2016-01-14 23:50:05,485 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: E46874DC965448C7A2DCE61ACA989BD1, mem on close (mb), free: 128, total: 465, max: 672
2016-01-14 23:50:05,499 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] starting step: (3/5)
2016-01-14 23:50:05,522 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] submitted hadoop job: job_local985603751_0036
2016-01-14 23:50:05,522 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] tracking url: http://localhost:8080/
2016-01-14 23:50:05,525 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/7612589864_source_6E98594843834E6DAF0CABF529D485D5/part-00000
2016-01-14 23:50:05,539 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,539 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,543 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: ED5846C33E6E48EE9682991D01696CBE, ordinal: 0
2016-01-14 23:50:05,543 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['char', 'count']]"][7612589864/source/]
2016-01-14 23:50:05,543 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count-rhs)[by:[{1}:'char']]
2016-01-14 23:50:05,543 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ED5846C33E6E48EE9682991D01696CBE, mem on start (mb), free: 252, total: 465, max: 672
2016-01-14 23:50:05,544 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 1, with capacity: 2
2016-01-14 23:50:05,544 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 252, total: 465, max: 672
2016-01-14 23:50:05,544 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,545 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(105)) - flushed keys num times: 3, with capacity: 2
2016-01-14 23:50:05,545 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(106)) - mem on flush (mb), free: 252, total: 465, max: 672
2016-01-14 23:50:05,545 INFO  cache.LRUHashMapCache (LRUHashMapCache.java:removeEldestEntry(111)) - total mem is 69% of max mem, to better utilize unused memory consider increasing the cache size
2016-01-14 23:50:05,546 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ED5846C33E6E48EE9682991D01696CBE, mem on close (mb), free: 252, total: 465, max: 672
2016-01-14 23:50:05,552 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:05,552 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,555 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: F2757509BE26471D8B169303E5ED83F4, ordinal: 1
2016-01-14 23:50:05,555 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count-rhs)[by:[{1}:'char']]
2016-01-14 23:50:05,556 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: TempHfs["SequenceFile[['char', 'count']]"][6143294551/count-rhs/]
2016-01-14 23:50:05,556 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: F2757509BE26471D8B169303E5ED83F4, mem on start (mb), free: 251, total: 465, max: 672
2016-01-14 23:50:05,558 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: F2757509BE26471D8B169303E5ED83F4, mem on close (mb), free: 251, total: 465, max: 672
2016-01-14 23:50:05,564 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] starting step: (4/5)
2016-01-14 23:50:05,583 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] submitted hadoop job: job_local790069441_0037
2016-01-14 23:50:05,583 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] tracking url: http://localhost:8080/
2016-01-14 23:50:05,586 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/6143294551_count_rhs_F082F55D088B4FC38AC9AFDCAEB3E21F/part-00000
2016-01-14 23:50:05,601 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,602 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,607 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: A904C904D0C24A76BFF5331FABB49609, ordinal: 0
2016-01-14 23:50:05,608 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['char', 'count']]"][6143294551/count-rhs/]
2016-01-14 23:50:05,608 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: CoGroup(source*count-rhs)[by: source:[{1}:'char'] count-rhs:[{1}:'char']]
2016-01-14 23:50:05,609 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A904C904D0C24A76BFF5331FABB49609, mem on start (mb), free: 143, total: 465, max: 672
2016-01-14 23:50:05,611 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A904C904D0C24A76BFF5331FABB49609, mem on close (mb), free: 143, total: 465, max: 672
2016-01-14 23:50:05,616 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/7612589864_source_6E98594843834E6DAF0CABF529D485D5/part-00000
2016-01-14 23:50:05,633 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,633 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,637 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: A904C904D0C24A76BFF5331FABB49609, ordinal: 0
2016-01-14 23:50:05,638 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['char', 'count']]"][7612589864/source/]
2016-01-14 23:50:05,638 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: CoGroup(source*count-rhs)[by: source:[{1}:'char'] count-rhs:[{1}:'char']]
2016-01-14 23:50:05,638 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A904C904D0C24A76BFF5331FABB49609, mem on start (mb), free: 255, total: 466, max: 672
2016-01-14 23:50:05,640 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A904C904D0C24A76BFF5331FABB49609, mem on close (mb), free: 255, total: 466, max: 672
2016-01-14 23:50:05,647 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:05,648 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,651 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: C211D12654FA4BF08B091F523EF04162, ordinal: 1
2016-01-14 23:50:05,651 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: CoGroup(source*count-rhs)[by: source:[{1}:'char'] count-rhs:[{1}:'char']]
2016-01-14 23:50:05,653 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: TempHfs["SequenceFile[['char', 'num', 'char2', 'count']]"][9731437633/source_count-rhs/]
2016-01-14 23:50:05,654 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C211D12654FA4BF08B091F523EF04162, mem on start (mb), free: 253, total: 466, max: 672
2016-01-14 23:50:05,660 INFO  collect.SpillableTupleList (SpillableTupleList.java:getCodecClass(89)) - attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
2016-01-14 23:50:05,661 INFO  collect.SpillableTupleList (SpillableTupleList.java:getCodecClass(94)) - found codec: org.apache.hadoop.io.compress.GzipCodec
2016-01-14 23:50:05,666 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: C211D12654FA4BF08B091F523EF04162, mem on close (mb), free: 253, total: 466, max: 672
2016-01-14 23:50:05,676 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] starting step: (5/5) ...y/samesourcemergethreeway
2016-01-14 23:50:05,695 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] submitted hadoop job: job_local751456879_0038
2016-01-14 23:50:05,696 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...] tracking url: http://localhost:8080/
2016-01-14 23:50:05,699 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/9731437633_source_count_rhs_9F03EA96B24A409EA15690007D0E29DB/part-00000
2016-01-14 23:50:05,714 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,714 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,719 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: ABFC0DF52FBF4B7ABB4ABC00DE57D210, ordinal: 0
2016-01-14 23:50:05,720 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['char', 'num', 'char2', 'count']]"][9731437633/source_count-rhs/]
2016-01-14 23:50:05,720 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: CoGroup(count-lhs*source*count-rhs)[by: count-lhs:[{1}:'char'] source*count-rhs:[{1}:'char']]
2016-01-14 23:50:05,720 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ABFC0DF52FBF4B7ABB4ABC00DE57D210, mem on start (mb), free: 146, total: 466, max: 672
2016-01-14 23:50:05,722 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ABFC0DF52FBF4B7ABB4ABC00DE57D210, mem on close (mb), free: 146, total: 466, max: 672
2016-01-14 23:50:05,727 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/tmp/hadoop-teamcity/1928966084_count_lhs_C706508AA34D4340B35DBDA2FDB4BB20/part-00000
2016-01-14 23:50:05,744 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,744 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,749 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: ABFC0DF52FBF4B7ABB4ABC00DE57D210, ordinal: 0
2016-01-14 23:50:05,749 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: TempHfs["SequenceFile[['char', 'count']]"][1928966084/count-lhs/]
2016-01-14 23:50:05,749 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: CoGroup(count-lhs*source*count-rhs)[by: count-lhs:[{1}:'char'] source*count-rhs:[{1}:'char']]
2016-01-14 23:50:05,749 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ABFC0DF52FBF4B7ABB4ABC00DE57D210, mem on start (mb), free: 255, total: 466, max: 672
2016-01-14 23:50:05,751 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: ABFC0DF52FBF4B7ABB4ABC00DE57D210, mem on close (mb), free: 255, total: 466, max: 672
2016-01-14 23:50:05,758 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:05,759 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,763 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: FE90DCC1A47C40459B3C119EC50157FC, ordinal: 1
2016-01-14 23:50:05,764 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: CoGroup(count-lhs*source*count-rhs)[by: count-lhs:[{1}:'char'] source*count-rhs:[{1}:'char']]
2016-01-14 23:50:05,764 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['char', 'count']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSameSourceMergeThreeWay/samesourcemergethreeway"]
2016-01-14 23:50:05,765 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: FE90DCC1A47C40459B3C119EC50157FC, mem on start (mb), free: 253, total: 466, max: 672
2016-01-14 23:50:05,767 INFO  collect.SpillableTupleList (SpillableTupleList.java:getCodecClass(89)) - attempting to load codec: org.apache.hadoop.io.compress.GzipCodec
2016-01-14 23:50:05,768 INFO  collect.SpillableTupleList (SpillableTupleList.java:getCodecClass(94)) - found codec: org.apache.hadoop.io.compress.GzipCodec
2016-01-14 23:50:05,769 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: FE90DCC1A47C40459B3C119EC50157FC, mem on close (mb), free: 252, total: 466, max: 672
2016-01-14 23:50:05,780 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testSameSourceMergeThreeWay/samesourcemergethreeway/_temporary
2016-01-14 23:50:05,781 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count-lhs*source*count...]  completed in: 00:00.440
2016-01-14 23:50:05,793 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testSameSourceMergeThreeWay/samesourcemergethreeway
2016-01-14 23:50:05,801 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:05,802 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:05,834 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.030
2016-01-14 23:50:05,835 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:05,835 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:05,845 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs] starting
2016-01-14 23:50:05,845 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:05,845 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:05,846 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs]  sink: Hfs["TextLine[['item']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testUniqueMerge/uniquemerge-nondeterministic"]
2016-01-14 23:50:05,846 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs]  parallel execution of steps is enabled: false
2016-01-14 23:50:05,846 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs]  executing total steps: 1
2016-01-14 23:50:05,846 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs]  allocating management threads: 1
2016-01-14 23:50:05,847 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs] starting step: (1/1) ...quemerge-nondeterministic
2016-01-14 23:50:05,866 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs] submitted hadoop job: job_local429611702_0039
2016-01-14 23:50:05,866 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs] tracking url: http://localhost:8080/
2016-01-14 23:50:05,869 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:05,884 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,884 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,888 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: A4431147493844519E79D9ECA5AC721F, ordinal: 0
2016-01-14 23:50:05,889 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:05,889 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(lhs+rhs)[by: lhs:[{1}:'num'] rhs:[{1}:'num']]
2016-01-14 23:50:05,889 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A4431147493844519E79D9ECA5AC721F, mem on start (mb), free: 135, total: 466, max: 672
2016-01-14 23:50:05,894 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A4431147493844519E79D9ECA5AC721F, mem on close (mb), free: 135, total: 466, max: 672
2016-01-14 23:50:05,898 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt
2016-01-14 23:50:05,916 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:05,916 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,920 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: A4431147493844519E79D9ECA5AC721F, ordinal: 0
2016-01-14 23:50:05,921 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/rhs.txt"]
2016-01-14 23:50:05,921 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(lhs+rhs)[by: lhs:[{1}:'num'] rhs:[{1}:'num']]
2016-01-14 23:50:05,921 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A4431147493844519E79D9ECA5AC721F, mem on start (mb), free: 255, total: 466, max: 672
2016-01-14 23:50:05,923 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: A4431147493844519E79D9ECA5AC721F, mem on close (mb), free: 255, total: 466, max: 672
2016-01-14 23:50:05,932 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:05,933 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:05,937 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: BFA4C41651244455ACE93D4617D41085, ordinal: 1
2016-01-14 23:50:05,938 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(lhs+rhs)[by: lhs:[{1}:'num'] rhs:[{1}:'num']]
2016-01-14 23:50:05,938 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextLine[['item']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testUniqueMerge/uniquemerge-nondeterministic"]
2016-01-14 23:50:05,938 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: BFA4C41651244455ACE93D4617D41085, mem on start (mb), free: 252, total: 466, max: 672
2016-01-14 23:50:05,941 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: BFA4C41651244455ACE93D4617D41085, mem on close (mb), free: 252, total: 466, max: 672
2016-01-14 23:50:05,949 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testUniqueMerge/uniquemerge-nondeterministic/_temporary
2016-01-14 23:50:05,949 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [lhs+rhs]  completed in: 00:00.104
2016-01-14 23:50:05,955 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testUniqueMerge/uniquemerge-nondeterministic
2016-01-14 23:50:05,961 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:05,962 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:05,991 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.027
2016-01-14 23:50:05,992 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:05,992 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:06,001 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting
2016-01-14 23:50:06,002 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:06,002 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  sink: Hfs["TextLine[['item']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testUnique/unique"]
2016-01-14 23:50:06,002 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  parallel execution of steps is enabled: false
2016-01-14 23:50:06,004 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  executing total steps: 1
2016-01-14 23:50:06,004 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  allocating management threads: 1
2016-01-14 23:50:06,005 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] starting step: (1/1) ...latform/testUnique/unique
2016-01-14 23:50:06,026 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] submitted hadoop job: job_local652382783_0040
2016-01-14 23:50:06,026 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape] tracking url: http://localhost:8080/
2016-01-14 23:50:06,029 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:06,044 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:06,044 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:06,048 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: BEA96B4530B847E683132DA5C89E4F10, ordinal: 0
2016-01-14 23:50:06,049 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:06,049 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(shape)[by:[{1}:'num']]
2016-01-14 23:50:06,049 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: BEA96B4530B847E683132DA5C89E4F10, mem on start (mb), free: 137, total: 466, max: 672
2016-01-14 23:50:06,051 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: BEA96B4530B847E683132DA5C89E4F10, mem on close (mb), free: 137, total: 466, max: 672
2016-01-14 23:50:06,058 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:06,058 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:06,061 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: EA6811E3E4C94FB187D2C5DCF4064DBD, ordinal: 1
2016-01-14 23:50:06,061 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(shape)[by:[{1}:'num']]
2016-01-14 23:50:06,062 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextLine[['item']->['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testUnique/unique"]
2016-01-14 23:50:06,062 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EA6811E3E4C94FB187D2C5DCF4064DBD, mem on start (mb), free: 136, total: 466, max: 672
2016-01-14 23:50:06,064 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EA6811E3E4C94FB187D2C5DCF4064DBD, mem on close (mb), free: 136, total: 466, max: 672
2016-01-14 23:50:06,078 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testUnique/unique/_temporary
2016-01-14 23:50:06,079 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [shape]  completed in: 00:00.077
2016-01-14 23:50:06,085 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testUnique/unique
2016-01-14 23:50:06,092 INFO  util.Util (Util.java:findMainClass(1327)) - using default application jar, may cause class not found exceptions on the cluster
2016-01-14 23:50:06,093 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(174)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop/3.0.4/ab50b225eb80fe7b8e59368476a4bfb0fa1a0ef5/cascading-hadoop-3.0.4.jar
2016-01-14 23:50:06,111 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] executed rule registry: MapReduceHadoopRuleRegistry, completed as: SUCCESS, in: 00:00.016
2016-01-14 23:50:06,112 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, supports assembly with steps: 1, nodes: 2
2016-01-14 23:50:06,112 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] rule registry: MapReduceHadoopRuleRegistry, result was selected using: 'default comparator: selects plan with fewest steps and fewest nodes'
2016-01-14 23:50:06,120 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting
2016-01-14 23:50:06,120 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  source: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:06,120 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  sink: Hfs["TextDelimited[['notnull', 'null']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountNullNotNull/countnullnotnull"]
2016-01-14 23:50:06,120 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  parallel execution of steps is enabled: false
2016-01-14 23:50:06,120 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  executing total steps: 1
2016-01-14 23:50:06,120 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  allocating management threads: 1
2016-01-14 23:50:06,121 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] starting step: (1/1) ...lNotNull/countnullnotnull
2016-01-14 23:50:06,140 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] submitted hadoop job: job_local780396300_0041
2016-01-14 23:50:06,141 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count] tracking url: http://localhost:8080/
2016-01-14 23:50:06,147 INFO  io.MultiInputSplit (MultiInputSplit.java:readFields(161)) - current split input path: file:/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt
2016-01-14 23:50:06,161 INFO  hadoop.FlowMapper (FlowMapper.java:configure(75)) - cascading version: 3.0.4
2016-01-14 23:50:06,161 INFO  hadoop.FlowMapper (FlowMapper.java:configure(76)) - child jvm opts: -Xmx200m
2016-01-14 23:50:06,166 INFO  hadoop.FlowMapper (FlowMapper.java:configure(87)) - flow node id: F979ED146FB44A9F85AF17173263B6ED, ordinal: 0
2016-01-14 23:50:06,166 INFO  hadoop.FlowMapper (FlowMapper.java:configure(94)) - sourcing from: Hfs["TextDelimited[['num', 'char']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/classes/test/data/lhs.txt"]
2016-01-14 23:50:06,167 INFO  hadoop.FlowMapper (FlowMapper.java:configure(97)) - sinking to: GroupBy(count)[by:[{?}:NONE]]
2016-01-14 23:50:06,167 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F979ED146FB44A9F85AF17173263B6ED, mem on start (mb), free: 255, total: 467, max: 672
2016-01-14 23:50:06,172 INFO  hadoop.FlowMapper (LogUtil.java:logMemory(59)) - flow node id: F979ED146FB44A9F85AF17173263B6ED, mem on close (mb), free: 255, total: 467, max: 672
2016-01-14 23:50:06,178 INFO  hadoop.FlowReducer (FlowReducer.java:configure(83)) - cascading version: 3.0.4
2016-01-14 23:50:06,178 INFO  hadoop.FlowReducer (FlowReducer.java:configure(84)) - child jvm opts: -Xmx200m
2016-01-14 23:50:06,182 INFO  hadoop.FlowReducer (FlowReducer.java:configure(97)) - flow node id: EE001D59D762490C9881EFF5AEA9B413, ordinal: 1
2016-01-14 23:50:06,183 INFO  hadoop.FlowReducer (FlowReducer.java:configure(104)) - sourcing from: GroupBy(count)[by:[{?}:NONE]]
2016-01-14 23:50:06,183 INFO  hadoop.FlowReducer (FlowReducer.java:configure(107)) - sinking to: Hfs["TextDelimited[['notnull', 'null']]"]["/opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountNullNotNull/countnullnotnull"]
2016-01-14 23:50:06,183 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EE001D59D762490C9881EFF5AEA9B413, mem on start (mb), free: 253, total: 467, max: 672
2016-01-14 23:50:06,185 INFO  hadoop.FlowReducer (LogUtil.java:logMemory(59)) - flow node id: EE001D59D762490C9881EFF5AEA9B413, mem on close (mb), free: 253, total: 467, max: 672
2016-01-14 23:50:06,193 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(226)) - deleting temp path /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output/hadoop/assemblyhelpersplatform/testCountNullNotNull/countnullnotnull/_temporary
2016-01-14 23:50:06,193 INFO  flow.Flow (BaseFlow.java:logInfo(1433)) - [count]  completed in: 00:00.072
2016-01-14 23:50:06,205 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(189)) - copying to local /opt/buildAgent-8.0.3/work/d1e2e77517c04a30/apache-1.2.x/build/test/output//hadoop/assemblyhelpersplatform/testCountNullNotNull/countnullnotnull