Jump to: navigation, search

Difference between revisions of "Sahara/ReleaseNotes/Icehouse"

Line 3: Line 3:
  
 
=== Key New Features ===
 
=== Key New Features ===
* '''Sahara in DevStack''': Sahara will be installed with the DevStack if you add "ENABLED_SERVICES+=,swift" line to your localrc.
+
* '''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.
 
* '''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.
 
* '''Hadoop 2''': Vanilla and HDP plugins now support Hadoop 2.
* '''New actions in EDP''': MapReduce.Streaming and Java actions are now supported.
+
* '''New EDP actions''': MapReduce.Streaming and Java actions are now supported.
* '''CLI client''': python-saharaclient provides CLI interface along with Python bindings.
+
* '''CLI client''': python-saharaclient now provides CLI interface along with Python bindings.
  
 
=== Known Issues ===
 
=== 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/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.
 
* [https://bugs.launchpad.net/sahara/+bug/1307960 Bug 1307960] Broken validation prevents job execution on transient clusters with some probability.

Revision as of 18:05, 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+=,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.
  • 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.