You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2013/03/15 06:43:07 UTC

svn commit: r1456772 - in /pig/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/func.xml

Author: cheolsoo
Date: Fri Mar 15 05:43:07 2013
New Revision: 1456772

URL: http://svn.apache.org/r1456772
Log:
PIG-3245: Documentation about HBaseStorage (Daisuke Kobayashi via cheolsoo)

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/src/docs/src/documentation/content/xdocs/func.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1456772&r1=1456771&r2=1456772&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri Mar 15 05:43:07 2013
@@ -28,6 +28,8 @@ PIG-3174:  Remove rpm and deb artifacts 
 
 IMPROVEMENTS
 
+PIG-3245: Documentation about HBaseStorage (Daisuke Kobayashi via cheolsoo)
+
 PIG-3211: Allow default Load/Store funcs to be configurable (prkommireddi via cheolsoo)
 
 PIG-3136: Introduce a syntax making declared aliases optional (jcoveney via cheolsoo)

Modified: pig/trunk/src/docs/src/documentation/content/xdocs/func.xml
URL: http://svn.apache.org/viewvc/pig/trunk/src/docs/src/documentation/content/xdocs/func.xml?rev=1456772&r1=1456771&r2=1456772&view=diff
==============================================================================
--- pig/trunk/src/docs/src/documentation/content/xdocs/func.xml (original)
+++ pig/trunk/src/docs/src/documentation/content/xdocs/func.xml Fri Mar 15 05:43:07 2013
@@ -1711,7 +1711,8 @@ A = LOAD 'data' USING TextLoader();
    <title>Usage</title>
    <p>HBaseStorage stores and loads data from HBase. The function takes two arguments. The first
        argument is a space seperated list of columns. The second optional argument is a
-       space seperated list of options. Column syntax and available options are listed above.</p>
+       space seperated list of options. Column syntax and available options are listed above.  
+       Note that HBaseStorage always disable split combination.</p>
    </section>
 
    <section>