<small id='uHMJf'></small><noframes id='uHMJf'>

        <legend id='uHMJf'><style id='uHMJf'><dir id='uHMJf'><q id='uHMJf'></q></dir></style></legend>
        <i id='uHMJf'><tr id='uHMJf'><dt id='uHMJf'><q id='uHMJf'><span id='uHMJf'><b id='uHMJf'><form id='uHMJf'><ins id='uHMJf'></ins><ul id='uHMJf'></ul><sub id='uHMJf'></sub></form><legend id='uHMJf'></legend><bdo id='uHMJf'><pre id='uHMJf'><center id='uHMJf'></center></pre></bdo></b><th id='uHMJf'></th></span></q></dt></tr></i><div id='uHMJf'><tfoot id='uHMJf'></tfoot><dl id='uHMJf'><fieldset id='uHMJf'></fieldset></dl></div>

          <bdo id='uHMJf'></bdo><ul id='uHMJf'></ul>
      1. <tfoot id='uHMJf'></tfoot>

        在 Hadoop 伪分布式模式下充分利用所有内核

        时间:2023-09-26
        <tfoot id='n6zBB'></tfoot>

                <tbody id='n6zBB'></tbody>
                <bdo id='n6zBB'></bdo><ul id='n6zBB'></ul>

                <legend id='n6zBB'><style id='n6zBB'><dir id='n6zBB'><q id='n6zBB'></q></dir></style></legend>
                • <i id='n6zBB'><tr id='n6zBB'><dt id='n6zBB'><q id='n6zBB'><span id='n6zBB'><b id='n6zBB'><form id='n6zBB'><ins id='n6zBB'></ins><ul id='n6zBB'></ul><sub id='n6zBB'></sub></form><legend id='n6zBB'></legend><bdo id='n6zBB'><pre id='n6zBB'><center id='n6zBB'></center></pre></bdo></b><th id='n6zBB'></th></span></q></dt></tr></i><div id='n6zBB'><tfoot id='n6zBB'></tfoot><dl id='n6zBB'><fieldset id='n6zBB'></fieldset></dl></div>

                  <small id='n6zBB'></small><noframes id='n6zBB'>

                • 本文介绍了在 Hadoop 伪分布式模式下充分利用所有内核的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我在我的 4 核笔记本电脑上以伪分布式模式运行任务.如何确保所有核心都得到有效使用.目前,我的作业跟踪器显示一次只执行一项作业.这是否意味着只使用一个核心?

                  I am running a task in pseudo-distributed mode on my 4 core laptop. How can I ensure that all cores are effectively used. Currently my job tracker shows that only one job is executing at a time. Does that mean only one core is used?

                  以下是我的配置文件.

                  conf/core-site.xml:

                  conf/core-site.xml:

                  <configuration>
                     <property>
                         <name>fs.default.name</name>
                         <value>hdfs://localhost:9000</value>
                     </property>
                   </configuration>
                  

                  conf/hdfs-site.xml:

                  conf/hdfs-site.xml:

                  <configuration>
                    <property>
                         <name>dfs.replication</name>
                         <value>1</value>
                    </property>
                  </configuration>
                  

                  conf/mapred-site.xml:

                  conf/mapred-site.xml:

                  <configuration>
                     <property>
                          <name>mapred.job.tracker</name>
                          <value>localhost:9001</value>  
                     </property>
                  
                  </configuration>
                  

                  根据答案,我需要在 mapred-site.xml 中添加以下属性

                  As per the answer, I need to add the following properties in mapred-site.xml

                   <property>
                       <name>mapred.map.tasks</name> 
                       <value>4</value> 
                    </property>
                    <property>
                       <name>mapred.reduce.tasks</name> 
                       <value>4</value> 
                    </property>
                  

                  推荐答案

                  mapred.map.tasksmapred.reduce.tasks 将控制这个,并且(我相信) 将在 mapred-site.xml 中设置.然而,这将这些设置为集群范围的默认值;更常见的是,您会在每个作业的基础上配置这些.您可以使用 -D

                  mapred.map.tasks and mapred.reduce.tasks will control this, and (I believe) would be set in mapred-site.xml. However this establishes these as cluster-wide defaults; more usually you would configure these on a per-job basis. You can set the same params on the java command line with -D

                  这篇关于在 Hadoop 伪分布式模式下充分利用所有内核的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:火花 java.lang.StackOverflowError 下一篇:映射中键的类型不匹配:预期 org.apache.hadoop.io.Te

                  相关文章

                  最新文章

                • <small id='jNUYY'></small><noframes id='jNUYY'>

                    <bdo id='jNUYY'></bdo><ul id='jNUYY'></ul>
                  1. <tfoot id='jNUYY'></tfoot>

                    <i id='jNUYY'><tr id='jNUYY'><dt id='jNUYY'><q id='jNUYY'><span id='jNUYY'><b id='jNUYY'><form id='jNUYY'><ins id='jNUYY'></ins><ul id='jNUYY'></ul><sub id='jNUYY'></sub></form><legend id='jNUYY'></legend><bdo id='jNUYY'><pre id='jNUYY'><center id='jNUYY'></center></pre></bdo></b><th id='jNUYY'></th></span></q></dt></tr></i><div id='jNUYY'><tfoot id='jNUYY'></tfoot><dl id='jNUYY'><fieldset id='jNUYY'></fieldset></dl></div>

                    1. <legend id='jNUYY'><style id='jNUYY'><dir id='jNUYY'><q id='jNUYY'></q></dir></style></legend>