You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/04/11 17:26:36 UTC

[GitHub] [hbase] huaxiangsun commented on pull request #4328: HBASE-26618 Involving primary meta region in meta scan with CatalogRe…

huaxiangsun commented on PR #4328:
URL: https://github.com/apache/hbase/pull/4328#issuecomment-1095330739

   It failed with the following message, not related with the patch, merging.
   
   WARNING] Rule 0: org.apache.maven.plugins.enforcer.EvaluateBeanshell failed with message:
   Couldn't evaluate condition: File license = new File("/home/jenkins/jenkins-home/workspace/Base-PreCommit-GitHub-PR_PR-4328/yetus-jdk11-hadoop3-check/src/hbase-shaded/hbase-shaded-client-byo-hadoop/target/maven-shared-archive-resources/META-INF/LICENSE");
   
                       // Beanshell does not support try-with-resources,
                       // so we must close this scanner manually
                       Scanner scanner = new Scanner(license);
   
                       while (scanner.hasNextLine()) {
                         if (scanner.nextLine().startsWith("ERROR:")) {
                           scanner.close();
                           return false;
                         }
                       }
                       scanner.close();
                       return true;


-- 
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: issues-unsubscribe@hbase.apache.org

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