You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2014/08/22 20:24:19 UTC

git commit: Update site for 0.3.0-incubating release.

Repository: incubator-twill
Updated Branches:
  refs/heads/site d270f6549 -> 0004452d8


Update site for 0.3.0-incubating release.

Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/0004452d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/0004452d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/0004452d

Branch: refs/heads/site
Commit: 0004452d8fc45970336812880af25dff4ce7a5cd
Parents: d270f65
Author: Terence Yim <te...@continuuity.com>
Authored: Fri Aug 22 11:24:11 2014 -0700
Committer: Terence Yim <te...@continuuity.com>
Committed: Fri Aug 22 11:24:11 2014 -0700

----------------------------------------------------------------------
 src/site/markdown/GettingStarted.md            |  6 +-
 src/site/markdown/releases/0.3.0-incubating.md | 61 +++++++++++++++++++++
 src/site/site.xml                              |  1 +
 3 files changed, 65 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/0004452d/src/site/markdown/GettingStarted.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/GettingStarted.md b/src/site/markdown/GettingStarted.md
index 7967c2e..684d5f5 100644
--- a/src/site/markdown/GettingStarted.md
+++ b/src/site/markdown/GettingStarted.md
@@ -28,7 +28,7 @@ For your application module
 <dependency>
     <groupId>org.apache.twill</groupId>
     <artifactId>twill-api</artifactId>
-    <version>0.2.0-incubating</version>
+    <version>0.3.0-incubating</version>
 </dependency>
 ```
 
@@ -38,7 +38,7 @@ For the your Apache Twill YARN client module
 <dependency>
     <groupId>org.apache.twill</groupId>
     <artifactId>twill-yarn</artifactId>
-    <version>0.2.0-incubating</version>
+    <version>0.3.0-incubating</version>
 </dependency>
 ```
 
@@ -146,4 +146,4 @@ You can also stop the application through the `TwillController`:
 controller.stop().get();
 ```
 
-This will shut down the application master and all the containers.
\ No newline at end of file
+This will shut down the application master and all the containers.

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/0004452d/src/site/markdown/releases/0.3.0-incubating.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/releases/0.3.0-incubating.md b/src/site/markdown/releases/0.3.0-incubating.md
new file mode 100644
index 0000000..0d0555a
--- /dev/null
+++ b/src/site/markdown/releases/0.3.0-incubating.md
@@ -0,0 +1,61 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<head>
+  <title>Apache Twill Release 0.3.0-incubating</title>
+</head>
+
+### Release Notes - Apache Twill - 0.3.0-incubating
+
+#### New Features:
+  * [TWILL-70](https://issues.apache.org/jira/browse/TWILL-70) A an option to debug runnables
+  * [TWILL-74](https://issues.apache.org/jira/browse/TWILL-74) Added authentication and ACL support to ZKClient.
+  * [TWILL-76](https://issues.apache.org/jira/browse/TWILL-76) Expose LocationFactory from Location
+
+#### Bug fixes:
+  * [TWILL-73](https://issues.apache.org/jira/browse/TWILL-73) Unable to allocate small container after large container has been acquired
+  * [TWILL-75](https://issues.apache.org/jira/browse/TWILL-75) Fix race condition in the InMemoryDiscoveryService that would raise concurrent modification exception
+  * [TWILL-79](https://issues.apache.org/jira/browse/TWILL-79) Kafka publisher should be aware of changes in broker list
+  * [TWILL-81](https://issues.apache.org/jira/browse/TWILL-81) Use user home directory as the base directory to construct default location factory in YarnTwillRunnerService
+  * [TWILL-82](https://issues.apache.org/jira/browse/TWILL-82) Upgrade to ASM5 to support Java8
+
+### Project dependencies
+
+#### Maven
+For your application module
+
+```xml
+<dependency>
+    <groupId>org.apache.twill</groupId>
+    <artifactId>twill-api</artifactId>
+    <version>0.3.0-incubating</version>
+</dependency>
+```
+
+For the your Apache Twill YARN client module
+
+```xml
+<dependency>
+    <groupId>org.apache.twill</groupId>
+    <artifactId>twill-yarn</artifactId>
+    <version>0.3.0-incubating</version>
+</dependency>
+```
+
+### Source tar-ball download
+[Source and signatures](https://dist.apache.org/repos/dist/release/incubator/twill/0.3.0-incubating/src)

http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/0004452d/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 577f648..1e256fc 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -46,6 +46,7 @@
         </menu>
 
         <menu name="Releases">
+            <item name="0.3.0-incubating" href="./releases/0.3.0-incubating.html"/>
             <item name="0.2.0-incubating" href="./releases/0.2.0-incubating.html"/>
         </menu>