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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to