[ https://issues.apache.org/jira/browse/AMBARI-12365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621489#comment-14621489 ]
Hadoop QA commented on AMBARI-12365: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12744573/AMBARI-12365.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:red}-1 core tests{color}. The test build failed in ambari-server Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/3377//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/3377//console This message is automatically generated. > Ensure appropriate defaults are set for > yarn.timeline-service.leveldb-state-store.path and > mapreduce.jobhistory.recovery.store.leveldb.path > ------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AMBARI-12365 > URL: https://issues.apache.org/jira/browse/AMBARI-12365 > Project: Ambari > Issue Type: Bug > Components: stacks > Affects Versions: 2.1.0 > Reporter: Sumit Mohanty > Assignee: Sumit Mohanty > Priority: Critical > Fix For: 2.1.0 > > Attachments: AMBARI-12365.patch > > > These two properties should not have equal values. It can be like below: > {code} > yarn.timeline-service.leveldb-state-store.path = /grid/0/hadoop/yarn/timeline > mapreduce.jobhistory.recovery.store.leveldb.path = > /grid/0/hadoop/mapreduce/jhs > {code} > From the patch (AMBARI-12276), it also prints warning msgs if two properties > are not equal, which is not correct. > {code} > "The mapred-site.xml property > mapreduce.jobhistory.recovery.store.leveldb.path should be set. Please note > that \"mapreduce.jobhistory.recovery.store.leveldb.path\" should be set equal > to \"yarn.timeline-service.leveldb-state-store.path\" for consistency."); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)