Actually, whats more interesting is Shark. I attended one of the meetup
here in Bay Area couple of months back where Chris presented Shark. Had a
follow-up conversation with Matei after that. They have an interesting goal
of making (unaltered) Hive queries run on Spark running on cluster managed
by
On 26 May 2012, at 18:52, Senthilvel Rangaswamy wrote:
> On Sat, May 26, 2012 at 7:48 AM, Ronak Bhatt wrote:
> Hello -
>
> For those users whose setup is somewhat production, what do you use for job
> scheduling and dependency management?
>
>
>
> Oozie has both job scheduling and dependen
On Sat, May 26, 2012 at 7:48 AM, Ronak Bhatt wrote:
> Hello -
>
> For those users whose setup is somewhat production, what do you use for
> job scheduling and dependency management?
>
> **
>
Oozie has both job scheduling and dependency management. You can also use
something like rundeck
if you
Oozie for workflow pipelines, manually triggered but would use a cron. Maven
for everything, including packaging oozie stuff. All open source so can point
you at it if you want to poke around?
Tim,
Sent from my iPhone (which makes terrible auto-correct spelling mistakes)
On 26 May 2012, at 16:4
I guess it exist gotta check.
btw...You can always go and write a udf Debarshi BasakTata Consultancy ServicesMailto: debarshi.ba...@tcs.comWebsite: http://www.tcs.comExperience certainty. IT ServicesBusiness SolutionsOutsourcing___
Try Oozie.
Regards,
Abhishek
On Sat, May 26, 2012 at 7:48 AM, Ronak Bhatt wrote:
> Hello -
>
> For those users whose setup is somewhat production, what do you use for
> job scheduling and dependency management?
>
> *thanks, ronak*
> *
> *
> *
> *
>
>
Hello -
For those users whose setup is somewhat production, what do you use for job
scheduling and dependency management?
*thanks, ronak*
*
*
*
*
How do I set-up a filter constant for TIMESTAMP datatype. In Hive 0.7 since
timestamps were represented as strings a query like this would return data
select * from LU_day where day_date ='2010-01-01 00:00:00';
But now with day_date as a TIMESTAMP column it doesn't. Is there some type of a
TO_T