Jump to: navigation, search

Difference between revisions of "Sahara/ReleaseNotes/Icehouse"

(Created page with "TBD")
 
Line 1: Line 1:
TBD
+
=== New Project Name ===
 +
'''Sahara''' project was known as '''Savanna''' until March 2014, when the project was renamed to avoid trademark issues.
 +
 
 +
=== Key New Features ===
 +
* '''Sahara in DevStack''': Sahara will be installed with the DevStack if you add "ENABLED_SERVICES+=,swift" line to your localrc.
 +
* '''Integration with Heat''': Heat is now supported as a provisioning engine. When the engine is enabled Heat manages all the infrastructure: instances, floating IPs, volumes, etc.
 +
* '''Hadoop 2''': Vanilla and HDP plugins now support Hadoop 2.
 +
* '''New actions in EDP''': MapReduce.Streaming and Java actions are now supported.
 +
* '''CLI client''': python-saharaclient provides CLI interface along with Python bindings.
 +
 
 +
=== Known Issues ===
 +
* [https://bugs.launchpad.net/sahara/+bug/1308541 Bug 1308541] Sahara does not work with Nova-Network if ''auto_assign_floating_ip=False'' in nova.conf.
 +
* [https://bugs.launchpad.net/sahara/+bug/1307960 Bug 1307960] Broken validation prevents job execution on transient clusters with some probability.

Revision as of 13:41, 16 April 2014

New Project Name

Sahara project was known as Savanna until March 2014, when the project was renamed to avoid trademark issues.

Key New Features

  • Sahara in DevStack: Sahara will be installed with the DevStack if you add "ENABLED_SERVICES+=,swift" line to your localrc.
  • Integration with Heat: Heat is now supported as a provisioning engine. When the engine is enabled Heat manages all the infrastructure: instances, floating IPs, volumes, etc.
  • Hadoop 2: Vanilla and HDP plugins now support Hadoop 2.
  • New actions in EDP: MapReduce.Streaming and Java actions are now supported.
  • CLI client: python-saharaclient provides CLI interface along with Python bindings.

Known Issues

  • Bug 1308541 Sahara does not work with Nova-Network if auto_assign_floating_ip=False in nova.conf.
  • Bug 1307960 Broken validation prevents job execution on transient clusters with some probability.