Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional instructions / typo #17

Open
EvanKepner opened this issue Jun 7, 2015 · 3 comments
Open

Additional instructions / typo #17

EvanKepner opened this issue Jun 7, 2015 · 3 comments

Comments

@EvanKepner
Copy link

Hi all -

I was able to get this running successfully. A few points that may help other people out:

  1. I didn't have a masters file in the /usr/local/hadoop/etc/hadoop folder. Creating the file and adding the master line worked just fine.
  2. mapred-site.xml needs to be copied from mapred-site.xml.template before making any edits
  3. There's a broken line on the config text for yarn-site.xml, if you copy paste and don't join the line you'll get an error starting the namenode services:
<property>
<name>yarn.nodemanager.aux-services.mapreduce.shuffle.class</
name>
<value>org.apache.hadoop.mapred.ShuffleHandler</value>
</property>

Should be:

<property>
<name>yarn.nodemanager.aux-services.mapreduce.shuffle.class</name>
<value>org.apache.hadoop.mapred.ShuffleHandler</value>
</property>
@NosajGithub
Copy link

Thanks Evan! These were helpful points.

@sarahneff
Copy link

Yes thank you for this as well.

@taylorma
Copy link

Thanks a bunch Evan. The #3 one caught me just now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants