openstack-manuals/doc/common-rst/get_started_sahara.rst
KATO Tomoyuki ba18c30116 Exclude unused files from sphinx build
To reduce publication files and facilitate translation,
exclude unnecessary files explicitly.

Change-Id: I0bd259cc94c6fa1c5b01def3b44b8cd1b072207f
2016-01-02 11:59:16 +09:00

1.3 KiB

OpenStack Data processing service

The Data processing service for OpenStack (sahara) aims to provide users with a simple means to provision data processing (Hadoop, Spark) clusters by specifying several parameters like Hadoop version, cluster topology, node hardware details and a few more. After a user fills in all the parameters, the Data processing service deploys the cluster in a few minutes. Sahara also provides a means to scale already provisioned clusters by adding or removing worker nodes on demand.

The solution addresses the following use cases:

  • Fast provisioning of Hadoop clusters on OpenStack for development and QA.
  • Utilization of unused compute power from general purpose OpenStack IaaS cloud.
  • Analytics-as-a-Service for ad-hoc or bursty analytic workloads.

Key features are:

  • Designed as an OpenStack component.
  • Managed through REST API with UI available as part of OpenStack dashboard.
  • Support for different Hadoop distributions:
    • Pluggable system of Hadoop installation engines.
    • Integration with vendor specific management tools, such as Apache Ambari or Cloudera Management Console.
  • Predefined templates of Hadoop configurations with the ability to modify parameters.
  • User-friendly UI for ad-hoc analytics queries based on Hive or Pig.