virajjasani opened a new pull request #3768:
URL: https://github.com/apache/hadoop/pull/3768


   ### Description of PR
   As mentioned on HADOOP-17668, we can't upgrade hbase2 profile version beyond 
2.2.4 until we either have hbase 2 artifacts available that are built with 
hadoop 3 profile by default or hbase 3 is rolled out (hbase 3 is compatible 
with hadoop 3 versions only).
   This PR is to upgrade hbase2 profile version to 2.2.4 and also fix 
TestTimelineWriterHBaseDown to create connection only after mini cluster is up.
   
   ### How was this patch tested?
   Local testing.
   For unit testing, here is the test result with hbase2 profile:
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage
   [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
29.996 s - in 
org.apache.hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineWriterHBaseDown
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
33.288 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineWriterHBaseDown
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps
   [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
33.485 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
201.434 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestTimelineReaderHBaseDown
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageSchema
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.86 
s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageSchema
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageDomain
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
27.672 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageDomain
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities
   [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
30.734 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowActivity
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
34.285 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowActivity
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRunCompaction
   [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
38.799 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRunCompaction
   [INFO] Running 
org.apache.hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRun
   [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
68.664 s - in 
org.apache.hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRun
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  09:33 min
   [INFO] Finished at: 2021-12-08T19:32:42+05:30
   [INFO] 
------------------------------------------------------------------------
   ```
   
   ### For code changes:
   
   - [X] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to