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

Add distcp option for downgrade ACID option #49

Open
jjonez opened this issue Apr 15, 2022 · 0 comments
Open

Add distcp option for downgrade ACID option #49

jjonez opened this issue Apr 15, 2022 · 0 comments

Comments

@jjonez
Copy link

jjonez commented Apr 15, 2022

In some situations this should provide faster data copies than SQL inserts.

The steps would be as follows:

  1. Insert ACID tables into EXTERNAL tables on the source cluster (as -da already does)

  2. Create the Schemas on the RIGHT cluster

  3. distcp the content of the EXTERNAL tables from LEFT to RIGHT (instead of SQL)

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

1 participant