Uploaded image for project: 'CDH (READ-ONLY)'
  1. CDH (READ-ONLY)
  2. DISTRO-459

Documentation sample for pseudo mode is wrong at Step 6: Start MapReduce

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: CDH4.2.0
    • Fix Version/s: CDH4.2.0
    • Component/s: Docs
    • Labels:
      None

      Description

      Refers to this doc page :
      https://ccp.cloudera.com/display/CDH4DOC/Installing+CDH4+on+a+Single+Linux+Node+in+Pseudo-distributed+Mode#InstallingCDH4onaSingleLinuxNodeinPseudo-distributedMode-InstallingCDH4withMRv1onaSingleLinuxNodeinPseudodistributedmode

      The documentation says to start the mapreduce daemon, and provides the following :
      for x in `cd /etc/init.d ; ls hadoop-0.20-mapreduce-*` ; do sudo service $x stop ; done

      Should be :
      for x in `cd /etc/init.d ; ls hadoop-0.20-mapreduce-*` ; do sudo service $x start ; done

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              scoulibaly sekine
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: