wty717 / hadoop-snappy

Automatically exported from code.google.com/p/hadoop-snappy
Apache License 2.0
0 stars 0 forks source link

Build Error: SnappyDecompressor is not abstract and does not override abstract method getRemaining() #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo mvn clean package 
-Dsnappy.prefix=~/hadoop-snappy-read-only/snappy-1.1.1/
2.
3.

What is the expected output? What do you see instead?
Generate ~/target/hadoop-snappy-0.0.1-SNAPSHOT.tar.gz

What version of the product are you using? On what operating system?
Check out from source, and use on Mac OS 10.8.4

Please provide any additional information below.
It failed to build with below error:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/Users/Kevin/code/apache/hadoop-snappy-read-only/src/main/java/org/apache/hadoop
/io/compress/snappy/SnappyDecompressor.java:[33,7] error: SnappyDecompressor is 
not abstract and does not override abstract method getRemaining() in 
Decompressor
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

Original issue reported on code.google.com by manch...@gmail.com on 29 Dec 2013 at 6:24