Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Which tool to schedule Hive queries?

avatar
Expert Contributor

Hi,

I would like to create/update Hive tables let's say once per hour.

Which tool should i use to schedule the execution of my hql script?

Thank you in advance

1 ACCEPTED SOLUTION

avatar
Master Guru
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
6 REPLIES 6

avatar
Explorer

why can't you use oozie time based workflow.

avatar
Expert Contributor

Well, most of the tutorials i found on Oozie were written 2 or 3 years ago so i was wondering if it was still the recommended tech for this kind of things.

avatar
Guru

You can also use falocn with hive action.

avatar
Master Guru
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login

avatar
Master Mentor

you also invested time in learning nifi, nifi has a cron based scheduler, would be interesting to see it leveraged for this use case. Look under scheduling tab https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#Configuring_a_Processor

avatar
Expert Contributor

Yes i use it to request the API i'm interested in once a week (except for the twitter streaming api of course).