[
https://issues.apache.org/jira/browse/HBASE-18843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192039#comment-16192039
]
Ted Yu edited comment on HBASE-18843 at 10/4/17 9:38 PM:
---------------------------------------------------------
I ran the test using command given by Vlad but with the following (without
patch):
mvn clean install -DskipTests -Phadoop-3.0 -Dhadoop-three.version=3.0.0-beta1
{code}
2017-10-04 21:36:02,446 ERROR [main] zookeeper.ZooKeeperWatcher(584):
hconnection-0x547098090x0, quorum=localhost:21818, baseZNode=/1 Received
unexpected KeeperException, re-throwing exception
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode =
ConnectionLoss for /1
at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
at
org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.exists(RecoverableZooKeeper.java:231)
at org.apache.hadoop.hbase.zookeeper.ZKUtil.checkExists(ZKUtil.java:413)
{code}
In test output, I see above.
was (Author: [email protected]):
I ran the test using command given by Vlad but with the following (without
patch):
-Dhadoop.version=3.0.0-beta1
TestIncrementalBackup passed.
3.0.0-beta1 maven artifact was populated yesterday.
But looks like hadoop 2.7.1 was used.
Need to figure out the correct command line.
> Add DistCp support to incremental backup with bulk loading
> ----------------------------------------------------------
>
> Key: HBASE-18843
> URL: https://issues.apache.org/jira/browse/HBASE-18843
> Project: HBase
> Issue Type: Improvement
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-18843-v1.patch, HBASE-18843-v2.patch,
> HBASE-18843-v4.patch, HBASE-18843-v5.patch, HBASE-18843-v6.patch,
> HBASE-18843-v7.patch
>
>
> Currently, we copy bulk loaded files to backup one-by-one on a client side
> (where backup create runs). This has to be replaced with DistCp copying.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)