virajjasani commented on pull request #3691:
URL: https://github.com/apache/hbase/pull/3691#issuecomment-926031997


   I just tried building the project with the patch and it seems some missing 
imports are causing build failures.
   
   ```
   TestWALCompressionLz4.java:[50,47] cannot find symbol
   [ERROR]   symbol:   class Lz4Codec
   [ERROR]   location: class 
org.apache.hadoop.hbase.io.compress.aircompressor.TestWALCompressionLz4
   
   TestSnappyCodec.java:[35,24] cannot find symbol
   [ERROR]   symbol:   class SnappyCodec
   [ERROR]   location: class 
org.apache.hadoop.hbase.io.compress.aircompressor.TestSnappyCodec
   
   TestHFileCompressionLzo.java:[41,47] cannot find symbol
   [ERROR]   symbol:   class LzoCodec
   [ERROR]   location: class 
org.apache.hadoop.hbase.io.compress.aircompressor.TestHFileCompressionLzo
   
   . . .
   ```


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