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

delay in code execution when inserting into #5

Open
karthikg0703 opened this issue Aug 6, 2015 · 0 comments
Open

delay in code execution when inserting into #5

karthikg0703 opened this issue Aug 6, 2015 · 0 comments

Comments

@karthikg0703
Copy link

Currently, if I run rimpala.query(insert_into, isDDL="true"), I immediately get a "Query Executed successfully" message, but internally the code hasn't completed running yet

If i put this in a loop, and constantly insert weekly data into my impala table, it takes a while for the actual query to complete, and if I were to use this table for subsequent operations, I keep getting errors on the lines of "there is no data to process"

could you tweak the function to return a value only once the actual execution has been completed ?

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