Skip to content

Commit

Permalink
docs: Replace links to github.com/cloudera/kudu with apache/incubator…
Browse files Browse the repository at this point in the history
…-kudu

Change-Id: I17d8d28e3f3c72c5bb1032b47f343004b480571b
Reviewed-on: http://gerrit.cloudera.org:8080/2403
Tested-by: Kudu Jenkins
Reviewed-by: Misty Stanley-Jones <[email protected]>
  • Loading branch information
mpercy committed Mar 4, 2016
1 parent f12748f commit e017602
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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/cloudera/kudu
git clone https://github.com/apache/incubator-kudu 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 @@ -99,8 +99,8 @@ and using Impala with Kudu, including several `impala-shell` examples.
== Integration with MapReduce, YARN, and Other Frameworks

Kudu was designed to integrate with MapReduce, YARN, Spark, and other frameworks in
the Hadoop ecosystem. See link:https://github.com/cloudera/kudu/blob/master/java/kudu-client-tools/src/main/java/org/kududb/mapreduce/tools/RowCounter.java[RowCounter.java]
the Hadoop ecosystem. See link:https://github.com/apache/incubator-kudu/blob/master/java/kudu-client-tools/src/main/java/org/kududb/mapreduce/tools/RowCounter.java[RowCounter.java]
and
link:https://github.com/cloudera/kudu/blob/master/java/kudu-client-tools/src/main/java/org/kududb/mapreduce/tools/ImportCsv.java[ImportCsv.java]
link:https://github.com/apache/incubator-kudu/blob/master/java/kudu-client-tools/src/main/java/org/kududb/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 @@ -238,7 +238,7 @@ $ sudo gem install asciidoctor
+
[source,bash]
----
$ git clone https://github.com/cloudera/kudu
$ git clone https://github.com/apache/incubator-kudu kudu
$ cd kudu
----

Expand Down Expand Up @@ -333,7 +333,7 @@ $ sudo apt-get install asciidoctor xsltproc
+
[source,bash]
----
$ git clone https://github.com/cloudera/kudu
$ git clone https://github.com/apache/incubator-kudu kudu
$ cd kudu
----

Expand Down Expand Up @@ -385,7 +385,7 @@ the steps marked *Optional* above.
sudo apt-get -y install git autoconf automake libboost-thread-dev \
libboost-system-dev curl gcc g++ libsasl2-dev libsasl2-modules \
libtool ntp patch pkg-config make rsync unzip vim-common gdb python
git clone https://github.com/cloudera/kudu
git clone https://github.com/apache/incubator-kudu kudu
cd kudu
thirdparty/build-if-necessary.sh
mkdir -p build/release
Expand Down Expand Up @@ -427,7 +427,7 @@ popd
+
[source,bash]
----
$ git clone https://github.com/cloudera/kudu
$ git clone https://github.com/apache/incubator-kudu kudu
$ cd kudu
----

Expand Down Expand Up @@ -480,7 +480,7 @@ pushd boost_1_59_0
./bootstrap.sh
./b2 --with-system --with-thread
popd
git clone https://github.com/cloudera/kudu
git clone https://github.com/apache/incubator-kudu kudu
cd kudu
thirdparty/build-if-necessary.sh
mkdir -p build/release
Expand Down Expand Up @@ -518,7 +518,7 @@ $ brew install autoconf automake cmake libtool pkg-config boost pstree
+
[source,bash]
----
$ git clone https://github.com/cloudera/kudu
$ git clone https://github.com/apache/incubator-kudu kudu
$ cd kudu
----

Expand Down Expand Up @@ -550,7 +550,7 @@ are installed.
#!/bin/bash
brew install autoconf automake cmake libtool pkg-config boost pstree
git clone https://github.com/cloudera/kudu
git clone https://github.com/apache/incubator-kudu kudu
cd kudu
thirdparty/build-if-necessary.sh
mkdir -p build/release
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ ASF.
=== Resources

- link:http://getkudu.io[Kudu Website]
- link:http://github.com/cloudera/kudu[Kudu Github Repository]
- link:http://github.com/apache/incubator-kudu[Kudu GitHub Repository]
- link:index.html[Kudu Documentation]

=== Installation Options
Expand Down

0 comments on commit e017602

Please sign in to comment.