You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/05/14 06:25:58 UTC

svn commit: r656099 - in /hadoop/hbase/site: author/src/documentation/content/xdocs/ publish/ publish/docs/

Author: stack
Date: Tue May 13 21:25:56 2008
New Revision: 656099

URL: http://svn.apache.org/viewvc?rev=656099&view=rev
Log:
Add 0.1.2 release announcement and fix broken links

Modified:
    hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml
    hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml
    hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml
    hadoop/hbase/site/publish/credits.html
    hadoop/hbase/site/publish/docs/   (props changed)
    hadoop/hbase/site/publish/index.html
    hadoop/hbase/site/publish/index.pdf
    hadoop/hbase/site/publish/irc.html
    hadoop/hbase/site/publish/issue_tracking.html
    hadoop/hbase/site/publish/linkmap.html
    hadoop/hbase/site/publish/mailing_lists.html
    hadoop/hbase/site/publish/releases.html
    hadoop/hbase/site/publish/releases.pdf
    hadoop/hbase/site/publish/version_control.html

Modified: hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml (original)
+++ hadoop/hbase/site/author/src/documentation/content/xdocs/index.xml Tue May 13 21:25:56 2008
@@ -14,9 +14,8 @@
   <a href="http://labs.google.com/papers/bigtable.html">Bigtable: A Distributed Storeage System for Structured Data</a> by Chang et al.
  Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides
  Bigtable-like capabilities on top of Hadoop.</p>
- <p>HBase's modest goal is the hosting of very large tables -- billions of rows X millions of columns
- -- atop clusters of commodity hardward.  
-  Try it if your plans for a data store run to big.
+ <p>HBase's goal is the hosting of very large tables -- billions of rows X millions of columns
+ -- atop clusters of commodity hardward.  Try it if your plans for a data store run to big.
   </p>
 
     <section>
@@ -25,7 +24,7 @@
       Start by installing HBase on a single machine or a very small cluster.
       </p>
       <ol>
-        <li><a href="ext:docs/current">Learn about</a> HBase by reading the documentation.</li>
+        <li><a href="ext:docs/current_docs">Learn about</a> HBase by reading the documentation.</li>
         <li><a href="releases.html">Download</a> HBase from the release page.</li>
       </ol>
     </section>

Modified: hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml (original)
+++ hadoop/hbase/site/author/src/documentation/content/xdocs/releases.xml Tue May 13 21:25:56 2008
@@ -35,10 +35,18 @@
     <section>
       <title>News</title>
       <section>
+        <title>13 May, 2008: release 0.1.2 available</title>
+        <p>Resolves 27 issues.  Includes critical fixes for 'missing' edits
+        and for unreliable onlining/offlining of tables as well as
+        improvements such as regionservers can now carry twice the
+        regions in same memory.
+        We recommend all upgrade to this latest version.</p>
+      </section>
+      <section>
         <title>11 April, 2008: release 0.1.1 available</title>
         <p>This release contains bugfixes that enhance the reliability of HBase.
         See the release notes (above) for details. 
-        We recommend all upgrad to this latest version.</p>
+        We recommend all upgrade to this latest version.</p>
       </section>
       <section>
         <title>27 March, 2008: release 0.1.0 available</title>

Modified: hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml (original)
+++ hadoop/hbase/site/author/src/documentation/content/xdocs/site.xml Tue May 13 21:25:56 2008
@@ -24,7 +24,7 @@
   </project>
 
   <docs label="Documentation"> 
-    <current   label="Current"     href="ext:docs/r0.1.1/"/>
+    <current   label="Current"     href="ext:docs/current_docs" />
   </docs>
 
   <resources label="Developers">
@@ -42,8 +42,7 @@
     <sponsors  href="http://www.apache.org/foundation/thanks.html"/>
     <hadoop-default href="http://hadoop.apache.org/hbase/hadoop-default.html" />
     <docs href="http://hadoop.apache.org/hbase/docs/">
-      <current href="r0.1.1/" />
-      <r0.1.0 href="r0.1.1/"/>
+      <current_docs href="current" />
     </docs>
   </external-refs>
  

Modified: hadoop/hbase/site/publish/credits.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/credits.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/credits.html (original)
+++ hadoop/hbase/site/publish/credits.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>

Propchange: hadoop/hbase/site/publish/docs/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Tue May 13 21:25:56 2008
@@ -1 +1,2 @@
 r0.1.1 http://svn.apache.org/repos/asf/hadoop/hbase/tags/0.1.1/docs
+r0.1.2 http://svn.apache.org/repos/asf/hadoop/hbase/tags/0.1.2/docs

Modified: hadoop/hbase/site/publish/index.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/index.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/index.html (original)
+++ hadoop/hbase/site/publish/index.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
@@ -174,9 +174,8 @@
  Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides
  Bigtable-like capabilities on top of Hadoop.</p>
  
-<p>HBase's modest goal is the hosting of very large tables -- billions of rows X millions of columns
- -- atop clusters of commodity hardward.  
-  Try it if your plans for a data store run to big.
+<p>HBase's goal is the hosting of very large tables -- billions of rows X millions of columns
+ -- atop clusters of commodity hardward.  Try it if your plans for a data store run to big.
   </p>
 
     
@@ -189,7 +188,7 @@
 <ol>
         
 <li>
-<a href="http://hadoop.apache.org/hbase/docs/r0.1.1/">Learn about</a> HBase by reading the documentation.</li>
+<a href="http://hadoop.apache.org/hbase/docs/current">Learn about</a> HBase by reading the documentation.</li>
         
 <li>
 <a href="releases.html">Download</a> HBase from the release page.</li>

Modified: hadoop/hbase/site/publish/index.pdf
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/index.pdf?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/index.pdf (original)
+++ hadoop/hbase/site/publish/index.pdf Tue May 13 21:25:56 2008
@@ -47,10 +47,10 @@
 >>
 endobj
 12 0 obj
-<< /Length 2216 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2201 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gat=,gQ(#H&:O:SW)$-=Xs-aX-0:uE-J_CJ(21;a;P<E0Csu^5A^T%>\,5n?>pp2^MhN?G&CHqfL3"HmDDuM&!f'V(F10,KkF=HKn_apt@Lpb/5[Ee4B7"h$Gk:/X.E-MV%1SbuhP@"IJ+\VHpllbo]]eNG;C+C9FnO/F$4/)jrkH+%r2,^$Ynu:BKX@h<FB;Q'J55hoX3^U$/5hVJ0D^I0Op1(@Qa?X"?,r"3VQP!+#E`H"jB.7Jk"bYKShfqc8M6b4^?>92]D6*gd5\ns3uc=/2\%go74nbTZU86^`qgg!4?!U6kJ_`!r49Gp.cKCJ$jpb]V"8GL!aB9rh&NcCdh&iSi\:Eh!IW4;3G%dfK>'qjWV_-69cLI5iQF&f#]<"KDk3b/'WLq+LY/-F(4O/G`AV33qqfO)>YaJiV$BknoKs;Ua[s]iCkFZgd5'Mp,-iAZ%ro-H@kEQqIP!'iT$u;CDTMT.fbf=q&E(!aXU#:dMY''S@SU&6[peioRDofP"VD;*nJCb=:j*C-_P*q&<F*h'YRTJ$nn#Zm"LfO>Kcj\6&6]e2*AiOXgMut]]L?XDgqE"<qr'9O:\mpfW/,)bc$ZK`r"J?UWfZM09K\47EbV\W*H6SFXj-2oD)Ml0U6*^c!=Rgi9K&8pV?K`dPSNUaXE0_&W$PV!]'#]qpJ$r;TbmIF-/#+t>,D"*M&LGh41[Q.h;4^N4Fh;`):QL4#efK;fKCUMA1OO87p/kAp-)L]>_ifY,mF!3HZ918F+aCRAm$VTEZ2BJ0Beb[d2aRQ-7f`uHB.:QQ5N+(_pJ8h,$5O8C@1+#N0mZ0b)],6G_*UX$+AJ3.5H.*TO)'f6?/28=MM9M%LOgW5I,H0)ppHU'cuR*YY.bALu.!B%Un0aC'sa[%AAB\!X.?L?;tN54B+m\[;s]]QhsL4"Jpflm]cEX)jn%C;[@$f<@g6GRgM!_(oh<Y'[rJ@k%0fCA71CueASnON<h:!_p?I
 (1!QuYZn'A90@.EtMBZnD14;5"K0KESh8p^)TWL/V17*bmrJ;W+EQ$ACW;)kJ`G!CoBRq,qB)P:H76\b/Ou;UR,5W3"Z2c!M3K%JM#!E2WX_G))FZ%RY#`j:*rN>71*%We[*K3NDgQ((@B@q-c$L5iX%n>'F]a*d:%n=KKXU,&21n]?m#QN8*5g9,;IZuL2-Bl?CBtU$1^M]J%=NL)m/IL.^bl.h&p1hu_!JgYG[8COo`om8&B$UibK0c%6IB':OnN</?...@pTRJ5a>h6\O<mtIm/g.R6O0;>CCj7CGAJN[k[]p*1-e@&3g7*sDSb'2I[O:VBfKNk!X.QtB.dC_^9o`p'&>s5ZH&]dB_(1KL[oqRG-&/K@ii7,lK+AjOhK2;&LNmse:8H!,J0naI45V['VFV\F_<f(9sLXBj)AAL/l_(sCT,-W2gDd%Qq=!``HrIBKEqYQOr4-_R>R;i)obo8se/rY*X<?<DeRFab/Rc[i=!mM"dHli>4[N%nlU:m?7ZX$WMeMS8!j-VRuk$/OSThA>tdhPF_mg"a/5(,n'>aGgi*63#`OLG\).J1RO@4+l!CQl7q5oL_s3:)h,dq#R^*9d?FW7X<]W!r-7=+2kn1GmIp/0TlmY1g8YCnkh3YHTHGK>SLnk#Ur<0e1D>4DN!ZOSD!Y%bB<4JKPEI8_PaR1Bkg,BkX81g+bj'!`0EY/MPd-K!%#F,Z6NnbGj`2A"n10o7%NbY!Y/FG+HObI6Dd>+B3f%/,UB[Z/\mON@(1>Y!]iT(efu^***S.S?2:g6GY_@E\aAs8/g3,R<AuN>7d$Pb7H
 ^[HVpm4h-_JFe^PPQ>3#'R.%cOA?L4J8da"R^"QMZ9'n^'PKI&;t&<8U8n@jcR\I6PO*-/&+^u;OUju9.p:YeK+?rRMdI\H8"h$qqlUKT%$X[2RW_2isK[acem(&4Vt6jGc1DEtj`EH<?C_JXiYa($/Mcu]O>W]sisMtHYo-:$2dk*nSL5kG`_]LY8(]B&/soL@4kj,KcpYr7JGXSYiA4g`ujH5<>*?m.n,m!l"#:AY~>
+Gat=,>Ar7S'Roe[d%8eh[45&J^'m`J,V;&b>7>Vh[Kg!5*A+S\l&mUtIYX(7*`<d^6]o6[GeWY9n6C+BgUt--/=5"L[6&7Gla1X`#QD87ikS_7&3Fu]CNm5dG]S@%/,"V'-%U=6-EGYbq@UENV[(L#lM3\\\d)):/Uada0J1dmIUU4(i_>iH[g4.Xl8%*Q2*7J]Pip<%f^^e-"h[\cWg]9IcX58kMfB^iZ$gnf1I&)`MpZ%Zb*b'AEIQ'Xo7^LQq6oJ]Bt*nNe'V:4h,t]V7s5Mu5Sr/Xkfsr8>WYdj\`MI`&6U[;_rfRqbt\V4-YlO\JKUM%Z4kkGBCG#NFWNj80+s<HHl^"D4?Fhf4MmbpPXOecQr2<8'f=l)bnqW]+[Th4VFhQ%qFS6MSC.VU@(]s<0nagih[/Yr,qG3$7$5n._U7V)c"LpF$bCSND@@,H&AABu\O'dPMD]jbC3H2tf74WIiA0('+uCJ$g(Jmh>:<@Emu`rXar7dAa]i?q6[/f'i51A\&?g_lK;doBAWt\>3U=O/]H@WL$-*UN#luLYaU3f"U,_S63:tpbWt,M@`-12?<Ft'KO0gmG7olB1Ste(4V5`r7<-)Ro<@^(VAgPCD>ZElD"G'48??b+:*3)EKT<eV8^o*PN0G?k_0$TMZ\BV8'>r87<BU%_PJ)]8<4F9C6;gP/7/C3SiDs!uPf=7RHUKR!O.Eqsn7^:N-I#lWMSE;?5M+:n&)89r]%TeAnRaVmR^HEush/:V'A9jd:U7-fgq$VN?]D?eZ'^HYMK5naZ;6639WYm_>_.-V.MgpJY-*,FU+)-"FJNr5f4)C&gq1"-l?D5>)IZdX2G+8,YW*/\7AF6\M]EOf$,e`6oD.L2+f5'Xu&^:f]L=RV&3m8VFp"OtpBkc(1\'5k9Rgoaf9,NDLheq<QDJ5<Zg39M%2nQX&,1T(:N<7(@aC[k@;fDc=OV)XoBX"m0#)DW7VN4l2jecmtH['Z;p5us
 8o=?`U';[Zbet"?%/o2/),<Lo.Xh.nI-a><@7Tj#h)b04q6q_?o2sXO7b@6K9-PPk:,5W3"2?6)-IJe=*@*is+<1;5uDsE1RjG%Z8WV.7>O.?GXZ\.BhH9L5$F,%MberW_2hOpJD[bosb=h[0D)Y($h5la1SKt1RcIlAd3j8Q-Ppe-`jHC-OKdrVMUL1uYo5L7uVKL&9b>Ymnn-4N15TKOF?.'lM*F7IKGkCp"b2KKq%=i5A%gL$.&I)mslbZbJHYrUg<Li-j2'^njc@%,&e-rf`O=c+t4;]KBSeINHe/@\.,`u59f>.N`;0>1*ij>2Zh'enP:D,6b7CA&kU7F@Rtcp5Np$j`Hl!Wk>q!\LBT=>LgF&>Y'YkV2^(8Ur^oK7?7S@7:O4Tlk<N-`="KhIX%0:0l#0]TSD&BRr4]PS\aTBiaC'_\9Me;L8]CmtI$LVL;OVBDA@3CTmLN5IG&:3>'cJVs=621^&Fm[.-U3R0o!=HT7UslOODj]4PrbEZq;BQumb3fMUfV&PV%8RE:^o:,8Ib%IX&8*2u4I8A/T_0na1+`2%J(3J]uS5nkau]PUhR"',s:b=#ir^jmQ!DY89\#>q;_8*%V;+/V0l;Mjin'99i-3?ngWlWmRp8ZjeOJI46n,No3R#XI8X!3s<*8qWj9')QKH<CV7n`6m4MoX[$r`#ejFaWMq^K37K$,f<p]N2!h](4nM;6Hb:N[Qo^<n(JgV4`Y+N&@X&iK-Ol]4\_OqF+)AcpV05?rfNp3SDpRHU:"U3Tn?['Ps8T_Bb]7'[&LOOV@dP_^@83XC<)91U&PO2&.[GuecieN%h%]>.RB.#B:<s1btQ"%=9NKR837$3FT;J<l[ZNX&QH4'-'>KY<_[`"$5;eqQiAjOEtqjeekH0tp%?rLhqd?Vq^_(p6uBsR9=5s;B?-^M9,N7T[RhX$*r`CLlD=e#gaAe;186Ws"DtG<4,-97#i\=s&1Vq$-rTe_Y`X+Z`#3
 K1n-:EW:IgkZ4m,W+ZA95_H]RU;LLDoh+Y[q&8!7t=hcMM7$Tonq66\M,iNY9&GIfY-h*g5=g_g:o5iL?@&EC]+NYARpJbV"d`L[7.=rd2Br6fe`"!'ZTE1MGsZXXWaA9cPWA!lt`kd\Qrp%e/^AuE[-!$^BhDuM#5X.G.-`9M'g"\8<[-Aq4/:DDWB0i@RPh1pmUU#iH(1TOUa!u[P<rr^a]7/H~>
 endstream
 endobj
 13 0 obj
@@ -88,10 +88,10 @@
 16 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 504.066 165.648 492.066 ]
+/Rect [ 108.0 517.266 165.648 505.266 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://hadoop.apache.org/hbase/docs/r0.1.1/)
+/A << /URI (http://hadoop.apache.org/hbase/docs/current)
 /S /URI >>
 /H /I
 >>
@@ -99,7 +99,7 @@
 17 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 490.866 157.992 478.866 ]
+/Rect [ 108.0 504.066 157.992 492.066 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (releases.html)
@@ -110,7 +110,7 @@
 18 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 155.988 429.332 193.98 417.332 ]
+/Rect [ 155.988 442.532 193.98 430.532 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://hadoop.apache.org/core/)
@@ -121,7 +121,7 @@
 19 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 147.324 398.932 284.652 386.932 ]
+/Rect [ 147.324 412.132 284.652 400.132 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://wiki.apache.org/hadoop/Hbase/HowToContribute)
@@ -132,7 +132,7 @@
 20 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 147.996 385.732 191.304 373.732 ]
+/Rect [ 147.996 398.932 191.304 386.932 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (issue_tracking.html)
@@ -143,7 +143,7 @@
 21 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 148.668 372.532 203.016 360.532 ]
+/Rect [ 148.668 385.732 203.016 373.732 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (mailing_lists.html)
@@ -154,7 +154,7 @@
 22 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 164.652 359.332 217.644 347.332 ]
+/Rect [ 164.652 372.532 217.644 360.532 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://www.facebook.com/pages/HBase/10848321978?ref=mf)
@@ -231,13 +231,13 @@
 9 0 obj
 <<
 /S /GoTo
-/D [13 0 R /XYZ 85.0 550.6 null]
+/D [13 0 R /XYZ 85.0 563.8 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [13 0 R /XYZ 85.0 471.866 null]
+/D [13 0 R /XYZ 85.0 485.066 null]
 >>
 endobj
 23 0 obj
@@ -248,36 +248,36 @@
 xref
 0 31
 0000000000 65535 f 
-0000005916 00000 n 
-0000005981 00000 n 
-0000006073 00000 n 
+0000005901 00000 n 
+0000005966 00000 n 
+0000006058 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000568 00000 n 
 0000000688 00000 n 
 0000000720 00000 n 
-0000006196 00000 n 
+0000006181 00000 n 
 0000000855 00000 n 
-0000006259 00000 n 
+0000006244 00000 n 
 0000000991 00000 n 
-0000003300 00000 n 
-0000003423 00000 n 
-0000003499 00000 n 
-0000003692 00000 n 
-0000003887 00000 n 
-0000004052 00000 n 
-0000004235 00000 n 
-0000004440 00000 n 
-0000004613 00000 n 
-0000004785 00000 n 
-0000006325 00000 n 
-0000004993 00000 n 
-0000005173 00000 n 
-0000005360 00000 n 
-0000005473 00000 n 
-0000005583 00000 n 
-0000005691 00000 n 
-0000005807 00000 n 
+0000003285 00000 n 
+0000003408 00000 n 
+0000003484 00000 n 
+0000003677 00000 n 
+0000003872 00000 n 
+0000004037 00000 n 
+0000004220 00000 n 
+0000004425 00000 n 
+0000004598 00000 n 
+0000004770 00000 n 
+0000006310 00000 n 
+0000004978 00000 n 
+0000005158 00000 n 
+0000005345 00000 n 
+0000005458 00000 n 
+0000005568 00000 n 
+0000005676 00000 n 
+0000005792 00000 n 
 trailer
 <<
 /Size 31
@@ -285,5 +285,5 @@
 /Info 4 0 R
 >>
 startxref
-6376
+6361
 %%EOF

Modified: hadoop/hbase/site/publish/irc.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/irc.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/irc.html (original)
+++ hadoop/hbase/site/publish/irc.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Developers</div>

Modified: hadoop/hbase/site/publish/issue_tracking.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/issue_tracking.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/issue_tracking.html (original)
+++ hadoop/hbase/site/publish/issue_tracking.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Developers</div>

Modified: hadoop/hbase/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/linkmap.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/linkmap.html (original)
+++ hadoop/hbase/site/publish/linkmap.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
@@ -207,7 +207,7 @@
     
 <ul>
 <li>
-<a href="error:ext:docs/r0.1.1/">Current</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>current</em>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>current</em>
 </li>
 </ul>
   

Modified: hadoop/hbase/site/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/mailing_lists.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/mailing_lists.html (original)
+++ hadoop/hbase/site/publish/mailing_lists.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>

Modified: hadoop/hbase/site/publish/releases.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/releases.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/releases.html (original)
+++ hadoop/hbase/site/publish/releases.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
@@ -167,6 +167,9 @@
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#13+May%2C+2008%3A+release+0.1.2+available">13 May, 2008: release 0.1.2 available</a>
+</li>
+<li>
 <a href="#11+April%2C+2008%3A+release+0.1.1+available">11 April, 2008: release 0.1.1 available</a>
 </li>
 <li>
@@ -210,12 +213,19 @@
 <a name="N1002F"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10035"></a><a name="11+April%2C+2008%3A+release+0.1.1+available"></a>
+<a name="N10035"></a><a name="13+May%2C+2008%3A+release+0.1.2+available"></a>
+<h3 class="h4">13 May, 2008: release 0.1.2 available</h3>
+<p>Resolves 27 issues.  Includes critical fixes for 'missing' edits
+        and for unreliable onlining/offlining of tables as well as
+        improvements such as regionservers can now carry twice the
+        regions in same memory.
+        We recommend all upgrade to this latest version.</p>
+<a name="N1003F"></a><a name="11+April%2C+2008%3A+release+0.1.1+available"></a>
 <h3 class="h4">11 April, 2008: release 0.1.1 available</h3>
 <p>This release contains bugfixes that enhance the reliability of HBase.
         See the release notes (above) for details. 
-        We recommend all upgrad to this latest version.</p>
-<a name="N1003F"></a><a name="27+March%2C+2008%3A+release+0.1.0+available"></a>
+        We recommend all upgrade to this latest version.</p>
+<a name="N10049"></a><a name="27+March%2C+2008%3A+release+0.1.0+available"></a>
 <h3 class="h4">27 March, 2008: release 0.1.0 available</h3>
 <p>This is our first release as a subproject of Hadoop.
     Previously, HBase was a Hadoop contrib project. HBase 0.1.0 is
@@ -233,7 +243,7 @@
     notes to learn more.
     </div>
 </div>
-<a name="N10056"></a><a name="HBase+%27promoted%27+to+Hadoop+Sub-project"></a>
+<a name="N10060"></a><a name="HBase+%27promoted%27+to+Hadoop+Sub-project"></a>
 <h3 class="h4">HBase 'promoted' to Hadoop Sub-project</h3>
 <p>02/11/2008: HBase originally incubated as a contribution to Hadoop.  As of the start
       of February, near-contemporaneous with Hadoops' becoming a TLP Apache project, HBase was
@@ -246,7 +256,7 @@
       will be 0.1.0 and would roughly equate to the HBase that would have been shipped
       in Hadoop 0.16.1, if HBase were still hosted inside Hadoop.
       </p>
-<a name="N10066"></a><a name="%22Old%22+News"></a>
+<a name="N10070"></a><a name="%22Old%22+News"></a>
 <h3 class="h4">"Old" News</h3>
 <p>For old project news, see our old <a href="http://wiki.apache.org/hadoop/Hbase/News">News
       page on the wiki</a> (no longer maintained)</p>

Modified: hadoop/hbase/site/publish/releases.pdf
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/releases.pdf?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/releases.pdf (original)
+++ hadoop/hbase/site/publish/releases.pdf Tue May 13 21:25:56 2008
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 652 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 688 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau`QbAQ&g&A7<ZLg4Bkc'D-gHAg5V6%GhGUKcIT,LNau79!eD7fU1JV2B@)Q33p:IB]"UN]9DomNR]U?8=o/@$E;hD#]@uU\fiiCjlLuFtVno=Ic,`&cJ5*/`]CGd2>YVo4mtd<Q\!Ok3+bHY74cha?[5P+VFg/`B?^Dmjc@$m&QO\qWC2sSZ4ct-P4,+Hj!A@-j]=<k9D.=^-]Hn+o8P%es2Q_*4[`>nV30##Q\O-N+R081h/cU)0B&(J0*"X)h"JCHYUU-^hb=Y^%R)S'*3=h_ks78kSpomWmKR1AE-uR@sgnY9ei6YOT#n'H`oJA+Em7-p]Ea!g3*))`t[S+P7QF"(Bahk@(CZIl`/:cGIGq3!DO'9$-j)\H/d55]kPh4'&[K`'n)?aZ$N/gq#;;mlq$#A7uYL:`aE_"oQCB4Z'b9K:7G9KR^u=eqRKAuk:9\Mh>$d=q<lHXGu-s(SgIPE;?hnh#cD1'A&+u_#k05!Wq%F6MT;h6Ag8McO.N)Nb^IU.-eFVh-RCa'`/&@O`]s]B'j=)aUP8*tFS#i+8eWh/Akn#0//BWi-4KGuFRuD9hlf)ud=5"ZHt8GX8,4WJrTB.k_Y@.b]<,n%R7mK`Qa0i])M2O#jTG8E9b=@bC0spH?M\%%'uXh~>
+Gaua=9lo&3&;KZM'hg6bB::C[66En[D)7U*1n?P9[65'-a6k?BQ'HUbmgG:.E"80sPLfM:/Qu2f&+%.W$f530_Esn@>6`UVjT-\%!>9-r85e1YKbScrOR.OGT3X,27a9$YM\G\sp.^gpFDU+#-cnQ?E&#0PgeJ7i$U>d+0f"#UFtnYu2:G4mSEm1T<U8WNJoipm;J$"<KJ;iSU$p64G^%&Rmgj_KQ!+rEdX;^&f8ON6"E%F3Ao(X-kJ.9>Cg+4/4fjhLIA:#YC8XF,VNQVGp4K09!'5qpe'^DJ)mqi.d+r;Edp=opiKS;N@UU0@nlIg;h<KrOf^VK"(AtLdIcDtKC%BQ;c-,K?!J*70507s#BC0JeZq2AC*6uG9SnR2i2[apQSj/s5FBLQgnjju"5DWDa/3YU@3Zo"TCE&&B\^:NLr)rB)O="<T$&&;)+<?L'#TP!,Wud%8)MdK?*cAZeo=E<[VG7oiY-6CDq-"P;f?V*Y]XojbI]9u.9aI%M_N2bLH_?E&`&%M@s6NB]S9_$NBksW7Le.E>B4NRj+1'mLG>%1<(._qkNJMJh'UU#&,0Sn[YctSU2DV"gYW*?Rji3UW1_M&k&-ht!FoC*smoQX'iV['bSRn#%=kUs0$=24<p[)1uCq$_?HEQmM<QK?c/+A:YV),]$D`h6@<:cmmE74ad(8(HL~>
 endstream
 endobj
 6 0 obj
@@ -29,6 +29,7 @@
 16 0 R
 18 0 R
 20 0 R
+22 0 R
 ]
 endobj
 8 0 obj
@@ -64,7 +65,7 @@
 14 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 505.066 306.8 493.066 ]
+/Rect [ 108.0 505.066 303.464 493.066 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 15 0 R
@@ -74,7 +75,7 @@
 16 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 486.866 312.788 474.866 ]
+/Rect [ 108.0 486.866 306.8 474.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 17 0 R
@@ -84,7 +85,7 @@
 18 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 468.666 321.128 456.666 ]
+/Rect [ 108.0 468.666 312.788 456.666 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 19 0 R
@@ -94,7 +95,7 @@
 20 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 450.466 181.616 438.466 ]
+/Rect [ 108.0 450.466 321.128 438.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 21 0 R
@@ -102,29 +103,39 @@
 >>
 endobj
 22 0 obj
-<< /Length 2412 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 432.266 181.616 420.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 23 0 R
+/H /I
+>>
+endobj
+24 0 obj
+<< /Length 2288 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-GauHM>Ar7S'Roe[cs'GA@76"&V/Pb0F;VHhCCKQ<h#hNC[Ph91Bdms!rJp<$P3=mCYQh$n=m(82%eG.[\@[eab),R=[gV*J/Z@jM&+pPWSqT9L1^LeV_>E8IP1SPB'@l]Dn+A]e[+r=frq)L@/UgeS^&hk7rF+)M#+WV?kjeNJ>9QQ$)<It9^Fe;D6A7p4,LdLM.,e#Jn$C0$4K6dPocTl]_b(BQDd%;5ApCaAqCnGr*T_U.-k<42g77#/!ua>8cQBeg^_pQX#l=>ckoIDZiIo1_H]WM:M+-Kr]nan-W4/_e@s20sgq[j4Dra:PPA)0;>&6q-CHe+_9Po)34HN](*/n(%]YN^8H_j$PjJ,C)\]PWG[jhd+gUTf2lq1u&?76eQ6I/0i<)bVLB&.5YrjHs2jU`"o`,?[E=b8KT[/PD3V(RgOr;/TK_+TJ?:S\ND:`Zul&JFN<7KJ89DmOV3n51!eP9"ciGRP>,\iPE7@+WnbJF\T/_OQG+)j,Op@$glfhKnkK/=:YD:T9K%&e^Fb3!N@b,!]/,Tf@TNrIYp<:sT^+rncl18\%g)"]eXI/o!(K@)%3\3/^=tKPh:5Z5k7>eT>f"<HcS)KE_?d@1sD$!am/q,-FadTLAY=.!%&%$/rc\@GFZ_W#.^uZTIi*,"Rs:?0VY<<'lsSfafijRI'*65U+p=_fLZ4h""1.Tq9&I5CP]9r8E2;SEOeS]*nt]!%rR"38rK=/f0HL4DE;PmaKVgS^ohTA=B8p<on4gI_u=nlm6D\.c8EsXW.c\"Jg('AncfCWSWZh"*3UX]"i'hlV)X_%h_2jK>63_Q$u\>?9A#47Y/D/$*!F+-$67"#F2(+@L]m=\22PfFpcFCR07Ahh]A%CV)l((s(q-!$"5%COq5$N((J%Y,0bH6_W:;qP^GZRMPM=6P_I&Rf;)ab2go9brUB9e6p]M'jtqc%86n>Bd!.-D8#-*9Om5Iq\^C804S[$sa&JD'm-2b
 C-&:O6+fo*aQ]=X=EsW^PS:mF@=q-<ei$^G78RNZ+LqH8%$(i3ObN+WJhVbb?:=46!>F)J8I$7ul"_VCYXUP;PG1M\e"NH/J]&%5/R.$O\HOR3;dsPQD*=>eTH2r^bN\FSkOT+:C'*,=IS_=$5f2;,D^SpOA'-4;'r.E>"riC+dbi<I%;a7FdAI/JWg-IltD^gWdg^Pn+SRVX;?VtaFToLU;)Nuje2'&Nqlmo"<A'\!'NS*^rfDn#pXXW1n(5>m]gI@q`iKQf<pXoVjRE*C2XY-_#"(i#8k<6Xj!K1Ds$_T-O,"MQ(i^WO"GV4Tu1l/'nNRCuCN&4:6q"?=aFsFdGKpDDC5$N0"DfBJU8qRc4?H4FaIu,XEY+aYC"tBfFSmu$49m<Fr"Vf;PG`OrI)M$0EG=[&iX?(,YlBBLP4WLVN8&T5ilmig,dCOic&M<Apg<QT-ToS\?if^d`QKIM7`2s,9Zu$+Jjn<I=ZZM,&b>I7GN*FPj20_U<lZZP96PS2c[hf)]'>\/4QMkEBH@'k6^<+8)(3aV=D\G[[]DZJHD.^Gt_h^]j?ImhH_7%$m95;,_')3QY)uu`?FKY<V!LlBihor0a",FD8j+Ah=1uGi3=s>GYd3XoRo#N-o#miueB$`'^'D@;I'Mq`.].pT@)2<OZ[=<UH%tIR^VPlfBE6q';$[nFnALl^[oF9T;knVG;!smesR[63-+V3]"[RZ2b^rn^E2jX)dQU]S4.C&q9&d43F5.dT^D?RsLb%m4/dbI<6:o<>H(:]hn?t]q@9"QfPNCV9@k<Mo)X"#oWd8S9,Wo;L]HEUAHPQjM>*27mdBrDM3D.KdLCV.r!UZMkOE)j`I\kZl(?N0j/=Z!^,D.EGOW1U?8(PI#+4I9$THLm^"`J_fY0\M';<h+!95NXbQYE],e]4o+flg.qNA"K3^P8KR^p^U7adg?3*ZUq4Sk?:Cdg>60&4(Q%\VJB:_SD$^(rGltrfY1WpVLA
 L45+F9=)C<>j?"<8HF"MntBG4fjP<h8%e*r7CEs2$VCGHhj&In^$K=:%KG)imc)qPi'[Ob&2h?Km%[HA6fj*UG^`!po@Wu5%HE0NG3iUb>eHGgfW`>Z.>rHuR^cA)lT1BV.CqO<J]6c[oKX@/YKC;9*nB<8#c72M7hCH&o=Is.Ak`YC1PqW9Z/]6*;GgfnMsG;$.7S1QOfX&gMU(US:2@=7TuUN"dqL4c5Dh&]?\"k^1!.[C,!itgj:,/ONV,(L>k[24A,WpjR4L!2o6kem12f8TZCX,=JM<hD'SD)HDd;Lk\g%_RIY3,0agJdf*k18Js">Je8$WlnWMWIuBc#Y:86o'L;cGP_(;n6fT.,`:oJ`WR;W'snfQD'5=c0GL#JKAIC,p9-'mPC!c;Y[2#L,&8CS*,=.SFB0c#*n:JN+8c4n0&%Z~>
+Gb!;e968iG&AII3n.oX`L'\D6aP>d`:7GtG1tG>29b3<g8Sgsb!D+g@pK`Z["[tImVh`ipYlp0c`'-AdDjQBO46]U;HuHQ$ptfmS4Wf-P(]1EQnpo(0oTkp>q\:D1]k\t[rN#D30i*e_]_)3mQL>SR//MZDZDN)_BIEsXU+l67l2>B@8Ea4DXVSZ(DJPr_UT>'m$=oB?fuX&d;lpC4$rSnS3%S*VpqCImd@4Q_CJ?^ghAk$kO!q<P>%<KBfRQF%n'bKZ&TC4,$pbsW5/#/J@SU%D]8b>38L1*Uo^4f!A8b>ga6pUs\:NOFhoLT*-g(`nT>[>bI`VgNb&a%Y%3$ckLP=8oSX4RaG-A3-R<h\$W`H)gr)QfXo6,#uP?k#db"I^iUGUFI=-U*$'NoY"Nh<`iEZ?8I8c7-_SL$hUe<n"*<ANaBNdi-@$$`F+p6#!&11Z.j?\F+0XAOKkrS+7k2EmM6G4J=u#Tc9dYqAfp4P1s*+s=R0Q^DD0o1!8_$.u(=hE%iH)?nU8I$[qmRmM]>&Oi@-5Qn"m3>BH:dr.?1LO+]rp02<mKq;5Z'j,*'HW#JP#4DAVa-e2M*6rWhQ0fu^Y-pEi8S,rD6!3&0/aSG8L]CN_8]1et%[9NA*(B:ZD*n$e,`EYA!%#MfI@Lgr*Xa1PW!iPh6mQ;\oRk@q,5ShYLnpS$gm;\.I"/=@;+4m,+2'jrqdIAI5&<"DkL:#.I4dSR\\,#]EPY2]j">B\P<Rpk@hN?V;,k+lf):i:dqXMB?e_AMed@]<D=Vg-pKqIH1<F_nL+U)18t>hTAqmb:_.C_n3T`V$BP3UPdj,/Q2eK[=^("o&(7!mJ)]"IJ+#WIlpdpVhXEi/11c)LC<9sMTqc<.uP8Dq:BT#$O:`[a(&O3PoERIB)8DG(c*g8Gg+/c6J,,]3gTebE0Fk3phDW<[2ce;o;-or$>V,rGC"jf']A]oLR1e8AB1@!8p1I+I.cV:6>&;S1?ZHG,
 \kpXO?asQ@/ZON%H455?8,(A>A8LRO8P&(LO-Xkf]Z_c]E1S*)D03*UbD,osmku@'cEh^kR.XrWLl?l1OUdV-ra8`+R,DY.A-Wj)dq"#=363*CD_4Rp\$<$!WbF+mWBJ;Ctrkm,":_NW;Ma#p"E1qZ_m!A]UkjtD]I4QLL&9lMl)'fC!./kXQFrj>r+9$.-F=Q%`(?[Z*]!s1o!EW)7rri6\'5_JobQ3"YUX]m3WJVD!aUpWtc3S3Q\[c46ePnrB(m'(,JlY5o.r]SeM,WD8JCjBJJLGo9nQi.A>k\S\V4JFhk-edqWld7L^<XMtgIZ1UJ4,s9@kWCQ+h"QJg)pW9OHc]?V$=CjI'DWDKsIrMQ0s@h<0@1AZGWJ6_TqNJ9A/Rf1L0#!#<p&SkNUDLZ!ASjl:87iE"e)nEc=@`f9##)Xp.\lSRMR2?W1krTp@Pn#7;6=kU::Z?U-1[qZc_m&Go`R)c2!a2$[u0Mgt#-XaB^CCdb8p]$L*D2R/5]g$7!H113jY^VCNP2f*>^.h7'#,Q8R#X*I?#Fb4`pLre7LM:25X"t`Q(U2f1^I'spo&1O0[G;*c;#WK7M+-]3Fm`rPl.fU,mN*8T[R13[6*qYDBd5KZX<gAb/_tG-Qa>G*6*NkLlbb_JDD6&^Zht2+g*YB`el^<1'!jTb0S&D$-fnd*0.@b&+;.^P<H,j\lF+9YFB\Nm*b4V)nV9'KqQ\3.D(mg[]Vt#^@Y9,#5(o#-4b^1L@&J6R7D:rj9`Ts!4rDdEa<"ibcY@@jVS,I)h,><?9LQ]_505!bNn7Z](2j.jf$d^F)/fA%RJ_'KJ6,5@j+!s\*CcW%G3a\r.>@!Pm/)dj+7mnq,4sfci>e8u?-=P!Y)>&fpKLjMf&opTgj&man!G",odHdR$)\*VHU)'R-h"^M#TeD[_#i6(PpcN)5!BiUKiL:Y4d`3cs^04h:89"k';MZG=qsf*m?Zt8"!Z]Y6JUDW.l-0KkO&S
 %rfd41ek9*?sPq$c*R/s!5I&bu-FDa-[h4#8j24b00&VrV@4Hr3'CJDLk.pFH\EHD[\IU+J&Z\,M4f)W2@TO"=(JW=YK@j#E%K$7R#r"0f'qS,LHYhq_<D<N]&*8Dt_;A(U\-Qs`aCHHsj!$9-8A01Tn%*mg;)`l=`AN(BWgQ-;7,9;[VF_4*o(NU43f]&[[\H3XH\\fcp\l_+F6YS!fWSBoRKWNFgn''`&Jo#ot:Kc;kX3Z=1L/f7e_eRm"Z<7UMD:\Gn>9;PhGdDI(i$*,TMZf/"?+X70A/Ap]:Qq^d_OuA\)+IJ)~>
 endstream
 endobj
-23 0 obj
+25 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 22 0 R
-/Annots 24 0 R
+/Contents 24 0 R
+/Annots 26 0 R
 >>
 endobj
-24 0 obj
+26 0 obj
 [
-25 0 R
-26 0 R
 27 0 R
+28 0 R
+29 0 R
 ]
 endobj
-25 0 obj
+27 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 342.276 629.666 394.284 617.666 ]
@@ -135,7 +146,7 @@
 /H /I
 >>
 endobj
-26 0 obj
+28 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 351.588 542.932 457.56 530.932 ]
@@ -146,10 +157,10 @@
 /H /I
 >>
 endobj
-27 0 obj
+29 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 111.0 297.282 159.664 289.282 ]
+/Rect [ 111.0 219.629 159.664 211.629 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (api/overview-summary.html#overview_description)
@@ -157,31 +168,31 @@
 /H /I
 >>
 endobj
-28 0 obj
-<< /Length 775 /Filter [ /ASCII85Decode /FlateDecode ]
+30 0 obj
+<< /Length 1197 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gat%!9lldX&A@Zc1c[QPbsi>/&BCYH-dtFI'&T-!8<@[lN$sd4qX5pC7N4@2e+)AT8_WpqY0cHK&UdnP^EZ3Km^\?U$Bus8gqSsLqh:?/A5!n/*hmT#eN_[+!X)\T3L>D=2mHISF;I@$O-(S^E_o_s`J/c4FnV>1n/]WP>8n)jY-QX:\ZGC9CS/c)_fb[3Q9H-aH.9!T\i+5AJL5<@gtLIl$;:JILDDP(3ng#,TscJo&im77f8KVNMbcY4E=-0II8RC@DF-QA`a-k'_W%8H00*\QP4=)J"p(=Slq<b=H2-'/gQClg*Ma+>8G7DO)=Sktpd/8$%8=&nI;U"-B(;bJNW!Q4dABph$S$"/:u_0tV"(#]Bl\PpU4.Y+_HB]s3XZnDP6=d[Vid-=cnZbKE]9dK7Q2hQA`6cg,%7=PC7sNb2*J'f5S4-885*Mi>TBZ/geOQaD4RfQ&[rp'0;VE:*E&htK'BbToqBI/Xc@Z9BUt7^$NJFf&E"sG"^I\PSB:(2MS/AGd-G9GhHhWoX`R*rL(oNZZ*7.T1:o,e'r,!gAn)Pt-?_VS:p2Hf[5-siD6fo$ggfpPo;V\-U0Ut6c[Xr#''&5l3]4nUN$O:EfrZ]_)[d/)C1oVd-BQ<Rj&"[>D`Gpg_dTb6V#k`ob'i)opIHl*Af2V-*7-e[&f$'kl->A9=ub\T4[.Np:K+@G]+1+i^'OI<164Dkg7uW+3=XnpSNUG0B:%F4CXC/X5#lmZ't+/X2I$grfP.f#S(9FB-3mnf^P_QZ`W~>
+Gat%#acbC:&A@B[:qhmcb(]qY!6Lu`Q'kS]G&6L,aT3"t&ICnI+D#-`hOqA9\7hC18O\a-I]jR#L)r7Rh`%V).uFi)qm8s$-:eF$IR@FK^S;CY0b9@GBY4,RH?e7r;(TNKmiOQabWXYG=6+*bgkVWDOu"X[Lc.cqD1-W6k%H60hVFrNm-8FnRGiImG35`X[2^gBo@=fZUNY1,cg6GQ5@eNQ$'0!5CP&OD@9?lI#tSS,24%m^m)Q,2a\qp8r/EUaNoCN]*-Q>jUpVkkjb)_](?r'Mj]h5MS.E'N1jF&G]$eRVm6Wd&"2hBYV[>)4HbIl`?Xu*PpN^$oYWN`$Z6SRK3o3)Y^+K940S*B!)H0U9DgNEeZ(W_c6H$U+CPPm$==OCdlfUgP>/]TN4Bjna1$OdkN6CTr\Ms4+D$l2cKB2FGe_-tSOpR&EU%oJ:S%6*Zcl&]_C4ML1.+%c3]VYqZXXnW5!3"Xf)EgkENk=LdDO!n&+@?<W*+c_2aO<uaQ^>T-o3>&<?N162TTlrI/bHoUTfZhQ8OX=(i\e"4jJT.:W50hPBNhnLn&ida9'3!IG9[VW=>"7&nV>!D<T.E43@p%J+0llN;ggmR9$P@.p`NruZi7u8=]_#m(;Vg&6bs%9,F+Z\SRApBn8MFN.G05u>RA23_<k?*?5C.)2A<bC>J8\QU=AEq9lR:=&Yd+#c>gjC5[!+l^`9`%Rnn>+AlsL]QYn<KB.p/+%`506^2E_OL#M?m'7plm)tZY1)[n:?A>g9($V7Ctp#\A[1N76)d?c5fWa?<GLr(FROeZk`/;eE+1q^Ga,N?ug&\=X=9c1"?4eOurcANL[3)^B2K],a;EZ9/\@UsFG!=>u<iNeB5D/8FAXbD%OmFZCf-#Q(E?&5`n)ZL`1cI??./+PgSO]r&i*s)BXf9(W*&\)g%h^D7G[5IWe%`aM7d`??dPh\`s\k'gn"Sp$T[\b,!MuHeeCuP1L&A^3-kB-g4f$0!
 Q4C&u(/h6Tql19<V57GLjSF$9sBbFuKj0]]BHB1IGU%Ob$4Mr]k)TeZuEacD66SRQ.i9WPATsJu8LuYFfqs2u1!%e1].;Af3i0ZqV#77)o]04)0*'35!5(5;c(TS)"<MA2-Xq.1adp^3$M2,(mGFQR,PMF"I=0o*ci=4Rf2"(,g.r>V%baK-k/?[VO=K>?Q+"G5sidLq:0a.X~>
 endstream
 endobj
-29 0 obj
+31 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 28 0 R
-/Annots 30 0 R
+/Contents 30 0 R
+/Annots 32 0 R
 >>
 endobj
-30 0 obj
+32 0 obj
 [
-31 0 R
+33 0 R
 ]
 endobj
-31 0 obj
+33 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 250.644 596.347 360.624 584.347 ]
+/Rect [ 250.644 509.147 360.624 497.147 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://wiki.apache.org/hadoop/Hbase/News)
@@ -189,104 +200,112 @@
 /H /I
 >>
 endobj
-33 0 obj
+35 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 32 0 R
- /Next 34 0 R
+ /Parent 34 0 R
+ /Next 36 0 R
  /A 9 0 R
 >> endobj
-34 0 obj
+36 0 obj
 <<
  /Title (\376\377\0\62\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\116\0\157\0\164\0\145\0\163)
- /Parent 32 0 R
- /Prev 33 0 R
- /Next 35 0 R
+ /Parent 34 0 R
+ /Prev 35 0 R
+ /Next 37 0 R
  /A 11 0 R
 >> endobj
-35 0 obj
+37 0 obj
 <<
  /Title (\376\377\0\63\0\40\0\116\0\145\0\167\0\163)
- /Parent 32 0 R
- /First 36 0 R
- /Last 39 0 R
- /Prev 34 0 R
- /Count -4
+ /Parent 34 0 R
+ /First 38 0 R
+ /Last 42 0 R
+ /Prev 36 0 R
+ /Count -5
  /A 13 0 R
 >> endobj
-36 0 obj
+38 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\61\0\40\0\61\0\61\0\40\0\101\0\160\0\162\0\151\0\154\0\54\0\40\0\62\0\60\0\60\0\70\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\56\0\61\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
- /Parent 35 0 R
- /Next 37 0 R
+ /Title (\376\377\0\63\0\56\0\61\0\40\0\61\0\63\0\40\0\115\0\141\0\171\0\54\0\40\0\62\0\60\0\60\0\70\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\56\0\62\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
+ /Parent 37 0 R
+ /Next 39 0 R
  /A 15 0 R
 >> endobj
-37 0 obj
+39 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\62\0\40\0\62\0\67\0\40\0\115\0\141\0\162\0\143\0\150\0\54\0\40\0\62\0\60\0\60\0\70\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\56\0\60\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
- /Parent 35 0 R
- /Prev 36 0 R
- /Next 38 0 R
+ /Title (\376\377\0\63\0\56\0\62\0\40\0\61\0\61\0\40\0\101\0\160\0\162\0\151\0\154\0\54\0\40\0\62\0\60\0\60\0\70\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\56\0\61\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
+ /Parent 37 0 R
+ /Prev 38 0 R
+ /Next 40 0 R
  /A 17 0 R
 >> endobj
-38 0 obj
+40 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\63\0\40\0\110\0\102\0\141\0\163\0\145\0\40\0\47\0\160\0\162\0\157\0\155\0\157\0\164\0\145\0\144\0\47\0\40\0\164\0\157\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\123\0\165\0\142\0\55\0\160\0\162\0\157\0\152\0\145\0\143\0\164)
- /Parent 35 0 R
- /Prev 37 0 R
- /Next 39 0 R
+ /Title (\376\377\0\63\0\56\0\63\0\40\0\62\0\67\0\40\0\115\0\141\0\162\0\143\0\150\0\54\0\40\0\62\0\60\0\60\0\70\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\56\0\60\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
+ /Parent 37 0 R
+ /Prev 39 0 R
+ /Next 41 0 R
  /A 19 0 R
 >> endobj
-39 0 obj
+41 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\64\0\40\0\42\0\117\0\154\0\144\0\42\0\40\0\116\0\145\0\167\0\163)
- /Parent 35 0 R
- /Prev 38 0 R
+ /Title (\376\377\0\63\0\56\0\64\0\40\0\110\0\102\0\141\0\163\0\145\0\40\0\47\0\160\0\162\0\157\0\155\0\157\0\164\0\145\0\144\0\47\0\40\0\164\0\157\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\123\0\165\0\142\0\55\0\160\0\162\0\157\0\152\0\145\0\143\0\164)
+ /Parent 37 0 R
+ /Prev 40 0 R
+ /Next 42 0 R
  /A 21 0 R
 >> endobj
-40 0 obj
+42 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\65\0\40\0\42\0\117\0\154\0\144\0\42\0\40\0\116\0\145\0\167\0\163)
+ /Parent 37 0 R
+ /Prev 41 0 R
+ /A 23 0 R
+>> endobj
+43 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-41 0 obj
+44 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-42 0 obj
+45 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F6
 /BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
-43 0 obj
+46 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-44 0 obj
+47 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F9
 /BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
-45 0 obj
+48 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-46 0 obj
+49 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -296,122 +315,131 @@
 1 0 obj
 << /Type /Pages
 /Count 3
-/Kids [6 0 R 23 0 R 29 0 R ] >>
+/Kids [6 0 R 25 0 R 31 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 32 0 R
+ /Outlines 34 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 40 0 R /F5 41 0 R /F1 43 0 R /F6 42 0 R /F9 44 0 R /F2 45 0 R /F7 46 0 R >> 
+/Font << /F3 43 0 R /F5 44 0 R /F1 46 0 R /F6 45 0 R /F9 47 0 R /F2 48 0 R /F7 49 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
 <<
 /S /GoTo
-/D [23 0 R /XYZ 85.0 659.0 null]
+/D [25 0 R /XYZ 85.0 659.0 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [23 0 R /XYZ 85.0 572.266 null]
+/D [25 0 R /XYZ 85.0 572.266 null]
 >>
 endobj
 13 0 obj
 <<
 /S /GoTo
-/D [23 0 R /XYZ 85.0 519.932 null]
+/D [25 0 R /XYZ 85.0 519.932 null]
 >>
 endobj
 15 0 obj
 <<
 /S /GoTo
-/D [23 0 R /XYZ 85.0 488.798 null]
+/D [25 0 R /XYZ 85.0 488.798 null]
 >>
 endobj
 17 0 obj
 <<
 /S /GoTo
-/D [23 0 R /XYZ 85.0 424.345 null]
+/D [25 0 R /XYZ 85.0 411.145 null]
 >>
 endobj
 19 0 obj
 <<
 /S /GoTo
-/D [23 0 R /XYZ 85.0 268.282 null]
+/D [25 0 R /XYZ 85.0 346.692 null]
 >>
 endobj
 21 0 obj
 <<
 /S /GoTo
-/D [29 0 R /XYZ 85.0 624.6 null]
+/D [25 0 R /XYZ 85.0 190.629 null]
 >>
 endobj
-32 0 obj
+23 0 obj
+<<
+/S /GoTo
+/D [31 0 R /XYZ 85.0 537.4 null]
+>>
+endobj
+34 0 obj
 <<
- /First 33 0 R
- /Last 35 0 R
+ /First 35 0 R
+ /Last 37 0 R
 >> endobj
 xref
-0 47
+0 50
 0000000000 65535 f 
-0000008895 00000 n 
-0000008967 00000 n 
-0000009059 00000 n 
+0000009694 00000 n 
+0000009766 00000 n 
+0000009858 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000814 00000 n 
-0000000934 00000 n 
-0000001001 00000 n 
-0000009204 00000 n 
-0000001136 00000 n 
-0000009267 00000 n 
-0000001273 00000 n 
-0000009333 00000 n 
-0000001410 00000 n 
-0000009399 00000 n 
-0000001545 00000 n 
-0000009465 00000 n 
-0000001682 00000 n 
-0000009531 00000 n 
-0000001819 00000 n 
-0000009597 00000 n 
-0000001956 00000 n 
-0000004461 00000 n 
-0000004584 00000 n 
-0000004625 00000 n 
-0000004829 00000 n 
-0000005089 00000 n 
-0000005287 00000 n 
-0000006154 00000 n 
-0000006277 00000 n 
-0000006304 00000 n 
-0000009661 00000 n 
-0000006498 00000 n 
-0000006637 00000 n 
-0000006820 00000 n 
-0000006976 00000 n 
-0000007294 00000 n 
-0000007626 00000 n 
-0000007963 00000 n 
-0000008122 00000 n 
-0000008235 00000 n 
-0000008345 00000 n 
-0000008456 00000 n 
-0000008564 00000 n 
-0000008670 00000 n 
-0000008786 00000 n 
+0000000850 00000 n 
+0000000970 00000 n 
+0000001044 00000 n 
+0000010003 00000 n 
+0000001179 00000 n 
+0000010066 00000 n 
+0000001316 00000 n 
+0000010132 00000 n 
+0000001453 00000 n 
+0000010198 00000 n 
+0000001590 00000 n 
+0000010264 00000 n 
+0000001725 00000 n 
+0000010330 00000 n 
+0000001862 00000 n 
+0000010396 00000 n 
+0000001999 00000 n 
+0000010462 00000 n 
+0000002136 00000 n 
+0000004517 00000 n 
+0000004640 00000 n 
+0000004681 00000 n 
+0000004885 00000 n 
+0000005145 00000 n 
+0000005343 00000 n 
+0000006633 00000 n 
+0000006756 00000 n 
+0000006783 00000 n 
+0000010526 00000 n 
+0000006977 00000 n 
+0000007116 00000 n 
+0000007299 00000 n 
+0000007455 00000 n 
+0000007761 00000 n 
+0000008093 00000 n 
+0000008425 00000 n 
+0000008762 00000 n 
+0000008921 00000 n 
+0000009034 00000 n 
+0000009144 00000 n 
+0000009255 00000 n 
+0000009363 00000 n 
+0000009469 00000 n 
+0000009585 00000 n 
 trailer
 <<
-/Size 47
+/Size 50
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-9712
+10577
 %%EOF

Modified: hadoop/hbase/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/site/publish/version_control.html?rev=656099&r1=656098&r2=656099&view=diff
==============================================================================
--- hadoop/hbase/site/publish/version_control.html (original)
+++ hadoop/hbase/site/publish/version_control.html Tue May 13 21:25:56 2008
@@ -117,7 +117,7 @@
 <div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
 <div id="menu_1.2" class="menuitemgroup">
 <div class="menuitem">
-<a href="error:ext:docs/r0.1.1/">Current</a>
+<a href="http://hadoop.apache.org/hbase/docs/current">Current</a>
 </div>
 </div>
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Developers</div>