Merge "Add Spark to overview and feature matrix"
This commit is contained in:
commit
9d7067e627
@ -186,6 +186,8 @@ The following features are supported in the new Heat engine:
|
||||
+-----------------------------------------+-------------------------+-----------------------------------------+
|
||||
| HDP plugin provisioning | Implemented | |
|
||||
+-----------------------------------------+-------------------------+-----------------------------------------+
|
||||
| Spark plugin provisioning | TBD | |
|
||||
+-----------------------------------------+-------------------------+-----------------------------------------+
|
||||
| Cluster scaling | Implemented | |
|
||||
+-----------------------------------------+-------------------------+-----------------------------------------+
|
||||
| Cluster rollback | Implemented | |
|
||||
@ -209,20 +211,20 @@ Plugin Capabilities
|
||||
-------------------
|
||||
The below tables provides a plugin capability matrix:
|
||||
|
||||
+--------------------------+---------+--------------+
|
||||
| | Plugin |
|
||||
| +---------+--------------+
|
||||
| Feature | Vanilla | HDP |
|
||||
+==========================+=========+==============+
|
||||
| Nova and Neutron network | x | x |
|
||||
+--------------------------+---------+--------------+
|
||||
| Cluster Scaling | x | Scale Up |
|
||||
+--------------------------+---------+--------------+
|
||||
| Swift Integration | x | x |
|
||||
+--------------------------+---------+--------------+
|
||||
| Cinder Support | x | x |
|
||||
+--------------------------+---------+--------------+
|
||||
| Data Locality | x | x |
|
||||
+--------------------------+---------+--------------+
|
||||
| EDP | x | x |
|
||||
+--------------------------+---------+--------------+
|
||||
+--------------------------+---------+--------------+----------+
|
||||
| | Plugin |
|
||||
| +---------+--------------+----------+
|
||||
| Feature | Vanilla | HDP | Spark |
|
||||
+==========================+=========+==============+==========+
|
||||
| Nova and Neutron network | x | x | x |
|
||||
+--------------------------+---------+--------------+----------+
|
||||
| Cluster Scaling | x | Scale Up | TBD |
|
||||
+--------------------------+---------+--------------+----------+
|
||||
| Swift Integration | x | x | TBD |
|
||||
+--------------------------+---------+--------------+----------+
|
||||
| Cinder Support | x | x | x |
|
||||
+--------------------------+---------+--------------+----------+
|
||||
| Data Locality | x | x | x |
|
||||
+--------------------------+---------+--------------+----------+
|
||||
| EDP | x | x | TBD |
|
||||
+--------------------------+---------+--------------+----------+
|
||||
|
@ -2,8 +2,9 @@ Provisioning Plugins
|
||||
====================
|
||||
|
||||
This page lists all available provisioning plugins. In general a plugin
|
||||
enables Sahara to deploy a specific Hadoop version/distribution in
|
||||
various topologies and with management/monitoring tools.
|
||||
enables Sahara to deploy a specific data intensive application (Hadoop, Spark)
|
||||
distribution in various topologies and with management/monitoring tools.
|
||||
|
||||
* :doc:`vanilla_plugin` - deploys Vanilla Apache Hadoop
|
||||
* :doc:`hdp_plugin` - deploys Hortonworks Data Platform
|
||||
* :doc:`spark_plugin` - deploys Apache Spark with Cloudera HDFS
|
||||
|
Loading…
Reference in New Issue
Block a user