Introduction Apache Hadoop YARN is the processing layer for managing distributed applications that run on multiple machines in a network. YARN FeaturesYARN enables you to manage resources and schedule jobs in Hadoop. YARN Unsupported FeaturesThe following YARN features are not supported in Cloudera Data Platform.Understanding YARN architectureYARN allows you to use various data processing engines for batch, interactive, and real-time stream processing of data stored in HDFS or cloud storage like S3 and ADLS. You can use different processing frameworks for different use-cases, for example, you can run Hive for SQL applications, Spark for in-memory applications, and Storm for streaming applications, all on the same Hadoop cluster.