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

Incorrect command in single cluster setup document

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.7.0
    • None
    • documentation
    • Reviewed

    Description

      There seems to be a trivial fault in the single node cluster setup document on branch-2.
      "Setup passphraseless ssh" says as follows:

            $ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
            $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
            $ export HADOOP\_PREFIX=/usr/local/hadoop
      

      But it should be:

            $ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
            $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
            $ chmod 0700 ~/.ssh/authorized_keys
      

      Attachments

        1. HADOOP-12061.001.patch
          0.7 kB
          Kengo Seki
        2. HADOOP-12061.002.patch
          0.6 kB
          Kengo Seki
        3. HADOOP-12061.branch-2.002.patch
          0.7 kB
          Kengo Seki

        Activity

          People

            sekikn Kengo Seki
            sekikn Kengo Seki
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: