当前位置:网站首页>Yan reports an error: exception message: /bin/bash: line 0: fg: no job control
Yan reports an error: exception message: /bin/bash: line 0: fg: no job control
2022-07-28 10:46:00 【Data analyst shrimp】
Exception message: /bin/bash: line 0: fg: no job control
The mistake is Local idea Cross platform remote debugging hadoop The emergence of clusters , In the use of windows call Hadoop yarn Similar errors will occur in the platform
Method 1 : Go to the cluster mapred-site Configuration add
Method 2 :
Configuration conf = new Configuration();
conf.set(“mapreduce.app-submission.cross-platform”“true”);// It means cross platform submission , stay windows If there is no such code, an error will be reported “/bin/bash: line 0: fg: no job control”, Go online and search for answers. Many people say yes linux and windows Changes are generally caused by different environments YarnRunner.java, But actually, just add this line of code .
边栏推荐
猜你喜欢
Advanced C language: pointer (1)

GKCylindersNoiseSource

SQL Server 2016 learning record - Data Definition

7. MapReduce custom sorting implementation

AP Autosar平台设计 3架构

AP AUTOSAR platform design 1-2 introduction, technical scope and method

ACM寒假集训#5

GKRidgedNoiseSource
![Database security - create login user + configure permissions [notes]](/img/02/0c3eb542593e8e0a3a62db75c52850.png)
Database security - create login user + configure permissions [notes]

Batch Normlization
随机推荐
GKCoherentNoiseSource
Shortest path topic
Andorid development
Characteristics and installation of non relational database mongodb
django-celery-redis异步发邮件
GKCircleObstacle
20200229训练赛 L2 - 2 树种统计 (25分)
GKRandomSource
20200229 training match L1 - 2 delete the substring in the string (20 points)
Codeforces Round #614 (Div. 2) B. JOE is on TV!
Inside story of Wu xiongang being dismissed by arm: did the establishment of a private investment company harm the interests of shareholders?
GKVoronoiNoiseSource
7. MapReduce custom sorting implementation
第11届蓝桥杯本科组校赛(20200321)
GKCircleObstacle
Database security - create login user + configure permissions [notes]
PyQt5快速开发与实战 4.13 菜单栏、工具栏与状态栏 and 4.14 QPrinter
GKNoiseMap
粒子群解决tsp的技术问题
C语言 输入带空格的字符串