RE: Table Wrapper

2013-06-28 Thread Peter Marron
a lot. And I feel happier now with my ugly hack knowing that at least I haven't missed anything too obvious :) Thanks again. Z From: Stephen Sprague [mailto:sprag...@gmail.com] Sent: 27 June 2013 16:40 To: user@hive.apache.org Subject: Re: Table Wrapper Well. You got a few suggestions t

Re: Table Wrapper

2013-06-27 Thread Stephen Sprague
; Z > > ** ** > > *From:* Jan Dolinár [mailto:dolik@gmail.com] > *Sent:* 27 June 2013 10:59 > *To:* user > *Subject:* Re: Table Wrapper > > ** ** > > Slightly less "hackish" way to do this without joins is to write custom > UDF that will tak

RE: Table Wrapper

2013-06-27 Thread Peter Marron
uld be helpful but I can’t assume anything about the original data format. Z From: Nitin Pawar [mailto:nitinpawar...@gmail.com<mailto:nitinpawar...@gmail.com>] Sent: 27 June 2013 09:52 To: user@hive.apache.org<mailto:user@hive.apache.org> Subject: Re: Table Wrapper few thoughts: If yo

Re: Table Wrapper

2013-06-27 Thread Jan Dolinár
but I can’t assume anything about > the original data format. > > ** ** > > Z > > ** ** > > *From:* Nitin Pawar [mailto:nitinpawar...@gmail.com] > *Sent:* 27 June 2013 09:52 > > *To:* user@hive.apache.org > *Subject:* Re: Table Wrapper > > ** *

RE: Table Wrapper

2013-06-27 Thread Peter Marron
thout a Map/Reduce I would be happy to use that approach. Partitioning and ORC would be helpful but I can't assume anything about the original data format. Z From: Nitin Pawar [mailto:nitinpawar...@gmail.com] Sent: 27 June 2013 09:52 To: user@hive.apache.org Subject: Re: Table Wrapper few t

Re: Table Wrapper

2013-06-27 Thread Nitin Pawar
ry quickly. > > ** ** > > So I was just trying to “wrap” the data table so that I didn’t have to > create the copy. > > ** ** > > I hope that you don’t regret asking too much. > > ** ** > > Regards, > > ** ** > > Z > > ** *

RE: Table Wrapper

2013-06-27 Thread Peter Marron
egards, Z From: Stephen Sprague [mailto:sprag...@gmail.com] Sent: 25 June 2013 18:37 To: user@hive.apache.org Subject: Re: Table Wrapper Good luck, bro. :) May i ask why are you doing this to yourself? I think your instincts are correct going down the path you describe sounds a tad more

Re: Table Wrapper

2013-06-25 Thread Stephen Sprague
Good luck, bro. :) May i ask why are you doing this to yourself? I think your instincts are correct going down the path you describe sounds a tad more painful than just hitting yourself in the head with a hammer. Different strokes for different folks though. so can we back up? what - briefly if

Table Wrapper

2013-06-25 Thread Peter Marron
Hi, Running Hive 0.11.0 over Hadoop 1.0.4. I would like to be able to "wrap" a Hive table. So, if I have table "X" which uses SerDe "s" and InputFormat "i" then I would like to be able to create a table "Y" which has a SerDe "ws" which is a wrapper of "s" (and so can encapsulate an instance of "