Here's the explanation I put in the Regions section <https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-Regions> of Configuration Properties:
Reverted by HIVE-2612 in Hive 0.9.0 Icon The configuration properties that used to be documented in this section (hive.use.input.primary.region, hive.default.region.name, and hive.region.properties) existed temporarily in trunk before Hive release 0.9.0 but they were removed before the release. See HIVE-2612 <https://issues.apache.org/jira/browse/HIVE-2612> and HIVE-2965 <https://issues.apache.org/jira/browse/HIVE-2965>. Apologies for any confusion caused by their former inclusion in this document. Now all the parameters have version information in the wiki. Of course that doesn't mean the wiki has all the parameters. (WIP.) -- Lefty On Sun, Aug 3, 2014 at 10:24 PM, Lefty Leverenz <leftylever...@gmail.com> wrote: > Well sleuthed, Lars! Thanks very much. How did you find it -- do you > have a way to search all the old patches? > > Instead of removing the Regions section altogether, I'll leave the heading > with an explanation. Then it can be deleted after a few more releases. > > -- Lefty > > > On Sun, Aug 3, 2014 at 6:16 PM, Lars Francke <lars.fran...@gmail.com> > wrote: > >> Hey Lefty, >> take a look at these two issues: >> >> <https://issues.apache.org/jira/browse/HIVE-2965> >> <https://issues.apache.org/jira/browse/HIVE-2612> >> >> Means that all related documentation can go. Good find! >> >> On Sun, Aug 3, 2014 at 10:55 PM, Lefty Leverenz <leftylever...@gmail.com> >> wrote: >> >> > Carl Steinbach, when you created Configuration Properties >> > < >> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27842760 >> > >> > two >> > years ago the first parameter in the wikidoc was >> *hive.region.properties*. >> > The other two were added in version 7 >> > < >> > >> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27842779#ConfigurationProperties-Regions >> > > >> > the same day. Were they from a jira you were working on at the time? >> > >> > -- Lefty >> > >> > >> > On Sun, Aug 3, 2014 at 3:36 PM, Lefty Leverenz <leftylever...@gmail.com >> > >> > wrote: >> > >> > > The wiki has a small section for region configuration parameters >> > > < >> > >> https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-Regions >> > >, >> > > but none of the parameters exist in any released branch -- not in >> > > HiveConf.java, not in the old hive-default.xml file, not in the >> template >> > > file. >> > > >> > > The word "region" doesn't even exist in any HiveConf or default.xml >> file. >> > > >> > > - Does anyone know where these three parameters came from? >> > > - Can they be deleted from the wiki? >> > > >> > > Regions hive.use.input.primary.region >> > >> >> > >> - Default Value: true >> > >> - Added In: >> > >> >> > >> When creating a table from an input table, create the table in the >> input >> > >> table's primary region. >> > >> hive.default.region.name >> > >> >> > >> - Default Value: default >> > >> - Added In: >> > >> >> > >> The default region name. >> > >> hive.region.properties >> > >> >> > >> - Default Value: (empty) >> > >> - Added In: >> > >> >> > >> The default filesystem and jobtracker for a region. >> > >> >> > > >> > > >> > > >> > > -- Lefty >> > > >> > >> > >