Wednesday, May 31, 2023

emr commands

 aws emr list-clusters --active


aws emr list-clusters --created-after CURRENT-TIME

aws emr describe-cluster --cluster-id CLUSTER-ID

 yarn application -list -appStates RUNNING

yarn application -list -appStates ALL

yarn application -list

yarn application -kill application_1686887631130_0088

yarn logs -applicationId  application_1686023660593_0058 > mrr.log

yarn application -status application_1686887631130_0099

yarn top



KQL OPER

  Understanding KQL Operators Let's take a look at Kusto Query Language (KQL) operators and how they can help build powerful queries. Un...