Jump to: navigation, search

Difference between revisions of "Sahara/ReleaseNotes/Icehouse"

(Created page with "TBD")
 
 
(3 intermediate revisions by one other user not shown)
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+=,sahara'' 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 for both provisioning and EDP.
 +
* '''New EDP actions''': MapReduce.Streaming and Java actions are now supported.
 +
* '''CLI client''': python-saharaclient now 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.

Latest revision as of 13:49, 17 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+=,sahara 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 for both provisioning and EDP.
  • New EDP actions: MapReduce.Streaming and Java actions are now supported.
  • CLI client: python-saharaclient now 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.