[jira] [Commented] (HBASE-5608) MR testcases are failing in QA builds

2013-04-03 Thread Nick Dimiduk (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621190#comment-13621190
 ] 

Nick Dimiduk commented on HBASE-5608:
-

All of these tests pass in recent jenkins builds on EC2. They're not reported 
in test results [0] for some reason, but they're there in the console output 
[1]. Resolve as not-a-bug?

[0]: 
http://54.241.6.143/job/HBase-TRUNK/lastBuild/org.apache.hbase$hbase-server/testReport/org.apache.hadoop.hbase.mapreduce/
[1]: http://54.241.6.143/job/HBase-TRUNK/lastBuild/consoleText

 MR testcases are failing in QA builds
 -

 Key: HBASE-5608
 URL: https://issues.apache.org/jira/browse/HBASE-5608
 Project: HBase
  Issue Type: Bug
  Components: build, mapreduce, test
Affects Versions: 0.92.2
 Environment: Hadoop QA - precommit builds
Reporter: Laxman
Priority: Blocker
  Labels: build-failure, mapreduce, test-fail

 Many of the MR testcases are failing in PreCommit builds (triggered by Hadoop 
 QA).
 Failing testcases are
 a) TestImportTsv
 b) TestHFileOutputFormat
 c) TestTableMapReduce

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-5608) MR testcases are failing in QA builds

2012-03-23 Thread Jonathan Hsieh (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13237133#comment-13237133
 ] 

Jonathan Hsieh commented on HBASE-5608:
---

@Greg

I cannot access the physical machines to get the actual logs, but we should be 
able to configure jenkins to save particular files after a build.

Looks like trunk saves all build and test artifacts from the most recent run 
here 
https://builds.apache.org/view/G-L/view/HBase/job/PreCommit-HBASE-Build/ws/.  
Can you take a look and identify the file you need to help debug?

We can enable it for a little while until we get it resolved.

 MR testcases are failing in QA builds
 -

 Key: HBASE-5608
 URL: https://issues.apache.org/jira/browse/HBASE-5608
 Project: HBase
  Issue Type: Bug
  Components: build, mapreduce, test
Affects Versions: 0.92.2
 Environment: Hadoop QA - precommit builds
Reporter: Laxman
Priority: Blocker
  Labels: build-failure, mapreduce, test-fail

 Many of the MR testcases are failing in PreCommit builds (triggered by Hadoop 
 QA).
 Failing testcases are
 a) TestImportTsv
 b) TestHFileOutputFormat
 c) TestTableMapReduce

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-5608) MR testcases are failing in QA builds

2012-03-21 Thread Laxman (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234279#comment-13234279
 ] 

Laxman commented on HBASE-5608:
---

Failing builds for logs
https://builds.apache.org/job/PreCommit-HBASE-Build/1231/
https://builds.apache.org/job/PreCommit-HBASE-Build/1112/
https://builds.apache.org/job/PreCommit-HBASE-Build/1108/

I had gone through the logs available in these builds. But I couldn't get any 
clue why these testcases are failing.

In case of TestImportTsv, MR job is failing quietly.

 MR testcases are failing in QA builds
 -

 Key: HBASE-5608
 URL: https://issues.apache.org/jira/browse/HBASE-5608
 Project: HBase
  Issue Type: Bug
  Components: build, mapreduce, test
Affects Versions: 0.92.2
 Environment: Hadoop QA - precommit builds
Reporter: Laxman
Priority: Blocker
  Labels: build-failure, mapreduce, test-fail

 Many of the MR testcases are failing in PreCommit builds (triggered by Hadoop 
 QA).
 Failing testcases are
 a) TestImportTsv
 b) TestHFileOutputFormat
 c) TestTableMapReduce

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HBASE-5608) MR testcases are failing in QA builds

2012-03-21 Thread Gregory Chanan (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234831#comment-13234831
 ] 

Gregory Chanan commented on HBASE-5608:
---

I looked at these briefly; you are correct in that the MR job fails (basically) 
silently.
I did some work on these test cases against hadoop-0.23, see 
https://issues.apache.org/jira/browse/HBASE-5317

Against 0.23 I needed to look in the 
target/org.apache.hadoop.mapred.MiniMRCluster directory for the MR logs.  The 
problem is:

1) I'm not sure this directory is generated against hadoop-1.0.0 (the default 
jenkins build), so the MR logs may be somewhere else
2) We need someone with access to the jenkins machine to search around and pull 
the logs

If someone with access to the jenkins machine can look around and find the 
logs, I'd be happy to take it from there.

 MR testcases are failing in QA builds
 -

 Key: HBASE-5608
 URL: https://issues.apache.org/jira/browse/HBASE-5608
 Project: HBase
  Issue Type: Bug
  Components: build, mapreduce, test
Affects Versions: 0.92.2
 Environment: Hadoop QA - precommit builds
Reporter: Laxman
Priority: Blocker
  Labels: build-failure, mapreduce, test-fail

 Many of the MR testcases are failing in PreCommit builds (triggered by Hadoop 
 QA).
 Failing testcases are
 a) TestImportTsv
 b) TestHFileOutputFormat
 c) TestTableMapReduce

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira