Code Monkey home page Code Monkey logo

hdfs-hadoop-config's Introduction

hdfs config:

hdfs namenode -format start-dfs.sh 192.168.56.2:9870 you must see hdfs hadoop

my computer---->c---->windows---->system32----->drivers---->etc--->hosts open host 192.168.56.2 node-master 192.168.56.3 node1

node-master:9870

stop-dfs.sh

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ config YARN hadoop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /opt/hadoop-3.2.1/etc/hadoop/ yarn-site.xml

yarn.resourcemanager.hostname node-master yarn.nodemanager.resource.memory-mb 1536 yarn.scheduler.maximum-allocation-mb 1536
 <description>Maximum limit of memory to allocate to each container request at the Resource Manager.</description>
yarn.scheduler.minimum-allocation-mb 512 Minimum limit of memory to allocate to each container request at the Resource Manager.
    <name>yarn.nodemanager.aux-services</name>

    <value>mapreduce_shuffle</value>
    

</property>


 <property>

    <name>yarn.nodemanager.vmem-chech-enable</name>

    <value>false</value>

    <description>turn off virtual memory.</description>
</property>


<property>

    <name>yarn.acl.enable</name>

    <value>0</value>
     <description>turn off acl.</description>

</property>
---------------------------------------- scp /opt/hadoop-3.2.1/etc/hadoop/yarn-site.xml node1:/opt/hadoop-3.2.1/etc/hadoop/yarn-site.xml

and copy to another node.

hdfs-hadoop-config's People

Contributors

rahatarinasir avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.