What is hive doing wrong?

2012-05-26 Thread Ashutosh Chauhan
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

Re: Job Scheduling in Hadoop-Hive

2012-05-26 Thread Pedro Figueiredo
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

Re: Job Scheduling in Hadoop-Hive

2012-05-26 Thread Senthilvel Rangaswamy
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

Re: Job Scheduling in Hadoop-Hive

2012-05-26 Thread Tim
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

Re: FW: Filtering on TIMESTAMP data type

2012-05-26 Thread Debarshi Basak
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___

Re: Job Scheduling in Hadoop-Hive

2012-05-26 Thread Abhishek Pratap Singh
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* > * > * > * > * > >

Job Scheduling in Hadoop-Hive

2012-05-26 Thread Ronak Bhatt
Hello - For those users whose setup is somewhat production, what do you use for job scheduling and dependency management? *thanks, ronak* * * * *

FW: Filtering on TIMESTAMP data type

2012-05-26 Thread Ladda, Anand
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