Skip to content

Commit

Permalink
Replace incubator-kudu links with kudu in docs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mladkov authored and danburkert committed Aug 24, 2016
1 parent d911b30 commit c1aecf2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions RELEASING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
+
----
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/developing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
14 changes: 7 additions & 7 deletions docs/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down Expand Up @@ -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
----

Expand Down Expand Up @@ -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
Expand All @@ -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
----

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
----

Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -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>>.
Expand Down Expand Up @@ -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].
Expand Down Expand Up @@ -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].
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c1aecf2

Please sign in to comment.