Antispam Antispam
Antispam Antispam

Reputation: 7

Oozie Sqoop Workflow Refresh table

I update impala-tables by querying though workflow that created in Oozie Editor. (But who cares? Just "I update tables".

And, at the end of workflow, you need to run "refresh ". But I don't know how to do it. I need non-bash method.

Does Oozie can exec impala-ddl by itself?

Upvotes: 0

Views: 470

Answers (1)

H Roy
H Roy

Reputation: 635

You can have one additional shell action and call invalidate metadata from impala-shell command.

impala-shell -q "invalidate metada"

Upvotes: 0

Related Questions