[
https://issues.apache.org/jira/browse/HBASE-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-2996.
--------------------------
Hadoop Flags: [Reviewed]
Resolution: Fixed
Committed. Thanks for the patch Lars. I edited
src/main/java/org/apache/hadoop/hbase/regionserver/wal/HLogSplitter.java. It
seems like it was just importing a file from guava that had been removed but it
actually wasn't being used -- HLogSplitter had already been updated. As part
of the commit I changed a few places where we were still doing 'new
HBaseConfiguration' in examples and in package-info.hmtl to instead do
'HBaseConfiguration.create()'.
> Fix and clean up Maven
> ----------------------
>
> Key: HBASE-2996
> URL: https://issues.apache.org/jira/browse/HBASE-2996
> Project: HBase
> Issue Type: Umbrella
> Components: build
> Reporter: Lars Francke
> Assignee: Lars Francke
> Fix For: 0.90.0
>
> Attachments: HBASE2996.1.patch
>
>
> I have some changes to the pom.xml that are already covered by a few other
> issues which I'd like to do in one big patch (because that's the way I
> started it). I can always split that up in smaller parts if needed.
> I'll upload a unfinished patch just so you know what I've been working on.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.