You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Logan Jones <lo...@codescratch.com> on 2022/11/07 17:41:27 UTC

Pinning a Table to a Specific Tablet Server

Hello:

I would like to know if there's a way to configure Accumulo such that a
specific table is hosted by a specific tablet server. Ideally I could
specify a specific tablet server, but a specific node might also be
acceptable.

Thanks in advance,

 - Logan

Re: Pinning a Table to a Specific Tablet Server

Posted by Christopher <ct...@apache.org>.
Yes. You can do this with the balancer. The default balancer
("manager.tablet.balancer") is a per-table TableLoadBalancer, so each
table can have custom configuration for your specific table, with its
own custom balancer, or you may be able to use the existing
HostRegexTableLoadBalancer for your purpose. I don't have expert
knowledge on how to configure this, but hopefully that's a start.

On Mon, Nov 7, 2022 at 12:41 PM Logan Jones <lo...@codescratch.com> wrote:
>
> Hello:
>
> I would like to know if there's a way to configure Accumulo such that a
> specific table is hosted by a specific tablet server. Ideally I could
> specify a specific tablet server, but a specific node might also be
> acceptable.
>
> Thanks in advance,
>
>  - Logan