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

German locale makes NameNode web interface crash

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.15.2
    • 0.15.2
    • None
    • None
    • Ubuntu Linux 7.10

    Description

      When starting the NameNode with a German locale (or some other that uses "," as the decimal separator), the web interface (dfshealth.jsp) crashes with a NumberFormatException.

      To reproduce:

      $ LC_ALL=de_DE bin/start-dfs.sh

      Then copy some data to the store so that the percentage of used space is above 0%. Load the web interface in your browser and you'll get a HTTP 500 error message.

      The problem is that FsShell gives you a localized number (eg. "0,7") which can't be parsed by Double.parseDouble().

      Attachments

        1. number-format-fix.patch
          1.0 kB
          Matthias Friedrich
        2. namenode-log.txt
          2 kB
          Matthias Friedrich

        Activity

          People

            mafr Matthias Friedrich
            mafr Matthias Friedrich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: