NihalJain commented on PR #5625: URL: https://github.com/apache/hbase/pull/5625#issuecomment-1896357054
Ran test `IntegrationTestImportTsv` locally again with hadoop 2 (default profile): PASS ``` mvn clean install -DskipTests mvn --no-snapshot-updates -Dtest=IntegrationTestImportTsv -pl hbase-it package ``` Output: ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.643 s - in org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 ``` Ran test `IntegrationTestImportTsv` locally again with hadoop 3: PASS ``` mvn clean install -DskipTests -Dhadoop.profile=3.0 mvn --no-snapshot-updates -Dtest=IntegrationTestImportTsv -pl hbase-it package -Dhadoop.profile=3.0 ``` Output: ``` [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.893 s - in org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
