Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools for pinot data migration (real time and offline) #3963

Closed
sunny19930321 opened this issue Mar 13, 2019 · 4 comments
Closed

Tools for pinot data migration (real time and offline) #3963

sunny19930321 opened this issue Mar 13, 2019 · 4 comments

Comments

@sunny19930321
Copy link
Contributor

Does pinot have the tools to move data from one machine to another (such as offline old machines)?

@sunithabeeram
Copy link
Contributor

@ly923976094 can you provide more details? Are you adding new hosts? Or replacing existing hosts?

@sunny19930321
Copy link
Contributor Author

sunny19930321 commented Mar 13, 2019

@ly923976094 can you provide more details? Are you adding new hosts? Or replacing existing hosts?

@sunithabeeram There is a machine in the pinot cluster that is offline due to resource allocation problem and cost problem. However, the data on this machine is still useful and needs to be analyzed on this pinot cluster. Is there any tool to import the data on this machine into this pinot cluster

@sunithabeeram
Copy link
Contributor

The data should be available on the controllers for download by other servers, so you don't need to do anything specifically to move the data. You can update the table's tenant configuration to remove the offline host and add a new one and rebalance the table. You can find REST apis' to do this by hitting your controllers' web port: http://controllerhost:port.

(We'll be covering more of the steps in our admin guide soon - https://pinot.readthedocs.io/en/latest/admin_guide.html)

@sunny19930321
Copy link
Contributor Author

The data should be available on the controllers for download by other servers, so you don't need to do anything specifically to move the data. You can update the table's tenant configuration to remove the offline host and add a new one and rebalance the table. You can find REST apis' to do this by hitting your controllers' web port: http://controllerhost:port.

(We'll be covering more of the steps in our admin guide soon - https://pinot.readthedocs.io/en/latest/admin_guide.html)

I understand. I delete the offline machine tenant tag and then balance the table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants