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

Globbing is not correctly handled in a few cases on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None
    • Windows

    Description

      Glob handling fails in a few cases on a Windows environment.

      For example:

      c:\> hadoop dfs -ls /
      Found 2 items
      drwxrwxrwx   - Administrator supergroup          0 2012-07-06 15:00 /tmp
      drwxr-xr-x   - Administrator supergroup          0 2012-07-06 18:52 /user
      
      
      c:\> hadoop dfs -ls /tmpInvalid*
      Found 2 items
      drwxr-xr-x   - Administrator supergroup          0 2012-07-10 18:50 /user/Administrator/sortInputDir
      drwxr-xr-x   - Administrator supergroup          0 2012-07-10 18:50 /user/Administrator/sortOutputDir
      
      c:\> hadoop dfs -rmr /tmp/*
      Usage: java FsShell [-rmr [-skipTrash] <src> ]
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rramya Ramya Sunil
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: