Skip to content

Conversation

alex-ber
Copy link

Now, it works. :-)
Major

  • conf/dfs.sh Removed $HADOOP_PREFIX/sbin/start-yarn.sh (it is useless here)
  • conf/dfs.sh Added $HADOOP_PREFIX/sbin/start-dfs.sh (required)
  • conf/dfs.sh Added hdfs dfs -chmod 777 /tmp/hadoop-yarn/staging
    (Required for impersonated Hive user to be able to start Map Reduce)
  • conf/run.sh Added $HADOOP_PREFIX/sbin/start-dfs.sh (was missing, required)
  • conf/mapres-site.xml added mapreduce.map.memory.mb, mapreduce.map.java.opts, mapreduce.reduce.java.opts.
    Otherwise, when MapReduce works it crushes JVM. Even hadoop-mapreduce-examples-2.8.5.jar don't work. See https://community.cloudera.com/t5/Support-Questions/Map-and-Reduce-Error-Java-heap-space/td-p/45874
  • Hadoop “Unable to load native-hadoop library for your platform” warning fixed (added ENV LD_LIBRARY_PATH)
    (major performance impact)

Minor

  • conf/run.sh copies to /etc/run.sh (and not to root)
  • conf/core-site.xml fs.default.name key changed to fs.defaultFS
  • conf/hdfs-site.xml dfs.name.dir key changed to fs.namenode.name.dir
  • conf/hdfs-site.xml dfs.data.dir key changed to dfs.datanode.data.dir
  • In Dockerfile Added nano
  • LICENSE.txt added
  • CHANGELOG.md is added

(cherry picked from commit 574fff3)
See CHANGELOG.md for details.
Copy link

@mvk mvk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alex-ber
Thanks for the patchset, please go over my comments and respond/change accordingly.

Copy link

@mvk mvk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added 3 more comments

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

Successfully merging this pull request may close these issues.

2 participants