[
https://issues.apache.org/jira/browse/HBASE-6055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13282047#comment-13282047
]
Zhihong Yu commented on HBASE-6055:
-----------------------------------
I checked out project from github:
{code}
# On branch snapshots
nothing to commit (working directory clean)
{code}
I got some compilation errors:
{code}
[ERROR]
/Users/zhihyu/snapshots/src/test/java/org/apache/hadoop/hbase/master/MockRegionServer.java:[102,0]
org.apache.hadoop.hbase.master.MockRegionServer is not abstract and does not
override abstract method getRootDir() in
org.apache.hadoop.hbase.regionserver.RegionServerServices
[ERROR]
[ERROR]
/Users/zhihyu/snapshots/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionHFileArchiving.java:[340,12]
cannot find symbol
[ERROR] symbol : method waitForFlushesAndCompactions()
[ERROR] location: class org.apache.hadoop.hbase.regionserver.HRegion
[ERROR]
[ERROR]
/Users/zhihyu/snapshots/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionHFileArchiving.java:[426,12]
cannot find symbol
[ERROR] symbol : method waitForFlushesAndCompactions()
[ERROR] location: class org.apache.hadoop.hbase.regionserver.HRegion
[ERROR]
[ERROR]
/Users/zhihyu/snapshots/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionHFileArchiving.java:[507,12]
cannot find symbol
[ERROR] symbol : method waitForFlushesAndCompactions()
[ERROR] location: class org.apache.hadoop.hbase.regionserver.HRegion
[ERROR]
[ERROR]
/Users/zhihyu/snapshots/src/test/java/org/apache/hadoop/hbase/util/MockRegionServerServices.java:[45,7]
org.apache.hadoop.hbase.util.MockRegionServerServices is not abstract and does
not override abstract method getRootDir() in
org.apache.hadoop.hbase.regionserver.RegionServerServices
{code}
> Snapshots in HBase 0.96
> -----------------------
>
> Key: HBASE-6055
> URL: https://issues.apache.org/jira/browse/HBASE-6055
> Project: HBase
> Issue Type: New Feature
> Components: client, master, regionserver, zookeeper
> Reporter: Jesse Yates
> Assignee: Jesse Yates
> Fix For: 0.96.0
>
> Attachments: Snapshots in HBase.docx
>
>
> Continuation of HBASE-50 for the current trunk. Since the implementation has
> drastically changed, opening as a new ticket.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira