当前位置:网站首页>Yan reported an error: could not find any valid local directory for nmprivate/
Yan reported an error: could not find any valid local directory for nmprivate/
2022-07-28 10:46:00 【Data analyst shrimp】
reason :
yarn.nodemanager.local-dirs and hadoop Of hadoop.tmp.dir The file location corresponding to the parameter is inconsistent
terms of settlement :
take hdfs-site.xml in hadoop.tmp.dir Properties and yarn-site.xml Medium yarn.nodemanager.local-dirs Property set to the same path
Example
hdfs-site.xml
<property>
<name>hadoop.tmp.dir</name>
<value>/home/suddev/dev/bd/app/tmp</value>
</property>
yarn-site.xml
<property>
<name>yarn.nodemanager.local-dirs</name>
<value>/home/suddev/dev/bd/app/tmp</value>
</property>
And then restart dfs and Yarn
./stop-dfs.sh
./stop-yarn.sh
./start-dfs.sh
./start-yarn.sh
边栏推荐
猜你喜欢

7、MapReduce自定义排序实现

Machine learning -- handwritten English alphabet 1 -- classification process
Advanced C language: pointer (1)
c语言进阶篇:指针(一)

7. MapReduce custom sorting implementation

SemEval 2022 | 将知识引入NER系统,阿里达摩院获最佳论文奖

PyQt5快速开发与实战 4.13 菜单栏、工具栏与状态栏 and 4.14 QPrinter

GKCylindersNoiseSource

最短路专题

SQL Server 2016 learning records - single table query
随机推荐
Machine learning -- handwritten English alphabet 1 -- classification process
GKNoise
GKSphereObstacle
7、MapReduce自定义排序实现
Read write separation standby backup error
GKNoiseMap
ACM winter vacation training 4
SDUT 2446 final ranking
Start from scratch blazor server (2) -- consolidate databases
GKNoiseSource
GKConstantNoiseSource
Sleeping barber problem
Test question discovery ring of previous test questions
An example of SQL trace in MySQL
SQL Server 2016学习记录 --- 单表查询
8. Detailed explanation of yarn system architecture and principle
Alibaba cloud image address
Chapter 1: cross end development of small programs of uniapp ----- create a uniapp project
8、Yarn系统架构与原理详解
ACM寒假集训#7