Horje
"disk usage" and "bash" and "linux" and "hdfs" Code Example
"disk usage" and "bash" and "linux" and "hdfs"
yarn application -list \
  -appTypes SPARK \   # filter by application type (e.g. MAPREDUCE)
  -appStates ALL \    # filter by state (e.g. SUBMITTED, ACCEPTED, RUNNING, FINISHED, FAILED, KILLED)
  | sort \            # sort (applicationIds are incremental)
  | tail              # show last 10
"disk usage" and "bash" and "linux" and "hdfs"
cat /etc/hadoop/conf/mapred-site.xml | grep -n1 mapreduce.jobhistory.webapp.https.address
cat /etc/spark/conf/spark-defaults.conf | grep spark.yarn.historyServer




Shell

Related
install php 7.4   nginx  ubuntu Code Example install php 7.4 nginx ubuntu Code Example
wget -O /etc/enigma2/iptv.sh Code Example wget -O /etc/enigma2/iptv.sh Code Example
upload folder to glitch Code Example upload folder to glitch Code Example
why is do I need to upload my password 3 times git Code Example why is do I need to upload my password 3 times git Code Example
error couldn't install package pillow big sur Code Example error couldn't install package pillow big sur Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10