[
https://issues.apache.org/jira/browse/HBASE-10782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941447#comment-13941447
]
Hudson commented on HBASE-10782:
--------------------------------
FAILURE: Integrated in HBase-0.94 #1331 (See
[https://builds.apache.org/job/HBase-0.94/1331/])
HBASE-10782 Hadoop2 MR tests fail occasionally because of
mapreduce.jobhistory.address is no set in job conf (Shaohui Liu) (liangxie: rev
1579523)
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java
> Hadoop2 MR tests fail occasionally because of mapreduce.jobhistory.address is
> no set in job conf
> ------------------------------------------------------------------------------------------------
>
> Key: HBASE-10782
> URL: https://issues.apache.org/jira/browse/HBASE-10782
> Project: HBase
> Issue Type: Test
> Reporter: Liu Shaohui
> Assignee: Liu Shaohui
> Priority: Minor
> Fix For: 0.99.0, 0.94.19, 0.98.2, 0.96.3
>
> Attachments: HBASE-10782-trunk-v1.diff
>
>
> Hadoop2 MR tests fail occasionally with output like this:
> {code}
> -------------------------------------------------------------------------------
> Test set: org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1
> -------------------------------------------------------------------------------
> Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 347.57 sec
> <<< FAILURE!
> testScanEmptyToAPP(org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1)
> Time elapsed: 50.047 sec <<< ERROR!
> java.io.IOException: java.net.ConnectException: Call From
> liushaohui-OptiPlex-990/127.0.0.1 to 0.0.0.0:10020 failed on connection
> exception: java.net.ConnectException: Connection refused; For more details
> see: http://wiki.apache.org/hadoop/ConnectionRefused
> at
> org.apache.hadoop.mapred.ClientServiceDelegate.invoke(ClientServiceDelegate.java:334)
> at
> org.apache.hadoop.mapred.ClientServiceDelegate.getJobStatus(ClientServiceDelegate.java:419)
> at org.apache.hadoop.mapred.YARNRunner.getJobStatus(YARNRunner.java:524)
> at org.apache.hadoop.mapreduce.Job$1.run(Job.java:314)
> at org.apache.hadoop.mapreduce.Job$1.run(Job.java:311)
> at java.security.AccessController.doPrivileged(Native Method)
> ...
> {code}
> The reason is that when MR job was running, the job client pulled the job
> status from AppMaster. When the job is completed, the AppMaster will exit. At
> this time, if the job client have not got the job completed event from
> AppMaster, it will switch to get job report from history server.
> But in HBaseTestingUtility#startMiniMapReduceCluster, the config:
> mapreduce.jobhistory.address is not copied to TestUtil's config.
>
> CRUNCH-249 reported the same problem.
--
This message was sent by Atlassian JIRA
(v6.2#6252)