kyungwan nam created SLIDER-986:
-----------------------------------
Summary: partial logs upload does not working
Key: SLIDER-986
URL: https://issues.apache.org/jira/browse/SLIDER-986
Project: Slider
Issue Type: Bug
Components: core
Affects Versions: Slider 0.80
Environment: hadoop-2.7.1
Reporter: kyungwan nam
when I run my slider-app using slider that is depend on hadoop-2.7.1 I thought
the logs for my slider-app can be uploaded during running (refer to SLIDER-810)
but, It didn't work.
the slider logs during creating my slider-app are as follows.
{code}
2015-11-13 18:05:42,309 [main] INFO launch.AbstractLauncher - Log include
patterns: *
2015-11-13 18:05:42,309 [main] INFO launch.AbstractLauncher - Log exclude
patterns:
2015-11-13 18:05:42,309 [main] DEBUG launch.AbstractLauncher -
LogAggregationContext new constructor for rolled logs include/exclude patterns
is not available - fallback to old one
2015-11-13 18:05:42,309 [main] DEBUG launch.AbstractLauncher -
java.lang.NoSuchMethodException:
org.apache.hadoop.yarn.api.records.LogAggregationContext.<init>(java.lang.String,
java.lang.String, java.lang.String, java.lang.String)
{code}
I take a look “LogAggregationContext” in hadoop-2.7.1.
but, It seems like there is just one constructor that has no argument.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)