Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-5863 Improve OfflineImageViewer
  3. HDFS-5864

Missing '\n' in the output of 'hdfs oiv --help'

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Trivial
    • Resolution: Cannot Reproduce
    • 2.2.0
    • None
    • tools

    Description

      In OfflineImageViewer.java,

          "  * NameDistribution: This processor analyzes the file names\n" +
          "    in the image and prints total number of file names and how frequently" +
          "    file names are reused.\n" +
      

      should be

          "  * NameDistribution: This processor analyzes the file names\n" +
          "    in the image and prints total number of file names and how frequently\n" +
          "    file names are reused.\n" +
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: