Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Aug 7, 2024
1 parent 5e1d6d3 commit d65a929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<package>hadoop_3_3_0</package>
<package>hadoop_3_3_0-client</package>
<package>hadoop_3_3_0-libhdfs</package>
</packages>c
</packages>
</os-specific>
</os-specifics>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
<name>yarn.resourcemanager.address</name>
<value>0.0.0.0:8032</value>
<description>
The address of the applications manager interface in the
RM.
The address of the applications manager interface in the RM.
</description>
</property>
<property>
Expand Down Expand Up @@ -96,8 +95,7 @@
</property>
<property>
<name>yarn.application.classpath</name>
<value>
${hadoop_conf_dir!},${hadoop_home!}/*,${hadoop_home!}/lib/*,${hadoop_hdfs_home!}/*,${hadoop_hdfs_home!}/lib/*,${hadoop_yarn_home!}/*,${hadoop_yarn_home!}/lib/*</value>
<value>${hadoop_conf_dir!},${hadoop_home!}/*,${hadoop_home!}/lib/*,${hadoop_hdfs_home!}/*,${hadoop_hdfs_home!}/lib/*,${hadoop_yarn_home!}/*,${hadoop_yarn_home!}/lib/*</value>
<description>Classpath for typical applications.</description>
</property>
<property>
Expand Down

0 comments on commit d65a929

Please sign in to comment.