Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-1034

Custom user's home directory's creation fails in init-hdfs.sh

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6.0
    • 0.7.0
    • debian, rpm

    Description

      The init-hdfs.sh script has set -ex at the top for a good reason. However, the script itself when creating a custom user's home directory on HDFS, does a ls to see if the directory already exists: https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/hadoop/init-hdfs.sh#L91

      This fails if the directory doesn't exist which makes the entire script fail. This check could be enclosed so it doesn't make the script fail.

      Attachments

        1. init-hdfs.patch
          0.8 kB
          Henry Wang
        2. BIGTOP-1034.2.patch
          1 kB
          Henry Wang
        3. BIGTOP-1034.1.patch
          1 kB
          Mark Grover

        Activity

          People

            mgrover Mark Grover
            mgrover Mark Grover
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: