- ALLOCATOR_SLEEP_MS - Static variable in class org.apache.samza.config.YarnConfig
-
Sleep interval for the allocator thread in milliseconds
- AM_CONTAINER_LABEL - Static variable in class org.apache.samza.config.YarnConfig
-
Label to request from YARN for running the AM
- AM_CONTAINER_MAX_CPU_CORES - Static variable in class org.apache.samza.config.YarnConfig
-
Number of CPU cores to request from YARN for running the AM
- AM_CONTAINER_MAX_MEMORY_MB - Static variable in class org.apache.samza.config.YarnConfig
-
Memory, in megabytes, to request from YARN for running the AM
- AM_JAVA_HOME - Static variable in class org.apache.samza.config.YarnConfig
-
(Optional) JAVA_HOME path for Samza AM
- AM_JMX_ENABLED - Static variable in class org.apache.samza.config.YarnConfig
-
Determines whether a JMX server should be started on the AM
Default: true
- AM_JVM_OPTIONS - Static variable in class org.apache.samza.config.YarnConfig
-
(Optional) JVM options to include in the command line when executing the AM
- AM_POLL_INTERVAL_MS - Static variable in class org.apache.samza.config.YarnConfig
-
Determines the interval for the Heartbeat between the AM and the Yarn RM
- amContainerId - Variable in class org.apache.samza.job.yarn.YarnAppState
-
Id of the AM container (as allocated by the RM)
Used for displaying in the AM UI.
- appAttemptId - Variable in class org.apache.samza.job.yarn.YarnAppState
-
Application Attempt Id as provided by Yarn
Used for displaying in the AM UI.