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

hadoop script can inadvertently expand wildcard arguments when delegating to hdfs script

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.2-alpha, 0.23.5
    • 2.0.3-alpha, 0.23.7
    • scripts
    • None
    • Reviewed

    Description

      The hadoop front-end script will print a deprecation warning and defer to the hdfs front-end script for certain commands, like fsck, dfs. If a wildcard appears as an argument then it can be inadvertently expanded by the shell to match a local filesystem path before being sent to the hdfs script, which can be very confusing to the end user.

      For example, the following two commands usually perform very different things, even though they should be equivalent:

      hadoop fs -ls /tmp/\*
      hadoop dfs -ls /tmp/\*
      

      The former lists everything in the default filesystem under /tmp, while the latter expands /tmp/* into everything in the local filesystem under /tmp and passes those as arguments to try to list in the default filesystem.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            adi2 Andy Isaacson Assign to me
            jlowe Jason Darrell Lowe
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment