[
https://issues.apache.org/jira/browse/HBASE-8803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911544#comment-13911544
]
Jean-Marc Spaggiari commented on HBASE-8803:
--------------------------------------------
Sure I will look at that.
Just to be sure, the config file you passed is the xml file, right?
I tried with 0.96.1.1 and got this
{code}
hbase@hbasetest1:~$ bin/hbase org.apache.hadoop.hbase.util.HBaseConfTool
hbase.cluster.distributed | head -n 1
true
hbase@hbasetest1:~$ bin/hbase org.apache.hadoop.hbase.util.HBaseConfTool
--config /home/hbase/conf/ hbase.cluster.distributed | head -n 1
null
hbase@hbasetest1:~$ bin/hbase org.apache.hadoop.hbase.util.HBaseConfTool
--config /home/hbase/conf/hbase-site.xml hbase.cluster.distributed | head -n 1
null
hbase@hbasetest1:~$ bin/hbase org.apache.hadoop.hbase.util.HBaseConfTool
--config /home/hbase/conf hbase.cluster.distributed | head -n 1
null
hbase@hbasetest1:~$ bin/hbase org.apache.hadoop.hbase.util.HBaseConfTool
hbase.cluster.distributed | head -n 1
true
{code}
Seems that HBaseConfTool doesn't like the --config parameter... Code is a 3
line main. I will take a deeper look.
> region_mover.rb should move multiple regions at a time
> ------------------------------------------------------
>
> Key: HBASE-8803
> URL: https://issues.apache.org/jira/browse/HBASE-8803
> Project: HBase
> Issue Type: Bug
> Components: Usability
> Affects Versions: 0.98.0, 0.94.8, 0.95.1
> Reporter: Jean-Marc Spaggiari
> Assignee: Jean-Marc Spaggiari
> Fix For: 0.99.0
>
> Attachments: 8803v5.txt, HBASE-8803-v0-trunk.patch,
> HBASE-8803-v1-0.94.patch, HBASE-8803-v1-trunk.patch,
> HBASE-8803-v2-0.94.patch, HBASE-8803-v2-0.94.patch, HBASE-8803-v3-0.94.patch,
> HBASE-8803-v4-0.94.patch, HBASE-8803-v4-trunk.patch,
> HBASE-8803-v5-0.94.patch, HBASE-8803-v6-0.94.patch, HBASE-8803-v6-trunk.patch
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> When there is many regions in a cluster, rolling_restart can take hours
> because region_mover is moving the regions one by one.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)