Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 574 Bytes

deploy-mode.md

File metadata and controls

31 lines (21 loc) · 574 Bytes
description
Yarn and Cluster

Deploy Mode

Deploy Mode Client

--deploy-mode client

Deploy Mode Cluster

--deploy-mode cluster

Job Stuck in ACCEPTED State

yarn.Client: Application report for application_1557720962505_0085 (state: ACCEPTED)
yarn.Client: Application report for application_1557720962505_0085 (state: ACCEPTED)

If running in cluster mode make sure you are passing in the below

--deploy-mode cluster
--master yarn         # or spark master
-h 123.45.6.77:2181   # host to owl metastore