Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-2938

some of the fs commands don't globPaths.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.17.0
    • fs
    • None

    Description

      Some of the 'hadoop fs' commands don't globPaths. e.g:

      $ bin/hadoop fs -ls '/user/rangadi/2Gb-*'
      /user/rangadi/2Gb-1     <r 3>   808587264       2008-03-05 00:36        rw-r--r--       rangadi supergroup
      /user/rangadi/2Gb-2     <r 3>   812191744       2008-03-05 00:36        rw-r--r--       rangadi supergroup
      $ bin/hadoop fs -rm '/user/rangadi/2Gb-*'
      rm: cannot remove /user/rangadi/2Gb-*: No such file or directory.
      

      Mostly related to HADOOP-2063. I think all the commands that use DelayedExceptionThrowing are affected.

      Attachments

        1. 2938_20080306.patch
          3 kB
          Tsz-wo Sze

        Activity

          People

            szetszwo Tsz-wo Sze
            rangadi Raghu Angadi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: