[jira] [Commented] (HBASE-6123) dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23

2012-05-29 Thread Jesse Yates (JIRA)

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

Jesse Yates commented on HBASE-6123:


looks like the script (in the same section) currently also does:
{code}
# build core and tests
  $MVN clean test -DskipTests -Dhadoop.profile=23 -D${PROJECT_NAME}PatchProcess 
 $PATCH_DIR/trunk23JavacWarnings.txt 21
  if [[ $? != 0 ]] ; then
JIRA_COMMENT=$JIRA_COMMENT

-1 hadoop23.  The patch failed to compile against the hadoop 0.23.x 
profile.
cleanupAndExit 1

{code}

in the current execution, preventing hadoopQA from actually running the tests.

 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead 
 of hadoop 0.23
 --

 Key: HBASE-6123
 URL: https://issues.apache.org/jira/browse/HBASE-6123
 Project: HBase
  Issue Type: Bug
Reporter: Zhihong Yu

 test-patch.sh currently does this:
 {code}
   $MVN clean test -DskipTests -Dhadoop.profile=23 
 -D${PROJECT_NAME}PatchProcess  $PATCH_DIR/trunk23JavacWarnings.txt 21
 {code}
 we should compile against hadoop 2.0.0-alpha

--
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-6123) dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23

2012-05-29 Thread Zhihong Yu (JIRA)

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

Zhihong Yu commented on HBASE-6123:
---

Will integrate the patch if there is no objection.

 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead 
 of hadoop 0.23
 --

 Key: HBASE-6123
 URL: https://issues.apache.org/jira/browse/HBASE-6123
 Project: HBase
  Issue Type: Bug
Reporter: Zhihong Yu
 Attachments: 6123.txt


 test-patch.sh currently does this:
 {code}
   $MVN clean test -DskipTests -Dhadoop.profile=23 
 -D${PROJECT_NAME}PatchProcess  $PATCH_DIR/trunk23JavacWarnings.txt 21
 {code}
 we should compile against hadoop 2.0.0-alpha

--
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-6123) dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23

2012-05-29 Thread Jesse Yates (JIRA)

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

Jesse Yates commented on HBASE-6123:


+1 on patch, looks good. We should consider adding help:active-profiles -X so 
we can check the output, at least for the moment.

 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead 
 of hadoop 0.23
 --

 Key: HBASE-6123
 URL: https://issues.apache.org/jira/browse/HBASE-6123
 Project: HBase
  Issue Type: Bug
Reporter: Zhihong Yu
 Attachments: 6123.txt


 test-patch.sh currently does this:
 {code}
   $MVN clean test -DskipTests -Dhadoop.profile=23 
 -D${PROJECT_NAME}PatchProcess  $PATCH_DIR/trunk23JavacWarnings.txt 21
 {code}
 we should compile against hadoop 2.0.0-alpha

--
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-6123) dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23

2012-05-29 Thread Jesse Yates (JIRA)

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

Jesse Yates commented on HBASE-6123:


As an aside, I don't think -D${PROJECT_NAME}PatchProcess  is actually doing 
anything for us. Is there a reason we actually keep this around or is it just 
cruft from the original port of the hadoop code?

 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead 
 of hadoop 0.23
 --

 Key: HBASE-6123
 URL: https://issues.apache.org/jira/browse/HBASE-6123
 Project: HBase
  Issue Type: Bug
Reporter: Zhihong Yu
 Attachments: 6123.txt


 test-patch.sh currently does this:
 {code}
   $MVN clean test -DskipTests -Dhadoop.profile=23 
 -D${PROJECT_NAME}PatchProcess  $PATCH_DIR/trunk23JavacWarnings.txt 21
 {code}
 we should compile against hadoop 2.0.0-alpha

--
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-6123) dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23

2012-05-29 Thread Zhihong Yu (JIRA)

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

Zhihong Yu commented on HBASE-6123:
---

Thanks for the suggestion, Jesse.

Patch integrated to trunk.

 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead 
 of hadoop 0.23
 --

 Key: HBASE-6123
 URL: https://issues.apache.org/jira/browse/HBASE-6123
 Project: HBase
  Issue Type: Bug
Reporter: Zhihong Yu
 Attachments: 6123.txt


 test-patch.sh currently does this:
 {code}
   $MVN clean test -DskipTests -Dhadoop.profile=23 
 -D${PROJECT_NAME}PatchProcess  $PATCH_DIR/trunk23JavacWarnings.txt 21
 {code}
 we should compile against hadoop 2.0.0-alpha

--
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-6123) dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23

2012-05-29 Thread Hudson (JIRA)

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

Hudson commented on HBASE-6123:
---

Integrated in HBase-TRUNK #2945 (See 
[https://builds.apache.org/job/HBase-TRUNK/2945/])
HBASE-6123 dev-support/test-patch.sh should compile against hadoop 
2.0.0-alpha instead of hadoop 0.23 (Revision 1343959)

 Result = SUCCESS
tedyu : 
Files : 
* /hbase/trunk/dev-support/test-patch.sh


 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead 
 of hadoop 0.23
 --

 Key: HBASE-6123
 URL: https://issues.apache.org/jira/browse/HBASE-6123
 Project: HBase
  Issue Type: Bug
Reporter: Zhihong Yu
Assignee: Zhihong Yu
 Attachments: 6123.txt


 test-patch.sh currently does this:
 {code}
   $MVN clean test -DskipTests -Dhadoop.profile=23 
 -D${PROJECT_NAME}PatchProcess  $PATCH_DIR/trunk23JavacWarnings.txt 21
 {code}
 we should compile against hadoop 2.0.0-alpha

--
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-6123) dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead of hadoop 0.23

2012-05-29 Thread Hudson (JIRA)

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

Hudson commented on HBASE-6123:
---

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #31 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/31/])
HBASE-6123 dev-support/test-patch.sh should compile against hadoop 
2.0.0-alpha instead of hadoop 0.23 (Revision 1343959)

 Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/dev-support/test-patch.sh


 dev-support/test-patch.sh should compile against hadoop 2.0.0-alpha instead 
 of hadoop 0.23
 --

 Key: HBASE-6123
 URL: https://issues.apache.org/jira/browse/HBASE-6123
 Project: HBase
  Issue Type: Bug
Reporter: Zhihong Yu
Assignee: Zhihong Yu
 Attachments: 6123.txt


 test-patch.sh currently does this:
 {code}
   $MVN clean test -DskipTests -Dhadoop.profile=23 
 -D${PROJECT_NAME}PatchProcess  $PATCH_DIR/trunk23JavacWarnings.txt 21
 {code}
 we should compile against hadoop 2.0.0-alpha

--
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