Chapter 1. Introduction
Hortonworks Data Platform supports Apache Spark 1.4.1, a fast, large-scale data processing engine.
Deep integration of Spark with YARN allows Spark to operate as a cluster tenant alongside other engines such as Hive, Storm, and HBase, all running simultaneously on a single data platform. YARN allows flexibility: you can choose the right processing tool for the job. Instead of creating and managing a set of dedicated clusters for Spark applications, you can store data in a single location, access and analyze it with multiple processing engines, and leverage your resources. In a modern data architecture with multiple processing engines using YARN and accessing data in HDFS, Spark on YARN is the leading Spark deployment mode.
Spark Features
Spark on HDP supports the following features:
Spark Core
Spark on YARN
Spark on YARN on Kerberos-enabled clusters
Spark History Server
DataFrame API
Spark MLLib
Optimized Row Columnar (ORC) files
Support for Hive 0.13.1, including the
collect_list
UDFThe ML Pipeline API in PySpark
The following features are available as technical previews:
Spark SQL
Spark Streaming
Spark Thrift Server
Dynamic Executor Allocation
SparkR
The following features and associated tools are not officially supported by Hortonworks:
Spark Standalone
GraphX
Apache Zeppelin
iPython
Spark on YARN uses YARN services for resource allocation, running Spark Executors in YARN containers. Spark on YARN supports workload management and Kerberos security features. It has two modes:
YARN-Cluster mode, optimized for long-running production jobs.
YARN-Client mode, best for interactive use such as prototyping, testing, and debugging. Spark Shell runs in YARN-Client mode only.
Table 1.1. Spark - HDP Version Support
HDP | Ambari | Spark |
---|---|---|
2.3.2 | 2.1.2 | 1.4.1 |
2.3.0 | 2.1.1 | 1.3.1 |
2.2.9 | 2.1.1 | 1.3.1 |
2.2.8 | 2.1.1 | 1.3.1 |
2.2.6 | 2.1.1 | 1.2.1 |
2.2.4 | 2.0.1 | 1.2.1 |
Table 1.2. Spark Feature Support by Version
Feature | 1.2.1 | 1.3.1 | 1.4.1 |
---|---|---|---|
Spark Core | Yes | Yes | Yes |
Spark on YARN | Yes | Yes | Yes |
Spark on YARN, Kerberos-enabled clusters | Yes | Yes | Yes |
Spark History Server | Yes | Yes | Yes |
Spark MLLib | Yes | Yes | Yes |
Hive 0.1.3, including collect_list UDF | Yes | Yes | |
ML Pipeline API (PySpark) | Yes | ||
DataFrame API | TP | Yes | |
ORC Files | TP | Yes | |
Spark SQL | TP | TP | TP |
Spark Streaming | TP | TP | TP |
Spark Thrift Server | TP | TP | |
Dynamic Executor Allocation | TP | TP | |
SparkR | TP | ||
Spark Standalone | |||
GraphX |
TP: Tech Preview