Yarn常用命令总结
Yarn常用命令总结
1>.查看任务列表
[root@storage101 ~]# yarn application -list
19/02/08 11:51:02 INFO client.RMProxy: Connecting to ResourceManager at storage101.aggrx/10.1.3.101:8032
Total number of applications (application-types: [] and states: [SUBMITTED, ACCEPTED, RUNNING]):2
Application-Id Application-Name Application-Type User Queue State Final-State Progress Tracking-URL
application_1549585395672_0005 com.sarrs.streaming.BlackUserStreamingNew5 SPARK root root.users.root RUNNING UNDEFINED 10% http://10.1.3.113:36517
application_1549585395672_0006 doc_join_mapreduce MAPREDUCE root root.users.root ACCEPTED UNDEFINED 0% N/A
[root@storage101 ~]#
[root@storage101 ~]# yarn application -list
[root@storage101 ~]# yarn application -list -appStates ALL
19/02/08 12:08:22 INFO client.RMProxy: Connecting to ResourceManager at storage101.aggrx/10.1.3.101:8032
Total number of applications (application-types: [] and states: [NEW, NEW_SAVING, SUBMITTED, ACCEPTED, RUNNING, FINISHED, FAILED, KILLED]):6
Application-Id Application-Name Application-Type User Queue State Final-State Progress Tracking-URL
application_1549585395672_0001 com.sarrs.streaming.BlackUserStreamingNew5 SPARK root root.users.root KILLED KILLED 100% http://storage101.aggrx:8088/cluster/app/application_1549585395672_0001
application_1549585395672_0002 doc_join_mapreduce MAPREDUCE root root.users.root FINISHED SUCCEEDED 100% http://storage101.aggrx:19888/jobhistory/job/job_1549585395672_0002
application_1549585395672_0005 com.sarrs.streaming.BlackUserStreamingNew5 SPARK root root.users.root RUNNING UNDEFINED 10% http://10.1.3.113:36517
application_1549585395672_0006 doc_join_mapreduce MAPREDUCE root root.users.root ACCEPTED UNDEFINED 0% N/A
application_1549585395672_0003 com.sarrs.streaming.BlackUserStreamingNew5 SPARK root root.users.root FINISHED SUCCEEDED 100% http://storage101.aggrx:18088/history/application_1549585395672_0003/1
application_1549585395672_0004 doc_join_mapreduce MAPREDUCE root root.users.root FINISHED SUCCEEDED 100% http://storage101.aggrx:19888/jobhistory/job/job_1549585395672_0004
[root@storage101 ~]#
[root@storage101 ~]# yarn application -list -appStates ALL
2>.查看yarn的日志
3>.
未完待续.....
Yarn常用命令总结的更多相关文章
- npm与yarn常用命令对比
最近在用yarn,但是命令老是记不住,在此记录,方便日后翻看 图片截取自:http://yuanhehe.cn/2017/06/11/npm-%E4%B8%8E-Yarn-%E5%B8%B8%E7%9 ...
- yarn 常用命令(基于vue框架)
初始化项目 yarn add init 安装vue yarn add vue 安装webpack,webpack-dev-server(是一个小型的Node.js Express服务器) yarn a ...
- yarn 常用命令
1.安装 yarn npm install yarn -g 2.卸载yarn npm uninstall yarn -g
- 一图一知-NPM&YARN常用命令
- [sqoop1.99.7] sqoop入门-下载、安装、运行和常用命令
一.简介 Apache Sqoop is a tool designed for efficiently transferring data betweeen structured, semi-str ...
- npm常用命令及版本号浅析
npm 包管理器的常用命令 测试环境为node>=8.1.3&&npm>=5.0.3 1, 首先是安装命令 //全局安装 npm install 模块名 -g //本地安装 ...
- Hadoop学习之路(七)Hadoop集群shell常用命令
Hadoop常用命令 启动HDFS集群 [hadoop@hadoop1 ~]$ start-dfs.sh Starting namenodes on [hadoop1] hadoop1: starti ...
- ReactNative常用命令
常用命令整理备忘 创建项目: react-native init myProject 安装RN初始化命令: yarn add react-native-cli 引用组件: npm install re ...
- hadoop伪分布模式的配置和一些常用命令
大数据的发展历史 3V:volume.velocity.variety(结构化和非结构化数据).value(价值密度低) 大数据带来的技术挑战 存储容量不断增加 获取有价值的信息的难度:搜索.广告.推 ...
随机推荐
- django---一对多和多对多字段的操作训练
建表准备: django项目models.py建表 from django.db import models class Myclass(models.Model): cname = models.C ...
- fpm 打包教程
常用yum命令: Yum安装时需要安装到指定的文件夹,则需要 --installroot yum install --installroot=/usr/src/ vim 常用rpm命令: 常用yum仓 ...
- Codeforces Round #468 Div. 1
D:首先考虑如果给定白棋位置,如何判断胜负.黑棋获胜需要四个方向都有能贴上白棋的棋子.由于每一轮都必须移动,显然先对平面黑白染色一下,只有与白棋所在格异色的黑棋才需要考虑.考虑让一个黑棋去贴上白棋某个 ...
- 解决Altera家的ROM仿真数据一直为0
BUG现象 各种配置都正确,但ROM就是不出数据,输出一直为零. 解决方式 对于rom的仿真,要更改生成的rom文件的一个地方,主要是由于相对路径与绝对路径的问题. 所以最简单的解决方法是把mif文件 ...
- django 配置邮件发送 send_email
导入 send_email 所用方法导入 from django.core.mail import send_mail 因为使用的需要指明 发送人 所以要把 setting.py 中的 EMAIL_F ...
- 爬虫_猫眼电影top100(正则表达式)
代码查看码云
- 「AtCoder Grand018A」Getting Difference(GCD)
题目链接A - Getting Difference 题意 有n(1~\(10^5\))个数\(A_i\) (1~\(10^9\)),每次选两个数,将它们的差的绝对值加入这堆数.问k(1~\(10^9 ...
- bit、Byte、bps、Bps、pps、Gbps的单位详细说明及换算
1. bit 电脑记忆体中最小的单位,在二进位电脑系统中,每1bit 可以代表0 或 1 的数位讯号. 2. Byte 字节单位,一般表示存储介质大小的单位,一个B(常用大写的B来表示Byte)可代表 ...
- iptables(3)
----------------------------iptables企业应用 ****************************单机防火墙列表#!/bin/bash#============ ...
- Centos7之Gcc安装
1下载Gcc包进行安装https://gcc.gnu.org 下载下来的是一个包文件,但是要进行一系列的编译安装,听麻烦的. 不如直接使用这个yum来从网络上进行安装. 2 yumyum instal ...