-1

- checked sigs (with key from http://people.apache.org/~apurtell/KEY)
- checked fingerprints
- checked rat
- diff source tarball with git tag (same barring dot-files)

Building from source distro with Oracle JDK6u31 fails in test-compile:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile
(default-testCompile) on project hbase-client: Compilation failure:
Compilation failure:
[ERROR]
/home/busbey/hbase-0.98.12/hbase-0.98.12/hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientSmallReversedScanner.java:[24,23]
cannot find symbol
[ERROR] symbol  : class StandardCharsets
[ERROR] location: package java.nio.charset
 ..... SNIP...

java.nio.charset.StandardCharsets is jdk7+ only.

$ grep -rl "import java.nio.charset.StandardCharsets" *
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientSmallScanner.java
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestClientSmallReversedScanner.java


It's only in test code, so maybe not fatal for the RC? I'll file a ticket.


On Thu, Apr 2, 2015 at 12:27 AM, Andrew Purtell <[email protected]> wrote:

> ​​​​​The 3rd HBase 0.98.12 release candidate (RC2) is available for
> download at http://people.apache.org/~apurtell/0.98.12RC2/ and Maven
> artifacts are also available in the temporary repository
> https://repository.apache.org/content/repositories/orgapachehbase-1071/
>
> The API compatibility report with respect to the previous release can be
> found at
> http://people.apache.org/~apurtell/0.98.11_0.98.12RC2_compat_report.html
>
> Signed with my code signing key D5365CCD.
>
> The issues resolved in this release can be found at http://s.apache.org/zH
>
> Please try out the candidate and vote +1/-1 by midnight Pacific Time (00:00
> -0800 GMT) on April 7 ​on whether or not we should release this as​
> ​0.98.12. Three +1 votes from PMC will be required to release.
>
> --
> Best regards,
>
>    - Andy
>
> Problems worthy of attack prove their worth by hitting back. - Piet Hein
> (via Tom White)
>



-- 
Sean

Reply via email to