You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Daryn Sharp (JIRA)" <ji...@apache.org> on 2011/04/21 19:34:06 UTC

[jira] [Created] (HADOOP-7234) FsShell tail doesn't handle globs

FsShell tail doesn't handle globs
---------------------------------

                 Key: HADOOP-7234
                 URL: https://issues.apache.org/jira/browse/HADOOP-7234
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.23.0
         Environment: The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.
            Reporter: Daryn Sharp
            Assignee: Daryn Sharp




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-7234) FsShell tail doesn't handle globs

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

Harsh J updated HADOOP-7234:
----------------------------

    Fix Version/s:     (was: 0.24.0)
    
> FsShell tail doesn't handle globs
> ---------------------------------
>
>                 Key: HADOOP-7234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7234
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>
> The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-7234) FsShell tail doesn't handle globs

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

Daryn Sharp commented on HADOOP-7234:
-------------------------------------

# the max args needs to be relaxed for {{CommandFormat}}
# yes, the {{expandArgument}} override needs to be removed
# multiple args sans -f should print the file name before each tail snippet
# multiple args with -f should probably loop over each file doing the aforementioned multi-arg support, but we could probably punt on this and only support -f on one arg initially.
                
> FsShell tail doesn't handle globs
> ---------------------------------
>
>                 Key: HADOOP-7234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7234
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>
> The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-7234) FsShell tail doesn't handle globs

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

Harsh J updated HADOOP-7234:
----------------------------

    Environment:     (was: The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.)
    
> FsShell tail doesn't handle globs
> ---------------------------------
>
>                 Key: HADOOP-7234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7234
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.24.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-7234) FsShell tail doesn't handle globs

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

Harsh J commented on HADOOP-7234:
---------------------------------

Hi Daryn,

I took a look at this now, and it seems like if we remove away the {{expandArgument}} it will simply work?

However, am unsure about use of tail with multiple arguments, of how the behavior must be or if must even support such a thing. Especially with the {{-f}} opt.
                
> FsShell tail doesn't handle globs
> ---------------------------------
>
>                 Key: HADOOP-7234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7234
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>
> The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-7234) FsShell tail doesn't handle globs

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

Harsh J updated HADOOP-7234:
----------------------------

    Description: The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.
    
> FsShell tail doesn't handle globs
> ---------------------------------
>
>                 Key: HADOOP-7234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7234
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>
> The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-7234) FsShell tail doesn't handle globs

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

Daryn Sharp updated HADOOP-7234:
--------------------------------

    Fix Version/s: 0.23.0

> FsShell tail doesn't handle globs
> ---------------------------------
>
>                 Key: HADOOP-7234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7234
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.23.0
>         Environment: The tail command doesn't bother trying to expand it's arguments which is inconsistent with other commands.
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>             Fix For: 0.23.0
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira