From c1aecf217eb183b378359b53fecea93a265a51a6 Mon Sep 17 00:00:00 2001 From: Mladen Kovacevic Date: Tue, 23 Aug 2016 23:13:44 -0400 Subject: [PATCH] Replace incubator-kudu links with kudu in docs A number of docs were referring to the old incubator link: https://github.com/apache/incubator-kudu As opposed to the new, non-incubator link. https://github.com/apache/kudu We modify several of the documentation files to ensure that the links are consistent, and up-to-date with the apache/kudu url. Change-Id: Id9b0560f073735e55243643ddada6eac0001b9d4 Reviewed-on: http://gerrit.cloudera.org:8080/4107 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin Reviewed-by: Dan Burkert --- RELEASING.adoc | 4 ++-- docs/contributing.adoc | 2 +- docs/developing.adoc | 4 ++-- docs/installation.adoc | 14 +++++++------- docs/release_notes.adoc | 10 +++++----- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/RELEASING.adoc b/RELEASING.adoc index b4cf4a4bd1..60cb802317 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -50,7 +50,7 @@ in `master`. ---- . Push the branch to public remotes https://github.com/cloudera/kudu.git and -http://git-wip-us.apache.org/repos/asf?p=incubator-kudu.git. The following example +http://git-wip-us.apache.org/repos/asf?p=kudu.git. The following example assumes they are called `cloudera` and `apache`. + ---- @@ -158,7 +158,7 @@ Apache Git repository: ---- . Generate the version-specific documentation from that branch following these - link:https://github.com/apache/incubator-kudu/#updating-the-documentation-on-the-kudu-web-site[instructions]. + link:https://github.com/apache/kudu/#updating-the-documentation-on-the-kudu-web-site[instructions]. . Replace the `apidocs` and `docs` folders in the `gh-pages` branch with the new documentation. diff --git a/docs/contributing.adoc b/docs/contributing.adoc index 84f35fe77e..4451fc21ba 100644 --- a/docs/contributing.adoc +++ b/docs/contributing.adoc @@ -49,7 +49,7 @@ is called `origin`. When you fetch or pull, you will do so from `origin`. + [source,bash] ---- -git clone https://github.com/apache/incubator-kudu kudu +git clone https://github.com/apache/kudu ---- . Change to the new `kudu` directory. diff --git a/docs/developing.adoc b/docs/developing.adoc index b8af3a65ef..b4d8604e02 100644 --- a/docs/developing.adoc +++ b/docs/developing.adoc @@ -155,8 +155,8 @@ kuduContext.deleteTable("unwanted_table") Kudu was designed to integrate with MapReduce, YARN, Spark, and other frameworks in the Hadoop ecosystem. See -link:https://github.com/apache/incubator-kudu/blob/master/java/kudu-client-tools/src/main/java/org/apache/kudu/mapreduce/tools/RowCounter.java[RowCounter.java] +link:https://github.com/apache/kudu/blob/master/java/kudu-client-tools/src/main/java/org/apache/kudu/mapreduce/tools/RowCounter.java[RowCounter.java] and -link:https://github.com/apache/incubator-kudu/blob/master/java/kudu-client-tools/src/main/java/org/apache/kudu/mapreduce/tools/ImportCsv.java[ImportCsv.java] +link:https://github.com/apache/kudu/blob/master/java/kudu-client-tools/src/main/java/org/apache/kudu/mapreduce/tools/ImportCsv.java[ImportCsv.java] for examples which you can model your own integrations on. Stay tuned for more examples using YARN and Spark in the future. diff --git a/docs/installation.adoc b/docs/installation.adoc index 0d67b14d50..c266e64476 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -239,7 +239,7 @@ $ sudo yum install gem ruby-devel zlib-devel + [source,bash] ---- -$ git clone https://github.com/apache/incubator-kudu kudu +$ git clone https://github.com/apache/kudu $ cd kudu ---- @@ -333,7 +333,7 @@ $ sudo apt-get install xsltproc zlib1g-dev + [source,bash] ---- -$ git clone https://github.com/apache/incubator-kudu kudu +$ git clone https://github.com/apache/kudu $ cd kudu ---- @@ -385,7 +385,7 @@ the steps marked *Optional* above. sudo apt-get -y install git autoconf automake \ curl gcc g++ libsasl2-dev libsasl2-modules \ libtool ntp patch pkg-config make rsync unzip vim-common gdb python lsb-release -git clone https://github.com/apache/incubator-kudu kudu +git clone https://github.com/apache/kudu cd kudu thirdparty/build-if-necessary.sh mkdir -p build/release @@ -411,7 +411,7 @@ $ sudo zypper install autoconf automake curl cyrus-sasl-devel gcc gcc-c++ \ + [source,bash] ---- -$ git clone https://github.com/apache/incubator-kudu kudu +$ git clone https://github.com/apache/kudu $ cd kudu ---- @@ -457,7 +457,7 @@ the steps marked *Optional* above. sudo zypper install autoconf automake curl cyrus-sasl-devel gcc gcc-c++ \ gdb git libtool make ntp patch pkg-config python rsync unzip vim lsb-release -git clone https://github.com/apache/incubator-kudu kudu +git clone https://github.com/apache/kudu cd kudu thirdparty/build-if-necessary.sh mkdir -p build/release @@ -493,7 +493,7 @@ $ brew install autoconf automake cmake libtool pkg-config pstree + [source,bash] ---- -$ git clone https://github.com/apache/incubator-kudu kudu +$ git clone https://github.com/apache/kudu $ cd kudu ---- @@ -543,7 +543,7 @@ are installed. #!/bin/bash brew install autoconf automake cmake libtool pkg-config pstree -git clone https://github.com/apache/incubator-kudu kudu +git clone https://github.com/apache/kudu cd kudu thirdparty/build-if-necessary.sh mkdir -p build/release diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 46464a4d76..82793843a2 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -268,7 +268,7 @@ Kudu 0.9.0. See also +++JIRAs resolved -for Kudu 0.9.1+++ and +++Git +for Kudu 0.9.1+++ and +++Git changes between 0.9.0 and 0.9.1+++. [[rn_0.9.1_upgrade]] @@ -306,7 +306,7 @@ Kudu 0.9.0 delivers incremental features, improvements, and bug fixes over the p See also +++JIRAs resolved -for Kudu 0.9.0+++ and +++Git +for Kudu 0.9.0+++ and +++Git changes between 0.8.0 and 0.9.0+++. To upgrade to Kudu 0.10.0, see <>. @@ -422,7 +422,7 @@ Kudu 0.8.0 delivers incremental features, improvements, and bug fixes over the p See also +++JIRAs resolved -for Kudu 0.8.0+++ and +++Git +for Kudu 0.8.0+++ and +++Git changes between 0.7.1 and 0.8.0+++. To upgrade to Kudu 0.8.0, see link:installation.html#upgrade[Upgrade from 0.7.1 to 0.8.0]. @@ -533,7 +533,7 @@ of changes, new features, improvements, and fixes. See also +++JIRAs resolved -for Kudu 0.7.0+++ and +++Git +for Kudu 0.7.0+++ and +++Git changes between 0.6.0 and 0.7.0+++. The upgrade instructions can be found at link:installation.html#upgrade[Upgrade from 0.6.0 to 0.7.0]. @@ -779,7 +779,7 @@ you can monitor the number of tablets per server in the web UI. == Resources - link:http://getkudu.io[Kudu Website] -- link:http://github.com/apache/incubator-kudu[Kudu GitHub Repository] +- link:http://github.com/apache/kudu[Kudu GitHub Repository] - link:index.html[Kudu Documentation] == Installation Options