Author: mafr
Date: Sat Feb 23 15:54:25 2013
New Revision: 1449347
URL: http://svn.apache.org/r1449347
Log:
Remove incubation disclaimer and other traces after graduation.
Modified:
crunch/site/trunk/content/download.mdtext
crunch/site/trunk/content/getting-started.mdtext
crunch/site/trunk/content/index.mdtext
crunch/site/trunk/content/scrunch.mdtext
crunch/site/trunk/content/source-repository.mdtext
crunch/site/trunk/templates/skeleton.html
Modified: crunch/site/trunk/content/download.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/download.mdtext?rev=1449347&r1=1449346&r2=1449347&view=diff
==============================================================================
--- crunch/site/trunk/content/download.mdtext (original)
+++ crunch/site/trunk/content/download.mdtext Sat Feb 23 15:54:25 2013
@@ -16,7 +16,7 @@ Notice: Licensed to the Apache Softwar
specific language governing permissions and limitations
under the License.
-The Apache Crunch (incubating) libraries are distributed under the [Apache
License 2.0][license].
+The Apache Crunch libraries are distributed under the [Apache License
2.0][license].
The link in the Download column takes you to a list of mirrors based on
your location. Checksum and signature are located on Apache's main
Modified: crunch/site/trunk/content/getting-started.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/getting-started.mdtext?rev=1449347&r1=1449346&r2=1449347&view=diff
==============================================================================
--- crunch/site/trunk/content/getting-started.mdtext (original)
+++ crunch/site/trunk/content/getting-started.mdtext Sat Feb 23 15:54:25 2013
@@ -16,7 +16,7 @@ Notice: Licensed to the Apache Softwar
specific language governing permissions and limitations
under the License.
-The Apache Crunch (incubating) library is developed against version 1.0.3 of
the Apache Hadoop library,
+The Apache Crunch library is developed against version 1.0.3 of the Apache
Hadoop library,
and is also tested against version 2.0.0-alpha. The library should also work
with any version
after 1.0.3 or 2.0.0-alpha, and is also known to work with distributions from
vendors like Cloudera,
Hortonworks, and IBM. The library is _not_ compatible with versions of Hadoop
prior to 1.0.x or 2.0.x,
Modified: crunch/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/index.mdtext?rev=1449347&r1=1449346&r2=1449347&view=diff
==============================================================================
--- crunch/site/trunk/content/index.mdtext (original)
+++ crunch/site/trunk/content/index.mdtext Sat Feb 23 15:54:25 2013
@@ -19,7 +19,7 @@ Notice: Licensed to the Apache Softwar
---
-> The *Apache Crunch (incubating)* Java library provides a framework for
writing, testing, and
+> The *Apache Crunch* Java library provides a framework for writing, testing,
and
> running MapReduce pipelines, and is based on Google's FlumeJava library. Its
> goal is to make
> pipelines that are composed of many user-defined functions simple to write,
> easy to test, and efficient to run.
@@ -27,7 +27,7 @@ Notice: Licensed to the Apache Softwar
---
Running on top of [Hadoop MapReduce](http://hadoop.apache.org/mapreduce/), the
Apache
-Crunch <span>™</span> library is a simple Java API for tasks like
joining and data aggregation
+Crunch<span>™</span> library is a simple Java API for tasks like joining
and data aggregation
that are tedious to implement on plain MapReduce. The APIs are especially
useful when
processing data that does not fit naturally into relational model, such as
time series,
serialized object formats like protocol buffers or Avro records, and HBase
rows and columns.
@@ -41,13 +41,3 @@ includes a REPL (read-eval-print loop) f
* [Writing Your Own Pipelines](pipelines.html)
* [Current Limitations and Future Work](future-work.html)
-## Disclaimer
-
-Apache Crunch is an effort undergoing incubation at [The Apache Software
Foundation
-(ASF)](http://apache.org/) sponsored by the [Apache Incubator
PMC](http://incubator.apache.org/).
-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.
Modified: crunch/site/trunk/content/scrunch.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/scrunch.mdtext?rev=1449347&r1=1449346&r2=1449347&view=diff
==============================================================================
--- crunch/site/trunk/content/scrunch.mdtext (original)
+++ crunch/site/trunk/content/scrunch.mdtext Sat Feb 23 15:54:25 2013
@@ -1,5 +1,5 @@
Title: Scrunch
-Subtitle: A Scala Wrapper for the Apache Crunch (incubating) Java API
+Subtitle: A Scala Wrapper for the Apache Crunch Java API
Notice: 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
@@ -19,7 +19,7 @@ Notice: Licensed to the Apache Softwar
## Introduction
-Scrunch is an experimental Scala wrapper for the Apache Crunch (incubating)
Java API, based on the same ideas as the
+Scrunch is an experimental Scala wrapper for the Apache Crunch Java API, based
on the same ideas as the
[Cascade](http://days2011.scala-lang.org/node/138/282) project at Google,
which created a Scala wrapper for
FlumeJava.
Modified: crunch/site/trunk/content/source-repository.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/source-repository.mdtext?rev=1449347&r1=1449346&r2=1449347&view=diff
==============================================================================
--- crunch/site/trunk/content/source-repository.mdtext (original)
+++ crunch/site/trunk/content/source-repository.mdtext Sat Feb 23 15:54:25 2013
@@ -16,7 +16,7 @@ Notice: Licensed to the Apache Softwar
specific language governing permissions and limitations
under the License.
-The Apache Crunch (incubating) Project uses [Git](http://git-scm.com/) for
version control. Run the
+The Apache Crunch Project uses [Git](http://git-scm.com/) for version control.
Run the
following command to clone the repository:
git clone https://git-wip-us.apache.org/repos/asf/crunch.git
Modified: crunch/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/templates/skeleton.html?rev=1449347&r1=1449346&r2=1449347&view=diff
==============================================================================
--- crunch/site/trunk/templates/skeleton.html (original)
+++ crunch/site/trunk/templates/skeleton.html Sat Feb 23 15:54:25 2013
@@ -36,8 +36,8 @@
{# <div class="navbar-inner"> #}
<div class="container-fluid">
- <a class="nav pull-right brand" href="http://incubator.apache.org">
- <img src="http://incubator.apache.org/images/egg-logo.png"
alt="apache Incubator Logo" />
+ <a class="nav pull-right brand" href="http://www.apache.org/">
+ <img src="http://hadoop.apache.org/images/apache_feather.gif"
alt="Apache Logo" />
</a>
</div>
@@ -46,7 +46,7 @@
<ul class="breadcrumb">
<li>
- <a href="/">Incubator</a>
+ <a href="http://www.apache.org/">Apache</a>
<span class="divider">»</span>
</li>
<li>
@@ -104,7 +104,7 @@
<div class="row span12">Copyright © 2012
<a href="http://www.apache.org/">The Apache Software Foundation</a>,
licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
- <p><small>Apache Incubator, Apache Hadoop, Hadoop, Apache, and the
+ <p><small>Apache Crunch, Apache Hadoop, Hadoop, Apache, and the
Apache feather logo are trademarks of The Apache Software Foundation.
Other names appearing on the site may be trademarks of their
respective owners.</small></p>