apurtell commented on issue #5: HBASE-22574 hbase-filesystem does not build 
against HBase 1
URL: https://github.com/apache/hbase-filesystem/pull/5#issuecomment-501486619
 
 
   With `mvn -Dhbase.profile=1 dependency:tree | grep hbase`
   
       ...
       [INFO] org.apache.hbase.filesystem:hbase-filesystem:pom:1.0.0-alpha1
       [INFO] +- 
org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:jar:2.2.1:compile
       [INFO] +- org.apache.hbase:hbase-testing-util:jar:1.4.10:test
       ...
   
   With `mvn -Dhbase.profile=1 clean install`
   
       ...
       [WARNING] Tests run: 160, Failures: 0, Errors: 0, Skipped: 21
       ...
       [INFO] BUILD SUCCESS
   
   With `mvn dependency:tree | grep hbase`
   
       ...
       [INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ 
hbase-filesystem ---
       [INFO] org.apache.hbase.filesystem:hbase-filesystem:pom:1.0.0-alpha1
       [INFO] +- org.apache.hbase:hbase-zookeeper:jar:2.1.4:test
       ...
   
   With `mvn clean install`
   
       ...
       [WARNING] Tests run: 160, Failures: 0, Errors: 0, Skipped: 21
       ...
       [INFO] BUILD SUCCESS
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to