You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by do...@apache.org on 2015/12/03 18:15:06 UTC

reef git commit: [REEF-975] Remove "incubating" from http://reef.apache.org/

Repository: reef
Updated Branches:
  refs/heads/master 5ee10eec5 -> cb753d77b


[REEF-975] Remove "incubating" from http://reef.apache.org/

This change:
 * removes references to incubation from the website and readme files
 * updates links to repositories
 * fixes several broken links in wake.md

JIRA:
  [REEF-975](https://issues.apache.org/jira/browse/REEF-975)

Pull request:
  This closes #698


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/cb753d77
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/cb753d77
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/cb753d77

Branch: refs/heads/master
Commit: cb753d77bf43448d0bdcfd3e7261407f1f87a705
Parents: 5ee10ee
Author: Mariia Mykhailova <ma...@apache.org>
Authored: Wed Dec 2 16:42:30 2015 -0800
Committer: Dongjoon Hyun <do...@apache.org>
Committed: Fri Dec 4 02:12:52 2015 +0900

----------------------------------------------------------------------
 README.md                                      |  11 +++++------
 lang/java/reef-tang/README.md                  |   6 +++---
 website/pom.xml                                |   2 +-
 website/src/site/markdown/downloads.md         |  10 +++++-----
 website/src/site/markdown/index.md             |  10 +++-------
 website/src/site/markdown/mailing-list.md      |  12 ++++++------
 website/src/site/markdown/tang.md              |   6 +++---
 website/src/site/markdown/wake.md              |  10 +++++-----
 website/src/site/resources/ApacheIncubator.png | Bin 8626 -> 0 bytes
 website/src/site/resources/apache-feather.gif  | Bin 0 -> 4692 bytes
 website/src/site/resources/js/release.js       |  16 ++++++++--------
 website/src/site/site.xml                      |   8 +++-----
 12 files changed, 42 insertions(+), 49 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 015827f..1d6b846 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
-Apache REEF (incubating)
+Apache REEF&trade;
 ========================
-Apache REEF (Retainable Evaluator Execution Framework) is a scale-out
+Apache REEF&trade; (Retainable Evaluator Execution Framework) is a scale-out
 computing fabric that simplifies the development of Big Data
 applications on top of resource managers (e.g., Apache YARN and
 Mesos). For example, Azure Stream Analytics is built on REEF and
-Hadoop. Apache REEF is currently undergoing incubation at the [Apache
-Software Foundation](http://www.apache.org/).
+Hadoop.
 
 
 Online Documentation
@@ -14,11 +13,11 @@ This file will cover the very basics of compiling and testing
 REEF. Much more detailed information can be found in the following
 places:
 
-  * [The project website](http://reef.incubator.apache.org/)
+  * [The project website](http://reef.apache.org/)
   * [The project wiki](https://cwiki.apache.org/confluence/display/REEF/Home)
   
 [The developer
-mailinglist](http://reef.incubator.apache.org/mailing-list.html) is
+mailinglist](http://reef.apache.org/mailing-list.html) is
 the best way to reach REEF's developers when the above aren't
 sufficient.
 

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/lang/java/reef-tang/README.md
----------------------------------------------------------------------
diff --git a/lang/java/reef-tang/README.md b/lang/java/reef-tang/README.md
index 69fc619..6dc14c0 100644
--- a/lang/java/reef-tang/README.md
+++ b/lang/java/reef-tang/README.md
@@ -544,7 +544,7 @@ Number of plans:1
 
 InjectionPlan objects can be serialized to protocol buffers.  The following file documents their format:
 
-https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto
+https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto
 
 ### ClassHierarchy
 
@@ -554,9 +554,9 @@ Internally, in the example above, TypeHierarchy walks the class definition for T
 
 ClassHierarchy objects can be serialized to protocol buffers.  The following file documents their format:
 
-https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto
+https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto
 
 The java interfaces are available in this package:
 
-https://github.com/apache/incubator-reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types
+https://github.com/apache/reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types
 

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index 19657e8..6530a29 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -82,7 +82,7 @@ under the License.
                 <version>1.1</version>
                 <configuration>
                     <tryUpdate>true</tryUpdate>
-                    <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/reef/</pubScmUrl>
+                    <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/reef/</pubScmUrl>
                     <ignorePathsToDelete>
                         <ignorePathToDelete>apidocs/**</ignorePathToDelete>
                     </ignorePathsToDelete>

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/markdown/downloads.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/downloads.md b/website/src/site/markdown/downloads.md
index 4cb896f..93f2dfc 100644
--- a/website/src/site/markdown/downloads.md
+++ b/website/src/site/markdown/downloads.md
@@ -31,18 +31,18 @@ Choose a release version:
 <ul id="listRelease">
     <li>
         Download directly:
-        <a id="directLink" href="http://www.apache.org/dist/incubator/reef/0.13.0-incubating/apache-reef-0.13.0-incubating.tar.gz">
+        <a id="directLink" href="http://www.apache.org/dist/reef/0.13.0-incubating/apache-reef-0.13.0-incubating.tar.gz">
             apache-reef-0.13.0-incubating.tar.gz
         </a>
     </li>
     <li>
         Download from mirror:
-        <a id="mirrorLink" href="http://www.apache.org/dyn/closer.cgi/incubator/reef/0.13.0-incubating">
+        <a id="mirrorLink" href="http://www.apache.org/dyn/closer.cgi/reef/0.13.0-incubating">
         Closest Apache Mirror</a>
     </li>
     <li>
         Verification:
-        <a id="verificationLink" href="http://www.apache.org/dist/incubator/reef/0.13.0-incubating/">
+        <a id="verificationLink" href="http://www.apache.org/dist/reef/0.13.0-incubating/">
             Signatures and checksums
         </a>
         <br />
@@ -57,13 +57,13 @@ Choose a release version:
 
 If you are interested in working with the newest under-development code or contributing to REEF, you can also check out the master branch from Git:
 
-    $ git clone git://git.apache.org/incubator-reef.git
+    $ git clone git://git.apache.org/reef.git
 
 ##How to verify the integrity of the files
 
 It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read [Verifying Apache HTTP Server Releases](http://www.apache.org/info/verification.html) for more information on why you should verify our releases.
 
-The PGP signatures can be verified using [PGP](http://www.pgpi.org/) or [GPG](https://www.gnupg.org/). First download the [KEYS](http://www.apache.org/dist/incubator/reef/KEYS) as well as the `*.asc` signature file for the relevant distribution. Make sure you get these files from the [main distribution directory](http://www.apache.org/dist/incubator/reef/) rather than from a mirror. Then verify the signatures using one of the following sets of commands:
+The PGP signatures can be verified using [PGP](http://www.pgpi.org/) or [GPG](https://www.gnupg.org/). First download the [KEYS](http://www.apache.org/dist/reef/KEYS) as well as the `*.asc` signature file for the relevant distribution. Make sure you get these files from the [main distribution directory](http://www.apache.org/dist/reef/) rather than from a mirror. Then verify the signatures using one of the following sets of commands:
 
     % pgpk -a KEYS
     % pgpv downloaded_file.asc

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
index 7054d34..2a0927f 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -16,7 +16,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-#Apache REEF
+#Apache REEF&trade;
 
 ###What is REEF?
 
@@ -38,9 +38,9 @@ In that sense, our long-term vision is that REEF will mature into a Big Data App
 
 The official home for the REEF (and Tang and Wake) source code is at the Apache Software Foundation. You can check out the current code via:
 
-    $ git clone git://git.apache.org/incubator-reef.git
+    $ git clone git://git.apache.org/reef.git
 
-or directly access its GitHub page [here](https://github.com/apache/incubator-reef).
+or directly access its GitHub page [here](https://github.com/apache/reef).
 
 Detailed information about REEF and using it can be found in the [FAQ](faq.html) and the [Tutorial](https://cwiki.apache.org/confluence/display/REEF/Tutorials).
 
@@ -49,7 +49,3 @@ If you wish to contribute, start at the [Contributing](https://cwiki.apache.org/
 ###Further questions?
 
 Please visit our [Frequently Asked Questions](faq.html) page or use our [Mailing List](mailing-list.html) to send us a question!
-
-###Disclaimer
-
-Apache REEF is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/markdown/mailing-list.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/mailing-list.md b/website/src/site/markdown/mailing-list.md
index da070ca..60d16a2 100644
--- a/website/src/site/markdown/mailing-list.md
+++ b/website/src/site/markdown/mailing-list.md
@@ -27,14 +27,14 @@ under the License.
 
 This gets traffic from both the JIRAs filed on REEF as well as the general development discussions	
 
-- [Subscribe](mailto:dev-subscribe@reef.incubator.apache.org) (dev-subscribe@reef.incubator.apache.org)
-- [Unsusbscribe](mailto:dev-unsubscribe@reef.incubator.apache.org) (dev-unsubscribe@reef.incubator.apache.org)
-- [Archive](http://mail-archives.apache.org/mod_mbox/incubator-reef-dev/)
+- [Subscribe](mailto:dev-subscribe@reef.apache.org) (dev-subscribe@reef.apache.org)
+- [Unsusbscribe](mailto:dev-unsubscribe@reef.apache.org) (dev-unsubscribe@reef.apache.org)
+- [Archive](http://mail-archives.apache.org/mod_mbox/reef-dev/)
 
 ###<a name="commits"></a>Commits Mailing List
 
 This email list contains gets all commits made to REEF
 
-- [Subscribe](mailto:commits-subscribe@reef.incubator.apache.org) (commits-subscribe@reef.incubator.apache.org)
-- [Unsusbscribe](mailto:commits-unsubscribe@reef.incubator.apache.org) (commits-unsubscribe@reef.incubator.apache.org)
-- [Archive](http://mail-archives.apache.org/mod_mbox/incubator-reef-commits/)
\ No newline at end of file
+- [Subscribe](mailto:commits-subscribe@reef.apache.org) (commits-subscribe@reef.apache.org)
+- [Unsusbscribe](mailto:commits-unsubscribe@reef.apache.org) (commits-unsubscribe@reef.apache.org)
+- [Archive](http://mail-archives.apache.org/mod_mbox/reef-commits/)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/markdown/tang.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/tang.md b/website/src/site/markdown/tang.md
index 5e39ee3..5f96c1a 100644
--- a/website/src/site/markdown/tang.md
+++ b/website/src/site/markdown/tang.md
@@ -438,7 +438,7 @@ Running the program now produces a bit of additional output:
 
 InjectionPlan objects can be serialized to protocol buffers.  The following file documents their format:
 
-[https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto](https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto)
+[https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto](https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/injection_plan.proto)
 
 ###<a name="classHierarchy"></a>ClassHierarchy
 
@@ -448,9 +448,9 @@ Internally, in the example above, TypeHierarchy walks the class definition for T
 
 ClassHierarchy objects can be serialized to protocol buffers.  The following file documents their format:
 
-[https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto](https://github.com/apache/incubator-reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto)
+[https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto](https://github.com/apache/reef/blob/master/lang/java/reef-tang/tang/src/main/proto/class_hierarchy.proto)
 
 The java interfaces are available in this package:
 
-[https://github.com/apache/incubator-reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types](https://github.com/apache/incubator-reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types)
+[https://github.com/apache/reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types](https://github.com/apache/reef/tree/master/lang/java/reef-tang/tang/src/main/java/org/apache/reef/tang/types)
 

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/markdown/wake.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/wake.md b/website/src/site/markdown/wake.md
index 8ae279d..fa01eee 100644
--- a/website/src/site/markdown/wake.md
+++ b/website/src/site/markdown/wake.md
@@ -50,7 +50,7 @@ Core API
 
 ### Event Handlers
 
-Wake provides two APIs for event handler implementations.  The first is the [EventHandler](https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/EventHandler.java) interface:
+Wake provides two APIs for event handler implementations.  The first is the [EventHandler](https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/EventHandler.java) interface:
 
     public interface EventHandler<T> {
       void onNext(T value);
@@ -58,7 +58,7 @@ Wake provides two APIs for event handler implementations.  The first is the [Eve
 
 Callers of `onNext()` should assume that it is asynchronous, and that it always succeeds.  Unrecoverable errors should be reported by throwing a runtime exception (which should not be caught, and will instead take down the process).  Recoverable errors are reported by invoking an event handler that contains the appropriate error handling logic.
 
-The latter approach can be implemented by registering separate event handlers for each type of error.  However, for convenience, it is formalized in Wake's simplified version of the Rx [Observer](https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/Observer.java) interface:
+The latter approach can be implemented by registering separate event handlers for each type of error.  However, for convenience, it is formalized in Wake's simplified version of the Rx [Observer](https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/Observer.java) interface:
     
     public interface Observer<T> {
       void onNext(final T value);
@@ -74,15 +74,15 @@ We chose these invariants because they are simple and easy to enforce.  In most
 
 ### Stages
 
-Wake Stages are responsible for resource management.  The base [Stage](https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/Stage.java) interface is fairly simple:
+Wake Stages are responsible for resource management.  The base [Stage](https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/Stage.java) interface is fairly simple:
 
     public interface Stage extends AutoCloseable { }
 
-The only method it contains is `close()` from auto-closable.  This reflects the fact that Wake stages can either contain `EventHandler`s, as [EStage](https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/EStage.java) implementations do:
+The only method it contains is `close()` from auto-closable.  This reflects the fact that Wake stages can either contain `EventHandler`s, as [EStage](https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/EStage.java) implementations do:
 
     public interface EStage<T> extends EventHandler<T>, Stage { }
 
-or they can contain `Observable`s, as [RxStage](https://github.com/apache/incubator-reef/blob/master/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/RxStage.java) implementations do:
+or they can contain `Observable`s, as [RxStage](https://github.com/apache/reef/blob/master/lang/java/reef-wake/wake/src/main/java/org/apache/reef/wake/rx/RxStage.java) implementations do:
 
     public interface RxStage<T> extends Observer<T>, Stage { }
 

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/resources/ApacheIncubator.png
----------------------------------------------------------------------
diff --git a/website/src/site/resources/ApacheIncubator.png b/website/src/site/resources/ApacheIncubator.png
deleted file mode 100644
index c04e70d..0000000
Binary files a/website/src/site/resources/ApacheIncubator.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/resources/apache-feather.gif
----------------------------------------------------------------------
diff --git a/website/src/site/resources/apache-feather.gif b/website/src/site/resources/apache-feather.gif
new file mode 100644
index 0000000..226e00b
Binary files /dev/null and b/website/src/site/resources/apache-feather.gif differ

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/resources/js/release.js
----------------------------------------------------------------------
diff --git a/website/src/site/resources/js/release.js b/website/src/site/resources/js/release.js
index 1f4e7f1..243ff7a 100644
--- a/website/src/site/resources/js/release.js
+++ b/website/src/site/resources/js/release.js
@@ -17,17 +17,17 @@
  * under the License.
  */
 var releaseDirect = {
-    "0.10.0-incubating": "http://www.apache.org/dist/incubator/reef/0.10.0-incubating/apache-reef-0.10.0-incubating.tar.gz",
-    "0.11.0-incubating": "http://www.apache.org/dist/incubator/reef/0.11.0-incubating/apache-reef-0.11.0-incubating.tar.gz",
-    "0.12.0-incubating": "http://www.apache.org/dist/incubator/reef/0.12.0-incubating/apache-reef-0.12.0-incubating.tar.gz",
-    "0.13.0-incubating": "http://www.apache.org/dist/incubator/reef/0.13.0-incubating/apache-reef-0.13.0-incubating.tar.gz"
+    "0.10.0-incubating": "http://www.apache.org/dist/reef/0.10.0-incubating/apache-reef-0.10.0-incubating.tar.gz",
+    "0.11.0-incubating": "http://www.apache.org/dist/reef/0.11.0-incubating/apache-reef-0.11.0-incubating.tar.gz",
+    "0.12.0-incubating": "http://www.apache.org/dist/reef/0.12.0-incubating/apache-reef-0.12.0-incubating.tar.gz",
+    "0.13.0-incubating": "http://www.apache.org/dist/reef/0.13.0-incubating/apache-reef-0.13.0-incubating.tar.gz"
 };
 
 var releaseMirror = {
-    "0.10.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.10.0-incubating",
-    "0.11.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.11.0-incubating",
-    "0.12.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating",
-    "0.13.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.13.0-incubating"
+    "0.10.0-incubating": "http://www.apache.org/dyn/closer.cgi/reef/0.10.0-incubating",
+    "0.11.0-incubating": "http://www.apache.org/dyn/closer.cgi/reef/0.11.0-incubating",
+    "0.12.0-incubating": "http://www.apache.org/dyn/closer.cgi/reef/0.12.0-incubating",
+    "0.13.0-incubating": "http://www.apache.org/dyn/closer.cgi/reef/0.13.0-incubating"
 };
 
 var releaseSha512 = {

http://git-wip-us.apache.org/repos/asf/reef/blob/cb753d77/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 608662d..1afa0b1 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -51,8 +51,8 @@ under the License.
     <href></href>
   </bannerLeft>
   <bannerRight>
-    <src>ApacheIncubator.png</src>
-    <href>http://incubator.apache.org/</href>
+    <src>apache-feather.gif</src>
+    <href>http://apache.org/</href>
   </bannerRight>
   
   <version position="none"/>
@@ -76,9 +76,8 @@ under the License.
 	      <item name="Apache REEF" href="index.html"/>
 	    </breadcrumbs>
         <links>
-            <item name="Apache REEF GitHub" href="https://github.com/apache/incubator-reef"/>
+            <item name="Apache REEF GitHub" href="https://github.com/apache/reef"/>
 	        <item name="Apache" href="http://www.apache.org"/>
-	        <item name="Apache Incubator" href="http://incubator.apache.org/"/>
         </links>
         <menu name="Apache REEF">
             <item name="Overview" href="index.html"/>
@@ -114,7 +113,6 @@ under the License.
         <menu name="ASF">
             <item name="Apache Software Foundation" href="http://www.apache.org/foundation/"/>
             <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
-            <item name="Apache Incubator" href="http://incubator.apache.org/"/>
             <item name="Apache License" href="http://www.apache.org/licenses/LICENSE-2.0.html"/>
             <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
             <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>