Class cascading.scheme.hadoop.WritableSequenceFilePlatformTest

1

tests

0

failures

1m5.63s

duration

100%

successful

Tests

Test Duration Result
testWritable 1m5.63s passed

Standard output

2015-08-14 07:49:37,970 INFO  platform.PlatformRunner (PlatformRunner.java:getPlatformClassesFromClasspath(187)) - found 1 test platforms from classpath
2015-08-14 07:49:38,029 INFO  platform.PlatformRunner (PlatformRunner.java:addPlatform(237)) - installing platform: hadoop2-mr1
2015-08-14 07:49:38,030 INFO  platform.PlatformRunner (PlatformRunner.java:addPlatform(238)) - running test: cascading.scheme.hadoop.WritableSequenceFilePlatformTest
2015-08-14 07:49:38,065 INFO  hadoop2.Hadoop2MR1Platform (Hadoop2MR1Platform.java:setUp(121)) - using cluster
2015-08-14 07:49:38,995 WARN  util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Formatting using clusterid: testClusterID
2015-08-14 07:49:39,937 WARN  impl.MetricsConfig (MetricsConfig.java:loadFirst(124)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
2015-08-14 07:49:40,564 WARN  server.AuthenticationFilter (AuthenticationFilter.java:init(166)) - 'signature.secret' configuration not set, using a random value as secret
2015-08-14 07:49:44,526 WARN  containermanager.AuxServices (AuxServices.java:serviceInit(130)) - The Auxilurary Service named 'mapreduce_shuffle' in the configuration is for class class org.apache.hadoop.mapred.ShuffleHandler which has a name of 'httpshuffle'. Because these are not the same tools trying to send ServiceData and read Service Meta Data may have issues unless the refer to the name in the config.
2015-08-14 07:49:44,747 WARN  containermanager.AuxServices (AuxServices.java:serviceInit(130)) - The Auxilurary Service named 'mapreduce_shuffle' in the configuration is for class class org.apache.hadoop.mapred.ShuffleHandler which has a name of 'httpshuffle'. Because these are not the same tools trying to send ServiceData and read Service Meta Data may have issues unless the refer to the name in the config.
2015-08-14 07:49:44,928 WARN  containermanager.AuxServices (AuxServices.java:serviceInit(130)) - The Auxilurary Service named 'mapreduce_shuffle' in the configuration is for class class org.apache.hadoop.mapred.ShuffleHandler which has a name of 'httpshuffle'. Because these are not the same tools trying to send ServiceData and read Service Meta Data may have issues unless the refer to the name in the config.
2015-08-14 07:49:45,113 WARN  containermanager.AuxServices (AuxServices.java:serviceInit(130)) - The Auxilurary Service named 'mapreduce_shuffle' in the configuration is for class class org.apache.hadoop.mapred.ShuffleHandler which has a name of 'httpshuffle'. Because these are not the same tools trying to send ServiceData and read Service Meta Data may have issues unless the refer to the name in the config.
2015-08-14 07:49:57,073 WARN  server.AuthenticationFilter (AuthenticationFilter.java:init(166)) - 'signature.secret' configuration not set, using a random value as secret
2015-08-14 07:49:58,422 WARN  server.AuthenticationFilter (AuthenticationFilter.java:init(166)) - 'signature.secret' configuration not set, using a random value as secret
2015-08-14 07:49:58,423 WARN  server.AuthenticationFilter (AuthenticationFilter.java:init(166)) - 'signature.secret' configuration not set, using a random value as secret
2015-08-14 07:50:02,228 INFO  platform.TestPlatform (TestPlatform.java:getGlobalProperties(72)) - platform property overrides: 
2015-08-14 07:50:02,546 INFO  util.HadoopUtil (HadoopUtil.java:findMainClass(336)) - using default application jar, may cause class not found exceptions on the cluster
2015-08-14 07:50:02,549 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(226)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-mr1/2.7.1/78a07fbd83388056abdb4b5e48f666735b06cf7c/cascading-hadoop2-mr1-2.7.1.jar
2015-08-14 07:50:02,561 INFO  property.AppProps (AppProps.java:getAppID(169)) - using app.id: 4A75C6A4C14D45EDB446C056D9E9BD4E
2015-08-14 07:50:02,800 INFO  util.HadoopUtil (HadoopUtil.java:findMainClass(336)) - using default application jar, may cause class not found exceptions on the cluster
2015-08-14 07:50:02,801 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(226)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-mr1/2.7.1/78a07fbd83388056abdb4b5e48f666735b06cf7c/cascading-hadoop2-mr1-2.7.1.jar
2015-08-14 07:50:02,847 INFO  util.HadoopUtil (HadoopUtil.java:findMainClass(336)) - using default application jar, may cause class not found exceptions on the cluster
2015-08-14 07:50:02,848 INFO  planner.HadoopPlanner (HadoopPlanner.java:initialize(226)) - using application jar: /opt/concurrent/home/teamcity/.gradle/caches/modules-2/files-2.1/cascading/cascading-hadoop2-mr1/2.7.1/78a07fbd83388056abdb4b5e48f666735b06cf7c/cascading-hadoop2-mr1-2.7.1.jar
2015-08-14 07:50:02,886 INFO  util.Version (Version.java:printBanner(85)) - Concurrent, Inc - Cascading 2.7.1
2015-08-14 07:50:02,886 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues] starting
2015-08-14 07:50:02,893 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues]  parallel execution is enabled: true
2015-08-14 07:50:02,893 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues]  starting flows: 3
2015-08-14 07:50:02,893 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues]  allocating threads: 3
2015-08-14 07:50:02,894 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues] starting flow: keyvalue
2015-08-14 07:50:02,896 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue] at least one sink is marked for delete
2015-08-14 07:50:02,897 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue] sink oldest modified date: Wed Dec 31 23:59:59 UTC 1969
2015-08-14 07:50:02,926 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue] starting
2015-08-14 07:50:02,927 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue]  source: Hfs["TextLine[['offset', 'line']->[ALL]]"]["/opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/classes/test/data/apache.10.txt"]
2015-08-14 07:50:02,928 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue]  sink: Hfs["WritableSequenceFile[['offset', 'line']]"]["/opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/keyvalue"]
2015-08-14 07:50:02,928 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue]  parallel execution is enabled: true
2015-08-14 07:50:02,929 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue]  starting jobs: 1
2015-08-14 07:50:02,929 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [keyvalue]  allocating threads: 1
2015-08-14 07:50:02,930 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [keyvalue] starting step: (1/1) ...encefileplatform/keyvalue
2015-08-14 07:50:04,001 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [keyvalue] submitted hadoop job: job_1439538596725_0001
2015-08-14 07:50:04,001 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [keyvalue] tracking url: http://ip-10-235-34-50:50476/proxy/application_1439538596725_0001/
2015-08-14 07:50:18,545 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0001_01_000005 is : 143
2015-08-14 07:50:18,643 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0001_01_000003 is : 143
2015-08-14 07:50:18,684 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0001_01_000002 is : 143
2015-08-14 07:50:18,720 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0001_01_000004 is : 143
2015-08-14 07:50:20,136 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(219)) - deleting temp path /opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/keyvalue/_temporary
2015-08-14 07:50:20,137 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues] completed flow: keyvalue
2015-08-14 07:50:20,138 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues] starting flow: value
2015-08-14 07:50:20,138 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues] starting flow: key
2015-08-14 07:50:20,139 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value] at least one sink is marked for delete
2015-08-14 07:50:20,139 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key] at least one sink is marked for delete
2015-08-14 07:50:20,139 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value] sink oldest modified date: Wed Dec 31 23:59:59 UTC 1969
2015-08-14 07:50:20,139 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key] sink oldest modified date: Wed Dec 31 23:59:59 UTC 1969
2015-08-14 07:50:20,146 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value] starting
2015-08-14 07:50:20,149 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key] starting
2015-08-14 07:50:20,149 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value]  source: Hfs["WritableSequenceFile[['offset', 'line']]"]["/opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/keyvalue"]
2015-08-14 07:50:20,149 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key]  source: Hfs["WritableSequenceFile[['offset', 'line']]"]["/opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/keyvalue"]
2015-08-14 07:50:20,149 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value]  sink: Hfs["WritableSequenceFile[['line']]"]["/opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/value"]
2015-08-14 07:50:20,149 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key]  sink: Hfs["WritableSequenceFile[['offset']]"]["/opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/key"]
2015-08-14 07:50:20,149 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value]  parallel execution is enabled: true
2015-08-14 07:50:20,150 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key]  parallel execution is enabled: true
2015-08-14 07:50:20,150 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value]  starting jobs: 1
2015-08-14 07:50:20,150 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key]  starting jobs: 1
2015-08-14 07:50:20,150 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [key]  allocating threads: 1
2015-08-14 07:50:20,150 INFO  flow.Flow (BaseFlow.java:logInfo(1370)) - [value]  allocating threads: 1
2015-08-14 07:50:20,153 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [key] starting step: (1/1) ...esequencefileplatform/key
2015-08-14 07:50:20,154 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [value] starting step: (1/1) ...equencefileplatform/value
2015-08-14 07:50:20,450 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [key] submitted hadoop job: job_1439538596725_0002
2015-08-14 07:50:20,451 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [key] tracking url: http://ip-10-235-34-50:50476/proxy/application_1439538596725_0002/
2015-08-14 07:50:20,464 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [value] submitted hadoop job: job_1439538596725_0003
2015-08-14 07:50:20,464 INFO  flow.FlowStep (BaseFlowStep.java:logInfo(895)) - [value] tracking url: http://ip-10-235-34-50:50476/proxy/application_1439538596725_0003/
2015-08-14 07:50:35,543 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0002_01_000002 is : 143
2015-08-14 07:50:35,627 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0002_01_000005 is : 143
2015-08-14 07:50:35,701 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0002_01_000004 is : 143
2015-08-14 07:50:36,636 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0002_01_000003 is : 143
2015-08-14 07:50:37,990 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(219)) - deleting temp path /opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/key/_temporary
2015-08-14 07:50:37,991 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues] completed flow: key
2015-08-14 07:50:42,019 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0003_01_000002 is : 143
2015-08-14 07:50:42,054 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0003_01_000003 is : 143
2015-08-14 07:50:42,107 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0003_01_000004 is : 143
2015-08-14 07:50:42,180 WARN  nodemanager.DefaultContainerExecutor (DefaultContainerExecutor.java:launchContainer(207)) - Exit code from container container_1439538596725_0003_01_000005 is : 143
2015-08-14 07:50:43,473 INFO  util.Hadoop18TapUtil (Hadoop18TapUtil.java:cleanTempPath(219)) - deleting temp path /opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output/hadoop2-mr1/writablesequencefileplatform/value/_temporary
2015-08-14 07:50:43,474 INFO  cascade.Cascade (Cascade.java:logInfo(996)) - [keyvalues] completed flow: value
2015-08-14 07:50:43,634 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(209)) - copying to local /opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output//hadoop2-mr1/writablesequencefileplatform/value
2015-08-14 07:50:43,653 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(209)) - copying to local /opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output//hadoop2-mr1/writablesequencefileplatform/keyvalue
2015-08-14 07:50:43,670 INFO  cascading.PlatformTestCase (PlatformTestCase.java:tearDown(209)) - copying to local /opt/buildAgent-8.0.3/work/8c57748d0461e126/apache-2.5.x/build/test/output//hadoop2-mr1/writablesequencefileplatform/key

Standard error

Aug 14, 2015 7:49:57 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.mapreduce.v2.hs.webapp.HsWebServices as a root resource class
Aug 14, 2015 7:49:57 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.mapreduce.v2.hs.webapp.JAXBContextResolver as a provider class
Aug 14, 2015 7:49:57 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class
Aug 14, 2015 7:49:57 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
Aug 14, 2015 7:49:57 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.mapreduce.v2.hs.webapp.JAXBContextResolver to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:49:57 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.webapp.GenericExceptionHandler to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:49:58 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.mapreduce.v2.hs.webapp.HsWebServices to GuiceManagedComponentProvider with the scope "PerRequest"
Aug 14, 2015 7:49:58 AM com.google.inject.servlet.GuiceFilter setPipeline
WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
Aug 14, 2015 7:49:58 AM com.google.inject.servlet.GuiceFilter setPipeline
WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
Aug 14, 2015 7:49:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices as a root resource class
Aug 14, 2015 7:49:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class
Aug 14, 2015 7:49:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver as a provider class
Aug 14, 2015 7:49:59 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
Aug 14, 2015 7:49:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:49:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.webapp.GenericExceptionHandler to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:49:59 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:49:59 AM com.google.inject.servlet.GuiceFilter setPipeline
WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
Aug 14, 2015 7:50:00 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices as a root resource class
Aug 14, 2015 7:50:00 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class
Aug 14, 2015 7:50:00 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver as a provider class
Aug 14, 2015 7:50:00 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
Aug 14, 2015 7:50:00 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:50:00 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.webapp.GenericExceptionHandler to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:50:00 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:50:00 AM com.google.inject.servlet.GuiceFilter setPipeline
WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
Aug 14, 2015 7:50:01 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices as a root resource class
Aug 14, 2015 7:50:01 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.webapp.GenericExceptionHandler as a provider class
Aug 14, 2015 7:50:01 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory register
INFO: Registering org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver as a provider class
Aug 14, 2015 7:50:01 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
Aug 14, 2015 7:50:01 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.server.nodemanager.webapp.JAXBContextResolver to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:50:01 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.webapp.GenericExceptionHandler to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:50:01 AM com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory getComponentProvider
INFO: Binding org.apache.hadoop.yarn.server.nodemanager.webapp.NMWebServices to GuiceManagedComponentProvider with the scope "Singleton"
Aug 14, 2015 7:50:01 AM com.google.inject.servlet.GuiceFilter setPipeline
WARNING: Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.