You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by mp...@apache.org on 2016/03/04 22:39:14 UTC

[3/4] incubator-kudu git commit: docs: Replace links to github.com/cloudera/kudu with apache/incubator-kudu

docs: Replace links to github.com/cloudera/kudu with apache/incubator-kudu

Change-Id: I17d8d28e3f3c72c5bb1032b47f343004b480571b
Reviewed-on: http://gerrit.cloudera.org:8080/2403
Tested-by: Kudu Jenkins
Reviewed-by: Misty Stanley-Jones <mi...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/e0176026
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/e0176026
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/e0176026

Branch: refs/heads/master
Commit: e01760261a8c55b8f74c7ccc6c5ae7666ec4d659
Parents: f12748f
Author: Mike Percy <mp...@apache.org>
Authored: Wed Mar 2 13:20:43 2016 +0200
Committer: Mike Percy <mp...@apache.org>
Committed: Fri Mar 4 21:20:02 2016 +0000

----------------------------------------------------------------------
 docs/contributing.adoc  |  2 +-
 docs/developing.adoc    |  4 ++--
 docs/installation.adoc  | 14 +++++++-------
 docs/release_notes.adoc |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e0176026/docs/contributing.adoc
----------------------------------------------------------------------
diff --git a/docs/contributing.adoc b/docs/contributing.adoc
index 4d8c96f..d649c82 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/cloudera/kudu
+git clone https://github.com/apache/incubator-kudu kudu
 ----
 
 . Change to the new `kudu` directory.

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e0176026/docs/developing.adoc
----------------------------------------------------------------------
diff --git a/docs/developing.adoc b/docs/developing.adoc
index c53d1f1..d0fe73e 100644
--- a/docs/developing.adoc
+++ b/docs/developing.adoc
@@ -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.

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e0176026/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index cdc9746..2db8779 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -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
 ----
 
@@ -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
 ----
 
@@ -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
@@ -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
 ----
 
@@ -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
@@ -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
 ----
 
@@ -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

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e0176026/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 463989e..b70a0f3 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -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