Hi,

That’s probably not the right way to operate Pinot cluster. You should be
able to add/delete tables or modify schema of existing table without having
to login to the server. Pinot has the rest apis that allow you to perform
these operations.

Recommend posting this question in Pinot slack channel as well in case
others have similar issues

Thanks,
Kishore G

On Sat, Aug 12, 2023 at 12:11 PM Veera <[email protected]> wrote:

> Dear users,
>
> We are using pinot to generate dynamic dashboards.
> We have a tricky problem.
>
> Current Installation setup.
> Server 1: Zookeeper, Pinot, Presto
> Once we setup these components, our access to the hosts is revoked.
> If we have to change scheme or table changes etc, then we have to create a
> new setup again on Server 2.
>
> We are not allowed to login to server 1 due to AWS policies enforced.
> the Zookeeper metadata and the pinot data store files are stored on AWS
> EFS, just as a storage, which is accessible both from Server 1 and Server 2
> as a mount point.
>
> When I setup by Server2 with new schema and the same set of components
> Zookeeper, Pinot and Presto, how do I copy/restore the segments from
> Server1 to Server2.
>
> Hope i have made myself clear. Please let me know if you need any
> other details.
>
> Thanks,
> Veera
>

Reply via email to