You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2018/08/26 23:25:16 UTC

[11/40] predictionio git commit: [PIO-135] Remove incubating status

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/install/index.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/index.html.md.erb b/docs/manual/source/install/index.html.md.erb
index 744edbd..98f9d76 100644
--- a/docs/manual/source/install/index.html.md.erb
+++ b/docs/manual/source/install/index.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title: Installing Apache PredictionIO (incubating)
+title: Installing Apache PredictionIO
 ---
 
 <!--
@@ -22,7 +22,7 @@ limitations under the License.
 ## Prerequisites
 
 It is **very important** to meet the minimum version of the following
-technologies that power Apache PredictionIO (incubating).
+technologies that power Apache PredictionIO.
 
 * Apache Hadoop 2.6.5 (optional, required only if YARN and HDFS are needed)
 * Apache Spark 1.6.3 for Hadoop 2.6
@@ -50,20 +50,20 @@ mode](http://spark.apache.org/docs/latest/spark-standalone.html).
 
 ## Installation
 
-Apache PredictionIO (incubating) runs on a Java virtual machine, so it runs on
+Apache PredictionIO runs on a Java virtual machine, so it runs on
 most platforms. Choose your platform below:
 
-* [Installing Apache PredictionIO (incubating) from Source Code](install-sourcecode.html)
+* [Installing Apache PredictionIO from Source Code](install-sourcecode.html)
 
 You may also use one of the community-contributed packages to install
-Apache PredictionIO (incubating):
+Apache PredictionIO:
 
-* [Installing Apache PredictionIO (incubating) with
+* [Installing Apache PredictionIO with
   Docker](/community/projects.html#docker-installation-for-predictionio)
 * [Heroku Buildpack](https://github.com/heroku/predictionio-buildpack) for [local development](https://github.com/heroku/predictionio-buildpack/blob/master/DEV.md) and [deployment](https://github.com/heroku/predictionio-buildpack/blob/master/CUSTOM.md)
 
 
-[//]: # (* *(coming soon)* Installing Apache PredictionIO (incubating) with Homebrew)
+[//]: # (* *(coming soon)* Installing Apache PredictionIO with Homebrew)
 
 
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/install/install-linux.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/install-linux.html.md.erb b/docs/manual/source/install/install-linux.html.md.erb
index e444bfe..928cdfb 100644
--- a/docs/manual/source/install/install-linux.html.md.erb
+++ b/docs/manual/source/install/install-linux.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title: Installing Apache PredictionIO (incubating) on Linux / Mac OS X
+title: Installing Apache PredictionIO on Linux / Mac OS X
 ---
 
 <!--
@@ -21,7 +21,7 @@ limitations under the License.
 
 [//]: # (## Method 1: Quick Install)
 
-[//]: # (On Linux / Mac OS X, Apache PredictionIO (incubating) can now be installed with a single command:)
+[//]: # (On Linux / Mac OS X, Apache PredictionIO can now be installed with a single command:)
 
 [//]: # (```)
 [//]: # ($ bash -c "$(curl -s https://raw.githubusercontent.com/apache/incubator-predictionio/master/bin/install.sh)")
@@ -34,11 +34,11 @@ limitations under the License.
 ## Manual Install
 
 [//]: # (If you do not want to use the Quick Install script, you can follow the steps)
-[//]: # (below to setup Apache PredictionIO (incubating) and its dependencies. In these)
+[//]: # (below to setup Apache PredictionIO and its dependencies. In these)
 [//]: # (instructions we will assume you are in your home directory. Wherever you see)
 [//]: # (`/home/abc`, replace it with your own home directory.)
 
-Follow the steps below to setup Apache PredictionIO (incubating) and its
+Follow the steps below to setup Apache PredictionIO and its
 dependencies. In these instructions we will assume you are in your home
 directory. Wherever you see `/home/abc`, replace it with your own home
 directory.
@@ -55,9 +55,9 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
 ```
 
 
-### Download Apache PredictionIO (incubating)
+### Download Apache PredictionIO
 
-Download Apache PredictionIO (incubating) and extract it.
+Download Apache PredictionIO and extract it.
 
 ```
 $ cd

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/install/install-sourcecode.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/install-sourcecode.html.md.erb b/docs/manual/source/install/install-sourcecode.html.md.erb
index dd685cd..86a8416 100644
--- a/docs/manual/source/install/install-sourcecode.html.md.erb
+++ b/docs/manual/source/install/install-sourcecode.html.md.erb
@@ -1,5 +1,5 @@
 ---
-title: Installing Apache PredictionIO (incubating) from Source Code
+title: Installing Apache PredictionIO from Source Code
 ---
 
 <!--
@@ -24,7 +24,7 @@ replace `/home/abc` with your own home directory wherever you see it.
 
 ## Downloading Source Code
 
-Download Apache PredictionIO (incubating) <%= data.versions.pio %> from an
+Download Apache PredictionIO <%= data.versions.pio %> from an
 Apache [mirror](https://www.apache.org/dyn/closer.cgi/incubator/predictionio/<%=
 data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>.tar.gz). 
 
@@ -48,7 +48,7 @@ gpg: Good signature from "Chan Lee <ch...@apache.org>" [ultimate]
 ## Building
 
 Run the following at the directory where you downloaded the source code to build
-Apache PredictionIO (incubating). By default, the build will be against
+Apache PredictionIO. By default, the build will be against
 
 * Scala 2.11.8
 * Spark 2.1.1
@@ -100,7 +100,7 @@ $ ./make-distribution.sh -Dscala.version=2.11.8 -Dspark.version=2.1.0 -Delastics
 
 Let us install dependencies inside a subdirectory of the Apache PredictionIO
 (incubating) installation. By following this convention, you can use
-Apache PredictionIO (incubating)'s default configuration as is.
+Apache PredictionIO's default configuration as is.
 
 ```
 $ mkdir PredictionIO-<%= data.versions.pio %>/vendors

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/install/install-vagrant.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/install-vagrant.html.md.erb b/docs/manual/source/install/install-vagrant.html.md.erb
index 9e91b94..558d9ba 100644
--- a/docs/manual/source/install/install-vagrant.html.md.erb
+++ b/docs/manual/source/install/install-vagrant.html.md.erb
@@ -74,8 +74,8 @@ When it finishes successfully, you should see somthing like the following:
 ==> default: Run: 'pio-start-all'
 ==> default: Check the status with: 'pio status'
 ==> default: Use: 'pio [train|deploy|...]' commands
-==> default: Please report any problems to: support@prediction.io
-==> default: Documentation at: http://predictionio.incubator.apache.org
+==> default: Please report any problems to: dev@predictionio.apache.org
+==> default: Documentation at: http://predictionio.apache.org
 ==> default: --------------------------------------------------------------------------------
 ==> default: Finish PredictionIO installation.
 ```

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/partials/_action_call.html.slim
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/_action_call.html.slim b/docs/manual/source/partials/_action_call.html.slim
index 2b824a6..3fdce4d 100644
--- a/docs/manual/source/partials/_action_call.html.slim
+++ b/docs/manual/source/partials/_action_call.html.slim
@@ -7,7 +7,7 @@
           p
             | Please take a look at the
             = succeed "." do
-              a href="//predictionio.incubator.apache.org/" target="blank"  Docs
+              a href="//predictionio.apache.org/" target="blank"  Docs
             | It is helpful to read through a few examples.
       .col-md-4.col-xs-12
         .action-square

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/partials/_footer.html.slim
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/_footer.html.slim b/docs/manual/source/partials/_footer.html.slim
index 5d45b29..a365d9b 100644
--- a/docs/manual/source/partials/_footer.html.slim
+++ b/docs/manual/source/partials/_footer.html.slim
@@ -8,28 +8,23 @@ footer
         .footer-link-column-row
           h4 Community
           ul
-            li: a href="//predictionio.incubator.apache.org/install/" target="blank" Download
-            li: a href="//predictionio.incubator.apache.org/" target="blank" Docs
+            li: a href="//predictionio.apache.org/install/" target="blank" Download
+            li: a href="//predictionio.apache.org/" target="blank" Docs
             li: a href="//github.com/apache/incubator-predictionio" target="blank" GitHub
-            li: a href="mailto:user-subscribe@predictionio.incubator.apache.org" target="blank" Subscribe to User Mailing List
+            li: a href="mailto:user-subscribe@predictionio.apache.org" target="blank" Subscribe to User Mailing List
             li: a href="//stackoverflow.com/questions/tagged/predictionio" target="blank" Stackoverflow
       .col-md-6.footer-link-column
         .footer-link-column-row
           h4 Contribute
           ul
-            li: a href="//predictionio.incubator.apache.org/community/contribute-code/" target="blank" Contribute
+            li: a href="//predictionio.apache.org/community/contribute-code/" target="blank" Contribute
             li: a href="//github.com/apache/incubator-predictionio" target="blank" Source Code
             li: a href="//issues.apache.org/jira/browse/PIO" target="blank" Bug Tracker
-            li: a href="mailto:dev-subscribe@predictionio.incubator.apache.org" target="blank" Subscribe to Development Mailing List
+            li: a href="mailto:dev-subscribe@predictionio.apache.org" target="blank" Subscribe to Development Mailing List
     .row
       .col-md-12.footer-link-column
          p Apache PredictionIO, PredictionIO, Apache, the Apache feather logo, and the Apache PredictionIO project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
          p All other marks mentioned may be trademarks or registered trademarks of their respective owners.
-    .row
-      .col-md-12.footer-link-column
-        a.pull-right href="http://incubator.apache.org/projects/predictionio.html"
-          = image_tag 'logos/apache_incubator.png', alt: 'Apache Incubator'
-        span Apache PredictionIO 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.
 
   #footer-bottom
     .container

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/partials/_header.html.slim
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/_header.html.slim b/docs/manual/source/partials/_header.html.slim
index 4ecb9e0..33406ed 100644
--- a/docs/manual/source/partials/_header.html.slim
+++ b/docs/manual/source/partials/_header.html.slim
@@ -5,8 +5,8 @@ header
         #logo-wrapper
           span#drawer-toggle
           a href="#"
-          = link_to 'http://predictionio.incubator.apache.org/' do
-            = image_tag 'logos/logo.png', alt: 'PredictionIO', id: 'logo'
+          = link_to 'http://predictionio.apache.org/' do
+            = image_tag 'logos/logo.png', alt: 'Apache PredictionIO', id: 'logo'
           span ™
         #menu-wrapper
           #pill-wrapper

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/partials/shared/datacollection/_parquet.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/partials/shared/datacollection/_parquet.html.md.erb b/docs/manual/source/partials/shared/datacollection/_parquet.html.md.erb
index f3b5222..6a14893 100644
--- a/docs/manual/source/partials/shared/datacollection/_parquet.html.md.erb
+++ b/docs/manual/source/partials/shared/datacollection/_parquet.html.md.erb
@@ -18,7 +18,7 @@ limitations under the License.
 ## Export Events to Apache Parquet
 
 PredictionIO supports exporting your events to [Apache
-Parquet](http://parquet.incubator.apache.org/), a columnar storage format that
+Parquet](http://parquet.apache.org/), a columnar storage format that
 allows you to query quickly.
 
 Let's export the data we imported in [Recommendation Engine Template Quick

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/robots.txt
----------------------------------------------------------------------
diff --git a/docs/manual/source/robots.txt b/docs/manual/source/robots.txt
index 11b63ad..0b009a4 100644
--- a/docs/manual/source/robots.txt
+++ b/docs/manual/source/robots.txt
@@ -1,4 +1,4 @@
 User-agent: *
 Disallow:
 
-Sitemap: http://predictionio.incubator.apache.org/sitemap.xml
+Sitemap: http://predictionio.apache.org/sitemap.xml

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/sdk/java.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/sdk/java.html.md.erb b/docs/manual/source/sdk/java.html.md.erb
index 7b1cc28..26275f7 100644
--- a/docs/manual/source/sdk/java.html.md.erb
+++ b/docs/manual/source/sdk/java.html.md.erb
@@ -21,7 +21,7 @@ limitations under the License.
 
 ## API Docs
 
-[View API documentation](http://predictionio.incubator.apache.org/java/api/) for version <%= data.versions.pio %>.
+[View API documentation](http://predictionio.apache.org/java/api/) for version <%= data.versions.pio %>.
 
 ## Central Repository
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/sdk/php.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/sdk/php.html.md.erb b/docs/manual/source/sdk/php.html.md.erb
index b51a4c3..0b75d81 100644
--- a/docs/manual/source/sdk/php.html.md.erb
+++ b/docs/manual/source/sdk/php.html.md.erb
@@ -21,7 +21,7 @@ limitations under the License.
 
 ## API Docs
 
-[View API documentation](http://predictionio.incubator.apache.org/php/api/) for version <%= data.versions.pio %>.
+[View API documentation](http://predictionio.apache.org/php/api/) for version <%= data.versions.pio %>.
 
 ## Packagist
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/sdk/ruby.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/sdk/ruby.html.md.erb b/docs/manual/source/sdk/ruby.html.md.erb
index ef08872..f5b03c0 100644
--- a/docs/manual/source/sdk/ruby.html.md.erb
+++ b/docs/manual/source/sdk/ruby.html.md.erb
@@ -21,7 +21,7 @@ limitations under the License.
 
 ## API Docs
 
-[View API documentation](http://predictionio.incubator.apache.org/ruby/api/PredictionIO.html) for version <%= data.versions.pio %>.
+[View API documentation](http://predictionio.apache.org/ruby/api/PredictionIO.html) for version <%= data.versions.pio %>.
 
 ## RubyGems
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/support/index.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/support/index.html.md.erb b/docs/manual/source/support/index.html.md.erb
index 08e06ce..fa4254a 100644
--- a/docs/manual/source/support/index.html.md.erb
+++ b/docs/manual/source/support/index.html.md.erb
@@ -21,15 +21,15 @@ limitations under the License.
 
 ## Community Support
 
-Apahce PredictionIO (incubating) has a welcoming and active community. We are
+Apahce PredictionIO has a welcoming and active community. We are
 here to support you and make sure that you can use Apahce PredictionIO
 (incubating) successfully.
 
 If you are a user, please subscribe to our user mailing list.
 
 1.  Click on one of these:
-    * [Subscribe](mailto:user-subscribe@predictionio.incubator.apache.org)
-    * [Unsubscribe](mailto:user-unsubscribe@predictionio.incubator.apache.org)
+    * [Subscribe](mailto:user-subscribe@predictionio.apache.org)
+    * [Unsubscribe](mailto:user-unsubscribe@predictionio.apache.org)
 2.  Simply send an empty e-mail after your e-mail client opens. Make sure you
     send from an e-mail address that you want to receive posts.
 3.  In a moment, you should receive a confirmation e-mail from the Apache
@@ -37,12 +37,12 @@ If you are a user, please subscribe to our user mailing list.
     without changing anything.
 4.  In a moment, you should receive another e-mail that confirms your
     subscription. You can now start posting by simply e-mailing
-    user@predictionio.incubator.apache.org.
+    user@predictionio.apache.org.
 
 If you are a contributor, please subscribe to our development mailing list.
 
-* [Subscribe](mailto:dev-subscribe@predictionio.incubator.apache.org)
-* [Unsubscribe](mailto:dev-unsubscribe@predictionio.incubator.apache.org)
+* [Subscribe](mailto:dev-subscribe@predictionio.apache.org)
+* [Unsubscribe](mailto:dev-unsubscribe@predictionio.apache.org)
 
 ## Enterprise Support
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/manual/source/tryit/index.html.slim
----------------------------------------------------------------------
diff --git a/docs/manual/source/tryit/index.html.slim b/docs/manual/source/tryit/index.html.slim
index 7918812..ccadcf0 100644
--- a/docs/manual/source/tryit/index.html.slim
+++ b/docs/manual/source/tryit/index.html.slim
@@ -53,7 +53,7 @@ title: Try PredictionIO
 
           li
             h2 Next Steps
-            p #{link_to 'Install', 'http://predictionio.incubator.apache.org/install/'} PredictionIO on your own computer!
+            p #{link_to 'Install', 'http://predictionio.apache.org/install/'} PredictionIO on your own computer!
             h3 Support
             p Get support on our #{link_to 'Google Group', 'https://groups.google.com/forum/#!forum/predictionio-user'} or on Twitter #{link_to '@PredictionIO', 'https://twitter.com/predictionio/'}
         .jcarousel-controls

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/docs/scaladoc/rootdoc.txt
----------------------------------------------------------------------
diff --git a/docs/scaladoc/rootdoc.txt b/docs/scaladoc/rootdoc.txt
index 3b45317..a132667 100644
--- a/docs/scaladoc/rootdoc.txt
+++ b/docs/scaladoc/rootdoc.txt
@@ -1,4 +1,4 @@
-This is the API documentation of Apache PredictionIO (incubating).
+This is the API documentation of Apache PredictionIO.
 
 == Package Structure ==
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/examples/scala-parallel-classification/README.md
----------------------------------------------------------------------
diff --git a/examples/scala-parallel-classification/README.md b/examples/scala-parallel-classification/README.md
index 6b0d137..20f6956 100644
--- a/examples/scala-parallel-classification/README.md
+++ b/examples/scala-parallel-classification/README.md
@@ -17,4 +17,4 @@ limitations under the License.
 
 This is based on Classification Engine Template v0.12.0-incubating.
 
-Please refer to http://predictionio.incubator.apache.org/templates/classification/how-to/
\ No newline at end of file
+Please refer to http://predictionio.apache.org/templates/classification/how-to/

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/examples/scala-parallel-ecommercerecommendation/README.md
----------------------------------------------------------------------
diff --git a/examples/scala-parallel-ecommercerecommendation/README.md b/examples/scala-parallel-ecommercerecommendation/README.md
index 27a13ce..e8f5ed4 100644
--- a/examples/scala-parallel-ecommercerecommendation/README.md
+++ b/examples/scala-parallel-ecommercerecommendation/README.md
@@ -17,4 +17,4 @@ limitations under the License.
 
 This is based on E-Commerce Recommendation Template v0.12.0-incubating.
 
-Please refer to http://predictionio.incubator.apache.org/templates/ecommercerecommendation/how-to/
\ No newline at end of file
+Please refer to http://predictionio.apache.org/templates/ecommercerecommendation/how-to/

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/examples/scala-parallel-recommendation/README.md
----------------------------------------------------------------------
diff --git a/examples/scala-parallel-recommendation/README.md b/examples/scala-parallel-recommendation/README.md
index 4b0e2ca..c8ddd4a 100644
--- a/examples/scala-parallel-recommendation/README.md
+++ b/examples/scala-parallel-recommendation/README.md
@@ -17,4 +17,4 @@ limitations under the License.
 
 This is based on Recommendation Template v0.12.0-incubating.
 
-Please refer to http://predictionio.incubator.apache.org/templates/recommendation/how-to/
\ No newline at end of file
+Please refer to http://predictionio.apache.org/templates/recommendation/how-to/

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/examples/scala-parallel-similarproduct/README.md
----------------------------------------------------------------------
diff --git a/examples/scala-parallel-similarproduct/README.md b/examples/scala-parallel-similarproduct/README.md
index 343afc6..9f5f34a 100644
--- a/examples/scala-parallel-similarproduct/README.md
+++ b/examples/scala-parallel-similarproduct/README.md
@@ -17,4 +17,4 @@ limitations under the License.
 
 This is based on Similar Product Template v0.12.0-incubating.
 
-Please refer to http://predictionio.incubator.apache.org/templates/similarproduct/how-to/
\ No newline at end of file
+Please refer to http://predictionio.apache.org/templates/similarproduct/how-to/

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/tests/Dockerfile.base
----------------------------------------------------------------------
diff --git a/tests/Dockerfile.base b/tests/Dockerfile.base
index 4dc3911..1a02c97 100644
--- a/tests/Dockerfile.base
+++ b/tests/Dockerfile.base
@@ -18,7 +18,7 @@
 # WARNING: THIS DOCKERFILE IS NOT INTENDED FOR PRODUCTION USE OR DEPLOYMENT. AT
 #          THIS POINT, THIS IS ONLY INTENDED FOR USE IN AUTOMATED TESTS. IF YOU
 #          ARE LOOKING TO DEPLOY PREDICTIONIO WITH DOCKER, PLEASE REFER TO
-#          http://predictionio.incubator.apache.org/community/projects/#docker-installation-for-predictionio
+#          http://predictionio.apache.org/community/projects/#docker-installation-for-predictionio
 
 # Tests do not like the musl libc :(, and we need Python 3.5
 FROM ubuntu:xenial

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/tests/README.md
----------------------------------------------------------------------
diff --git a/tests/README.md b/tests/README.md
index 236d168..e84ecc3 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -43,7 +43,7 @@ This is necessary to infer proper versions of dependencies e.g. Spark to be incl
 The most convenient way to make use of it is to execute ***run_docker.sh*** script passing it the configuration, the path to PredictionIO's repository with archived snapshot and the command to run. When no command is provided it opens a bash shell inside the docker image. Example of usage:
 ```sh
 $ ./run_docker.sh ELASTICSEARCH HBASE LOCALFS \
-    ~/projects/incubator-preadictionio "echo 'All tests passed...'"
+    ~/projects/incubator-predictionio "echo 'All tests passed...'"
 ```
 
 Directory structure inside the image:

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/tests/docker-files/env-conf/pio-env.sh
----------------------------------------------------------------------
diff --git a/tests/docker-files/env-conf/pio-env.sh b/tests/docker-files/env-conf/pio-env.sh
index 276b052..9230d95 100644
--- a/tests/docker-files/env-conf/pio-env.sh
+++ b/tests/docker-files/env-conf/pio-env.sh
@@ -52,7 +52,7 @@ PIO_FS_TMPDIR=$PIO_FS_BASEDIR/tmp
 # storage facilities. Default values are shown below.
 #
 # For more information on storage configuration please refer to
-# https://predictionio.incubator.apache.org/system/anotherdatastore/
+# https://predictionio.apache.org/system/anotherdatastore/
 
 # Storage Repositories
 
@@ -119,4 +119,3 @@ PIO_STORAGE_SOURCES_S3_REGION=us-east-1
 PIO_STORAGE_SOURCES_S3_BUCKET_NAME=pio_bucket
 PIO_STORAGE_SOURCES_S3_BASE_PATH=pio_model
 PIO_STORAGE_SOURCES_S3_DISABLE_CHUNKED_ENCODING=true
-

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/tests/pio_tests/engines/recommendation-engine/README.md
----------------------------------------------------------------------
diff --git a/tests/pio_tests/engines/recommendation-engine/README.md b/tests/pio_tests/engines/recommendation-engine/README.md
index 69bd6d9..9aef328 100644
--- a/tests/pio_tests/engines/recommendation-engine/README.md
+++ b/tests/pio_tests/engines/recommendation-engine/README.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 ## Documentation
 
-Please refer to http://predictionio.incubator.apache.org/templates/recommendation/quickstart/
+Please refer to http://predictionio.apache.org/templates/recommendation/quickstart/
 
 ## Versions
 

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/tests/pio_tests/scenarios/eventserver_test.py
----------------------------------------------------------------------
diff --git a/tests/pio_tests/scenarios/eventserver_test.py b/tests/pio_tests/scenarios/eventserver_test.py
index f902f74..a4e817a 100644
--- a/tests/pio_tests/scenarios/eventserver_test.py
+++ b/tests/pio_tests/scenarios/eventserver_test.py
@@ -28,8 +28,8 @@ from pio_tests.integration import BaseTestCase, AppContext
 class EventserverTest(BaseTestCase):
   """ Integration test for PredictionIO Eventserver API
   Refer to below for further information:
-    http://predictionio.incubator.apache.org/datacollection/eventmodel/
-    http://predictionio.incubator.apache.org/datacollection/eventapi/
+    http://predictionio.apache.org/datacollection/eventmodel/
+    http://predictionio.apache.org/datacollection/eventapi/
   """
   # Helper methods
   def eventserver_url(self, path=None):
@@ -172,4 +172,3 @@ if __name__ == '__main__':
   result = unittest.TextTestRunner(verbosity=2).run(suite)
   if not result.wasSuccessful():
     sys.exit(1)
-

http://git-wip-us.apache.org/repos/asf/predictionio/blob/e6ea7dd2/tests/pio_tests/utils.py
----------------------------------------------------------------------
diff --git a/tests/pio_tests/utils.py b/tests/pio_tests/utils.py
index b5e5fac..4659e54 100644
--- a/tests/pio_tests/utils.py
+++ b/tests/pio_tests/utils.py
@@ -119,7 +119,7 @@ def send_events_batch(events, test_context, access_key, channel=None):
     channel (str): custom channel for storing event
   Returns: `requests.Response`
   Requires: Events length must not exceed length of 50
-    http://predictionio.incubator.apache.org/datacollection/eventmodel/#3.-batch-events-to-the-eventserver
+    http://predictionio.apache.org/datacollection/eventmodel/#3.-batch-events-to-the-eventserver
   """
   url = 'http://{}:{}/batch/events.json'.format(
       test_context.es_ip, test_context.es_port)