ndimiduk commented on pull request #2737: URL: https://github.com/apache/hbase/pull/2737#issuecomment-740267232
I think this isn't right either, @z-york . ``` $ caffeinate env JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home bash -x ~/repos/apache/hbase/dev-support/hbase-vote.sh --source 'https://dist.apache.org/repos/dist/dev/hbase/2.4.0RC1/' -D hadoop.profile=3.0 ... + cd hbase-2.4.0 + execute rat_test + rat_test + rm -f /Users/ndimiduk/tmp/hbase-2.4.0RC1/2.4.0RC1_rat_test + mvn clean apache-rat:check '-D hadoop.profile=3.0 ' + tee /Users/ndimiduk/tmp/hbase-2.4.0RC1/2.4.0RC1_rat_test [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.apache.hadoop:hadoop-mapreduce-client-jobclient:test-jar is missing. @ line 224, column 17 [ERROR] 'dependencies.dependency.version' for org.apache.hadoop:hadoop-hdfs:test-jar is missing. @ line 248, column 17 [ERROR] 'dependencies.dependency.version' for org.apache.hadoop:hadoop-minikdc:jar is missing. @ line 228, column 17 ``` Looks like the `-D` argument isn't being passed to maven correctly... maybe that trailing space is causing issue? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
