Member since
06-02-2021
1
Post
1
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2878 | 06-24-2024 11:53 PM |
06-24-2024
11:53 PM
1 Kudo
This problem looks to be duplicate of solution proposed here, https://community.cloudera.com/t5/Support-Questions/Problem-starting-a-nodemanager/m-p/40657/highlight/true#M39880 Other ways, you can configure Hadoop to use a different directory for its temporary files. This can be done by setting the hadoop.tmp.dir configuration property in the Hadoop configuration files (core-site.xml).
... View more