Re: adding "create or replace view" documentation to the wiki

2013-05-15 Thread Edward Capriolo
Your best bet is to find the relevant .q files inside the hive source code and "figure out" what actually works. On Wed, May 15, 2013 at 2:50 PM, Darren Yin wrote: > I also just realized that partitioned views have also been in Hive since > 0.8 but it seems the only place they're mentioned on t

Re: adding "create or replace view" documentation to the wiki

2013-05-15 Thread Lefty Leverenz
Glad to see someone paying attention to the docs. I can't tackle these tasks right now, so I'm adding d...@hive.apache.org to the mailing list. Hope springs eternal – Lefty On Wed, May 15, 2013 at 11:50 AM, Darren Yin wrote: > I also just realized that partitioned views have also been i

Re: adding "create or replace view" documentation to the wiki

2013-05-15 Thread Darren Yin
I also just realized that partitioned views have also been in Hive since 0.8 but it seems the only place they're mentioned on the main LanguageManual DDL page is in another offhand remark in the docs for ALTER VIEW AS SELECT. I was at least able to find a design doc

adding "create or replace view" documentation to the wiki

2013-05-13 Thread Darren Yin
I just realized that this has existed in Hive for a couple years now, but the only reference to it that exists on this page in the wiki https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL is an offhand remark in the documentation for ALTER VIEW AS SELECT. Looks like it was implement