[ 
https://issues.apache.org/jira/browse/MAPREDUCE-6525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977991#comment-14977991
 ] 

Tsuyoshi Ozawa commented on MAPREDUCE-6525:
-------------------------------------------

This is not related to this issue directly, but we should use Configuration to 
enable timeline server instead of using enableAHS.
{code}
  public MiniMRYarnCluster(String testName, int noOfNMs, boolean enableAHS) {
    super(testName, 1, noOfNMs, 4, 4, enableAHS);
  }
{code}


> Fix test failure of TestMiniMRClientCluster.testRestart
> -------------------------------------------------------
>
>                 Key: MAPREDUCE-6525
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6525
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Minor
>         Attachments: MAPREDUCE-6525.001.patch
>
>
> MiniMRYarnClusterAdapter#restart creates new MiniMRYarnCluster with 
> configuration of existing MiniMRYarnCluster but the address of HistoryServer 
> is properly set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to