You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ravi Phulari (JIRA)" <ji...@apache.org> on 2009/03/06 01:41:56 UTC

[jira] Created: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Wrong description of " hadoop fs -test " in FS Shell guide . 
-------------------------------------------------------------

                 Key: HADOOP-5416
                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
             Project: Hadoop Core
          Issue Type: Bug
          Components: documentation
    Affects Versions: 0.20.0
            Reporter: Ravi Phulari
            Priority: Trivial


Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
 
  " -d check return 1 if the path is directory else return 0. " 

Where as it should be .
   
   " -d check to see if the path is Directory . Return 0 if true "


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680641#action_12680641 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-5416:
------------------------------------------------

Ravi, patch looks good except that there is an additional prefix in the path "a/src/...".  Could you re-generate the patch without the prefix "a/"?

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>         Attachments: h5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681776#action_12681776 ] 

Hudson commented on HADOOP-5416:
--------------------------------

Integrated in Hadoop-trunk #778 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/778/])
    

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: h5416.patch, Hadoop-5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Phulari updated HADOOP-5416:
---------------------------------

    Status: Patch Available  (was: Open)

Nicholas , Sorry forgot to use ---no-prefix . Resubmitting patch with corrections.  

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>         Attachments: h5416.patch, Hadoop-5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-5416:
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Since this is a simple documentation change, I committed this before it got tested by Hudson.  Thanks, Ravi!

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: h5416.patch, Hadoop-5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Phulari updated HADOOP-5416:
---------------------------------

    Attachment: h5416.patch

Submitting patch . Did not test because it is documentation change. 

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>         Attachments: h5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679441#action_12679441 ] 

Ravi Phulari commented on HADOOP-5416:
--------------------------------------


http://hadoop.apache.org/core/docs/current/hdfs_shell.html#test

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Priority: Trivial
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Phulari updated HADOOP-5416:
---------------------------------

    Attachment: Hadoop-5416.patch

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>         Attachments: h5416.patch, Hadoop-5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Phulari reassigned HADOOP-5416:
------------------------------------

    Assignee: Ravi Phulari

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Phulari updated HADOOP-5416:
---------------------------------

    Status: Open  (was: Patch Available)

Canceling patch to correct and resubmit .

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>         Attachments: h5416.patch, Hadoop-5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-5416) Wrong description of " hadoop fs -test " in FS Shell guide .

Posted by "Ravi Phulari (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Phulari updated HADOOP-5416:
---------------------------------

    Status: Patch Available  (was: Open)

Submitting patch.

> Wrong description of " hadoop fs -test " in FS Shell guide . 
> -------------------------------------------------------------
>
>                 Key: HADOOP-5416
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5416
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.20.0
>            Reporter: Ravi Phulari
>            Assignee: Ravi Phulari
>            Priority: Trivial
>         Attachments: h5416.patch
>
>
> Hadoop FS Shell Guide  documentation for -test command option -d  current description is.
>  
>   " -d check return 1 if the path is directory else return 0. " 
> Where as it should be .
>    
>    " -d check to see if the path is Directory . Return 0 if true "

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.