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

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

Repository: incubator-kudu
Updated Branches:
  refs/heads/branch-0.7.x 382cacc50 -> dd1757f2f


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>
(cherry picked from commit e01760261a8c55b8f74c7ccc6c5ae7666ec4d659)
Reviewed-on: http://gerrit.cloudera.org:8080/2461
Reviewed-by: Jean-Daniel Cryans
Tested-by: Jean-Daniel Cryans


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

Branch: refs/heads/branch-0.7.x
Commit: dd1757f2f44ab36a24a4503cb7920f3530dab08c
Parents: 382cacc
Author: Mike Percy <mp...@apache.org>
Authored: Wed Mar 2 13:20:43 2016 +0200
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Fri Mar 4 22:25:43 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/dd1757f2/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/dd1757f2/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/dd1757f2/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index bfaac6e..a254ad0 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -237,7 +237,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
 ----
 
@@ -332,7 +332,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
 ----
 
@@ -384,7 +384,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-threads
 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/dd1757f2/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 6701b73..7b8b74f 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -378,7 +378,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