Repository: kudu Updated Branches: refs/heads/master d911b304d -> c1aecf217
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 <[email protected]> Reviewed-by: Dan Burkert <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/c1aecf21 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/c1aecf21 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/c1aecf21 Branch: refs/heads/master Commit: c1aecf217eb183b378359b53fecea93a265a51a6 Parents: d911b30 Author: Mladen Kovacevic <[email protected]> Authored: Tue Aug 23 23:13:44 2016 -0400 Committer: Dan Burkert <[email protected]> Committed: Wed Aug 24 19:19:22 2016 +0000 ---------------------------------------------------------------------- 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(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/c1aecf21/RELEASING.adoc ---------------------------------------------------------------------- diff --git a/RELEASING.adoc b/RELEASING.adoc index b4cf4a4..60cb802 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. http://git-wip-us.apache.org/repos/asf/kudu/blob/c1aecf21/docs/contributing.adoc ---------------------------------------------------------------------- diff --git a/docs/contributing.adoc b/docs/contributing.adoc index 84f35fe..4451fc2 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. http://git-wip-us.apache.org/repos/asf/kudu/blob/c1aecf21/docs/developing.adoc ---------------------------------------------------------------------- diff --git a/docs/developing.adoc b/docs/developing.adoc index b8af3a6..b4d8604 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. http://git-wip-us.apache.org/repos/asf/kudu/blob/c1aecf21/docs/installation.adoc ---------------------------------------------------------------------- diff --git a/docs/installation.adoc b/docs/installation.adoc index 0d67b14..c266e64 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 http://git-wip-us.apache.org/repos/asf/kudu/blob/c1aecf21/docs/release_notes.adoc ---------------------------------------------------------------------- diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc index 46464a4..8279384 100644 --- a/docs/release_notes.adoc +++ b/docs/release_notes.adoc @@ -268,7 +268,7 @@ Kudu 0.9.0. See also +++<a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KUDU%20AND%20status%20%3D%20Resolved %20AND%20fixVersion%20%3D%200.9.1">JIRAs resolved -for Kudu 0.9.1</a>+++ and +++<a href="https://github.com/apache/incubator-kudu/compare/0.9.0...0.9.1">Git +for Kudu 0.9.1</a>+++ and +++<a href="https://github.com/apache/kudu/compare/0.9.0...0.9.1">Git changes between 0.9.0 and 0.9.1</a>+++. [[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 +++<a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KUDU%20AND%20status%20%3D%20Resolved %20AND%20fixVersion%20%3D%200.9.0">JIRAs resolved -for Kudu 0.9.0</a>+++ and +++<a href="https://github.com/apache/incubator-kudu/compare/0.8.0...0.9.0">Git +for Kudu 0.9.0</a>+++ and +++<a href="https://github.com/apache/kudu/compare/0.8.0...0.9.0">Git changes between 0.8.0 and 0.9.0</a>+++. To upgrade to Kudu 0.10.0, see <<rn_0.9.0_upgrade>>. @@ -422,7 +422,7 @@ Kudu 0.8.0 delivers incremental features, improvements, and bug fixes over the p See also +++<a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KUDU%20AND%20status%20%3D%20Resolved %20AND%20fixVersion%20%3D%200.8.0">JIRAs resolved -for Kudu 0.8.0</a>+++ and +++<a href="https://github.com/apache/incubator-kudu/compare/0.7.1...0.8.0">Git +for Kudu 0.8.0</a>+++ and +++<a href="https://github.com/apache/kudu/compare/0.7.1...0.8.0">Git changes between 0.7.1 and 0.8.0</a>+++. 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 +++<a href="https://issues.cloudera.org/issues/?jql=project%20%3D%20Kudu%20AND%20status%20in%20 (Resolved)%20AND%20fixVersion%20%3D%200.7.0%20ORDER%20BY%20key%20ASC">JIRAs resolved -for Kudu 0.7.0</a>+++ and +++<a href="https://github.com/apache/incubator-kudu/compare/branch-0.6.0...branch-0.7.0">Git +for Kudu 0.7.0</a>+++ and +++<a href="https://github.com/apache/kudu/compare/branch-0.6.0...branch-0.7.0">Git changes between 0.6.0 and 0.7.0</a>+++. 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
