diff --git a/doc/source/userdoc/features.rst b/doc/source/userdoc/features.rst index 2657a06e..bef8f25b 100644 --- a/doc/source/userdoc/features.rst +++ b/doc/source/userdoc/features.rst @@ -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 | ++--------------------------+---------+--------------+----------+ diff --git a/doc/source/userdoc/plugins.rst b/doc/source/userdoc/plugins.rst index 6d194fd7..eb4924b2 100644 --- a/doc/source/userdoc/plugins.rst +++ b/doc/source/userdoc/plugins.rst @@ -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