当前位置:网站首页>Yarn报错:Exception message: /bin/bash: line 0: fg: no job control
Yarn报错:Exception message: /bin/bash: line 0: fg: no job control
2022-07-28 10:16:00 【数据分析师虾米】
Exception message: /bin/bash: line 0: fg: no job control
这个错误是 本地idea跨平台远程调试hadoop集群出现的,在使用windows调用Hadoop yarn平台的时候都会出现类似的错误
方法一: 去把集群中的mapred-site配置添加
方法二:
Configuration conf = new Configuration();
conf.set(“mapreduce.app-submission.cross-platform”“true”);//意思是跨平台提交,在windows下如果没有这句代码会报错 “/bin/bash: line 0: fg: no job control”,去网上搜答案很多都说是linux和windows环境不同导致的一般都是修改YarnRunner.java,但是其实添加了这行代码就可以了。
边栏推荐
- string matching
- 12. Double pointer -- merge two ordered linked lists
- 集群为什么需要root权限
- QT generation Exe file and run without QT environment (enigma virtual box for green executable software packaging) graphic tutorial
- ogg参数filter的使用问题【急】
- Alibaba cloud image address
- Shortest path topic
- Codeforces Round #614 (Div. 2) A. ConneR and the A.R.C. Markland-N
- 【微信小程序】项目实战—抽签应用
- 第一篇:UniAPP的小程序跨端开发-----创建uniapp项目
猜你喜欢

Typora使用教程

Install Office customization. Troubleshooting during installation

ACM winter vacation training 5

AP Autosar平台设计 3架构

SQL Server 2016 learning records - connection query

Shortest path topic

6. Double pointer -- the sum of the two numbers of the incremental array is equal to the target number

机器学习--手写英文字母1--分类流程
![[wechat applet] project practice - lottery application](/img/7b/a0545f077259b3dc971dc246813177.png)
[wechat applet] project practice - lottery application
![Database security - create login user + configure permissions [notes]](/img/02/0c3eb542593e8e0a3a62db75c52850.png)
Database security - create login user + configure permissions [notes]
随机推荐
C language input string with spaces
Bitwise and, or, XOR and other operation methods
Problem summary file
数据库安全 --- 创建登录名 用户+配置权限【笔记】
SQL Server 2016 learning records - View
Deadlock algorithm: banker algorithm and security algorithm
pt-kill 查询中包含中文字符 导致工具失效的排查
C language secondary pointer explanation and example code
Implement a queue with two stacks [C language]
指令系统超全知识点详解
中兴通讯:5nm 5G基站芯片正在技术导入!
SQL Server 2016 learning record - Data Definition
8、Yarn系统架构与原理详解
Sleeping barber problem
SDUT Round #9 2020-新春大作战
Lucene 查询语法备忘
India plans to ban China Telecom equipment! Can we really do without Huawei and ZTE?
7. Dichotomy -- find a set of repeated or ordered but rotating arrays
Chapter 1: cross end development of small programs of uniapp ----- create a uniapp project
Idea packages jar packages and runs jar package commands