Author: stevel
Date: Mon Feb 2 16:33:02 2015
New Revision: 1656514
URL: http://svn.apache.org/r1656514
Log:
updating 0.70 release notes
Modified:
incubator/slider/site/trunk/content/release_notes/release-0.70.0.md
Modified: incubator/slider/site/trunk/content/release_notes/release-0.70.0.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/release_notes/release-0.70.0.md?rev=1656514&r1=1656513&r2=1656514&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/release_notes/release-0.70.0.md
(original)
+++ incubator/slider/site/trunk/content/release_notes/release-0.70.0.md Mon Feb
2 16:33:02 2015
@@ -15,9 +15,9 @@
limitations under the License.
-->
-# Apache Slider Release 0.60.0 (incubating)
+# Apache Slider Release 0.70.0 (incubating)
-February 2014
+**February 2014**
This release is built against Apache Hadoop 2.6.0, HBase 0.98.4 and Accumulo
1.6.1
@@ -42,8 +42,8 @@ Master to clients. The draft design is [
The 0.70 release contains the foundational read-only view of this API.
Look at the code in `org.apache.slider.client.rest`, in particular
-the API client, `SliderApplicationAPI`, and `RestClientFactory` âwhich
-builds an instance of `SliderApplicationAPI` bonded to an application located
+the API client, `SliderApplicationApi`, and `RestClientFactory` âwhich
+builds an instance of `SliderApplicationApi` bonded to an application located
in the Zookeeper-based YARN registry.
It is impossible
@@ -57,11 +57,8 @@ the Slider Application Master. This can
*warning* : once set, anyone on the cluster can issue side-effecting operations
against the cluster, such as the `stop` operation.
-To complement the application master, a new class
-`org.apache.slider.client.rest.SliderApplicationAPI` is being developed to
-provide a Java-API view of the resources. We hope ultimately to switch
-to this API as the sole communication mechanism between (any) client and
-a running Slider Application Master.
+We hope ultimately to switch to this REST API as the sole communication
+mechanism between (any) client and a running Slider Application Master.
## Other changes