You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2017/11/29 22:21:12 UTC

impala git commit: Update incubator-impala -> impala URLs

Repository: impala
Updated Branches:
  refs/heads/master 63f17e9ce -> 72ed4fc88


Update incubator-impala -> impala URLs

This fixes push_to_asf.py and various other scripts that had the Apache
repo location hard-coded. Also fixed the location of the github mirror
and mailing list archives.

Testing:
Ran push_to_asf.py to check I got the URL right. Checked a couple of the
github and mailing list URLs to make sure the new URL is valid.

Change-Id: Ie49221300340ef34bdd7c01670c35bdbbce3e84f
Reviewed-on: http://gerrit.cloudera.org:8080/8685
Reviewed-by: Sailesh Mukil <sa...@cloudera.com>
Reviewed-by: Jim Apple <jb...@apache.org>
Reviewed-by: Michael Brown <mi...@cloudera.com>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/72ed4fc8
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/72ed4fc8
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/72ed4fc8

Branch: refs/heads/master
Commit: 72ed4fc88791257422278b741d7565c6a205eb64
Parents: 63f17e9
Author: Tim Armstrong <ta...@cloudera.com>
Authored: Wed Nov 29 09:27:10 2017 -0800
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Wed Nov 29 20:58:50 2017 +0000

----------------------------------------------------------------------
 bin/bootstrap_system.sh                     | 2 +-
 bin/push_to_asf.py                          | 2 +-
 docs/README.md                              | 2 +-
 docs/impala_keydefs.ditamap                 | 8 ++++----
 docs/topics/impala_install.xml              | 2 +-
 docs/topics/impala_reserved_words.xml       | 4 ++--
 tests/benchmark/report_benchmark_results.py | 2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/72ed4fc8/bin/bootstrap_system.sh
----------------------------------------------------------------------
diff --git a/bin/bootstrap_system.sh b/bin/bootstrap_system.sh
index a65e16c..92b5114 100755
--- a/bin/bootstrap_system.sh
+++ b/bin/bootstrap_system.sh
@@ -96,7 +96,7 @@ apt-get --yes install git
 # If there is no Impala git repo, get one now
 if ! [[ -d ~/Impala ]]
 then
-  time -p git clone https://git-wip-us.apache.org/repos/asf/incubator-impala.git ~/Impala
+  time -p git clone https://git-wip-us.apache.org/repos/asf/impala.git ~/Impala
 fi
 cd ~/Impala
 SET_IMPALA_HOME="export IMPALA_HOME=$(pwd)"

http://git-wip-us.apache.org/repos/asf/impala/blob/72ed4fc8/bin/push_to_asf.py
----------------------------------------------------------------------
diff --git a/bin/push_to_asf.py b/bin/push_to_asf.py
index a438fa4..f5897f8 100755
--- a/bin/push_to_asf.py
+++ b/bin/push_to_asf.py
@@ -42,7 +42,7 @@ import re
 import subprocess
 import sys
 
-APACHE_REPO = "https://git-wip-us.apache.org/repos/asf/incubator-impala.git"
+APACHE_REPO = "https://git-wip-us.apache.org/repos/asf/impala.git"
 GERRIT_URL_RE = re.compile(r"ssh://.+@gerrit.cloudera.org:29418/Impala-ASF")
 
 # Parsed options, filled in by main().

http://git-wip-us.apache.org/repos/asf/impala/blob/72ed4fc8/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 0f15cff..3ea24e0 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -12,7 +12,7 @@ instructions.
 * Open a terminal window and run the following commands to get the Impala
   documentation source files from Git:
     ```
-    git clone https://git-wip-us.apache.org/repos/asf/incubator-impala.git/docs
+    git clone https://git-wip-us.apache.org/repos/asf/impala.git/docs
     cd <local_directory>
     git checkout master
     ```

http://git-wip-us.apache.org/repos/asf/impala/blob/72ed4fc8/docs/impala_keydefs.ditamap
----------------------------------------------------------------------
diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap
index 0aba972..532e7ba 100644
--- a/docs/impala_keydefs.ditamap
+++ b/docs/impala_keydefs.ditamap
@@ -57,10 +57,10 @@ under the License.
     <topicmeta><linktext>the Security chapter in the Apache HBase documentation</linktext></topicmeta>
   </keydef>
 
-  <keydef href="https://github.com/apache/incubator-impala/blob/master/tests/query_test/test_udfs.py" scope="external" format="html" keys="test_udfs.py">
+  <keydef href="https://github.com/apache/impala/blob/master/tests/query_test/test_udfs.py" scope="external" format="html" keys="test_udfs.py">
     <topicmeta><linktext>test_udfs.py</linktext></topicmeta>
   </keydef>
-  <keydef href="https://github.com/apache/incubator-impala/blob/master/be/src/exprs/timezone_db.cc" scope="external" format="html" keys="timezone_db.cc">
+  <keydef href="https://github.com/apache/impala/blob/master/be/src/exprs/timezone_db.cc" scope="external" format="html" keys="timezone_db.cc">
     <topicmeta><linktext>timezone_db.cc</linktext></topicmeta>
   </keydef>
   <keydef href="https://github.com/cloudera/impala-tpcds-kit" scope="external" format="html" keys="impala-tpcds-kit">
@@ -78,7 +78,7 @@ under the License.
   <keydef href="" scope="external" format="html" keys="uda-sample.h">
     <topicmeta><linktext>uda-sample.h</linktext></topicmeta>
   </keydef>
-  <keydef href="https://github.com/apache/incubator-impala/blob/master/be/src/testutil/test-udas.cc" scope="external" format="html" keys="test-udas.cc">
+  <keydef href="https://github.com/apache/impala/blob/master/be/src/testutil/test-udas.cc" scope="external" format="html" keys="test-udas.cc">
     <topicmeta><linktext>test-udas.cc</linktext></topicmeta>
   </keydef>
   <keydef href="" scope="external" format="html" keys="udf_samples">
@@ -95,7 +95,7 @@ under the License.
     <topicmeta><linktext>Getting Started with Impala</linktext></topicmeta>
   </keydef>
 
-  <keydef href="https://mail-archives.apache.org/mod_mbox/incubator-impala-user/" scope="external" format="html" keys="impala-user"/>
+  <keydef href="https://mail-archives.apache.org/mod_mbox/impala-user/" scope="external" format="html" keys="impala-user"/>
   <keydef href="https://issues.apache.org/jira/browse/IMPALA" scope="external" format="html" keys="impala-jira"/>
 
   <keydef href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/FairScheduler.html#Configuration" scope="external" format="html" keys="FairScheduler"/>

http://git-wip-us.apache.org/repos/asf/impala/blob/72ed4fc8/docs/topics/impala_install.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_install.xml b/docs/topics/impala_install.xml
index 835294b..5b8bcab 100644
--- a/docs/topics/impala_install.xml
+++ b/docs/topics/impala_install.xml
@@ -73,7 +73,7 @@ under the License.
         <p>
           Developers interested in working on Impala can clone the Impala source repository:
 <codeblock>
-git clone https://git-wip-us.apache.org/repos/asf/incubator-impala.git
+git clone https://git-wip-us.apache.org/repos/asf/impala.git
 </codeblock>
         </p>
       </li>

http://git-wip-us.apache.org/repos/asf/impala/blob/72ed4fc8/docs/topics/impala_reserved_words.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_reserved_words.xml b/docs/topics/impala_reserved_words.xml
index 184cbea..5c83d6d 100644
--- a/docs/topics/impala_reserved_words.xml
+++ b/docs/topics/impala_reserved_words.xml
@@ -62,10 +62,10 @@ under the License.
 <title>List of Current Reserved Words</title>
 <conbody>
 <!-- This list is derived from the source code at:
-     https://github.com/apache/incubator-impala/blob/master/fe/src/main/jflex/sql-scanner.flex
+     https://github.com/apache/impala/blob/master/fe/src/main/jflex/sql-scanner.flex
 
 See the history, any recent changes, here:
-     https://github.com/apache/incubator-impala/commits/master/fe/src/main/jflex/sql-scanner.flex
+     https://github.com/apache/impala/commits/master/fe/src/main/jflex/sql-scanner.flex
 -->
 
 <codeblock rev="ver">add

http://git-wip-us.apache.org/repos/asf/impala/blob/72ed4fc8/tests/benchmark/report_benchmark_results.py
----------------------------------------------------------------------
diff --git a/tests/benchmark/report_benchmark_results.py b/tests/benchmark/report_benchmark_results.py
index 5acfd2d..286e4a1 100755
--- a/tests/benchmark/report_benchmark_results.py
+++ b/tests/benchmark/report_benchmark_results.py
@@ -246,7 +246,7 @@ def all_query_results(grouped):
 def get_commit_date(commit_sha):
   import urllib2
 
-  url = 'https://api.github.com/repos/apache/incubator-impala/commits/' + commit_sha
+  url = 'https://api.github.com/repos/apache/impala/commits/' + commit_sha
   try:
     request = urllib2.Request(url)
     response = urllib2.urlopen(request).read()