[ 
https://issues.apache.org/jira/browse/HCATALOG-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255073#comment-13255073
 ] 

[email protected] commented on HCATALOG-372:
--------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4743/#review6959
-----------------------------------------------------------



trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml
<https://reviews.apache.org/r/4743/#comment15504>

    We might need to put parenthetical comments on <> to explain what it is, 
since some non-SQL users may not be familiar with it.



trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml
<https://reviews.apache.org/r/4743/#comment15505>

    We should add some examples.  A few examples of filters with MapReduce:
    
    ds > "20110924"
    ds < "20110925"
    ds <= "20110925" and ds >= "20110924"



trunk/src/docs/src/documentation/content/xdocs/loadstore.xml
<https://reviews.apache.org/r/4743/#comment15506>

    We should add some examples.  Example filters with Pig:
    
    a = load 'foo' using org.apache.hcatalog.pig.HCatLoader();
    b = filter a by ds == '20110924' or ds == '20110925';
    
    a = load 'foo' using org.apache.hcatalog.pig.HCatLoader();
    b = filter a by ds > '20110924';
    
    a = load 'foo' using org.apache.hcatalog.pig.HCatLoader();
    b = filter a by ds <= '20110925' and ds >= '20110924';


- Alan


On 2012-04-16 21:14:24, Alan Gates wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4743/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-04-16 21:14:24)
bq.  
bq.  
bq.  Review request for hcatalog.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  Add filter information to Load/Store and Input/Output docs
bq.  
bq.  
bq.  This addresses bug HCATALOG-372.
bq.      https://issues.apache.org/jira/browse/HCATALOG-372
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/src/docs/src/documentation/content/xdocs/inputoutput.xml 1311550 
bq.    trunk/src/docs/src/documentation/content/xdocs/loadstore.xml 1311550 
bq.  
bq.  Diff: https://reviews.apache.org/r/4743/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Alan
bq.  
bq.


                
> Add filter information to Load/Store and Input/Output docs
> ----------------------------------------------------------
>
>                 Key: HCATALOG-372
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-372
>             Project: HCatalog
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.4
>            Reporter: Lefty Leverenz
>              Labels: documentation
>             Fix For: 0.4
>
>         Attachments: HCATALOG-372.1.patch
>
>
> List supported operators for filters in the "Load and Store" & "Input and 
> Output" docs.  
> Improve the description of filters in "Input and Output" doc.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to