From 2423d23f8a84f4b38d2250ae0598207aeda243b2 Mon Sep 17 00:00:00 2001 From: Jim Apple Date: Fri, 6 Jan 2017 15:53:24 -0800 Subject: [PATCH 1/2] Update VERSION to begin release candidate testing Change-Id: I0fcec577babba0929600d540936bb154a42dee50 --- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/save-version.sh b/bin/save-version.sh index da736adb01..002ce319a5 100755 --- a/bin/save-version.sh +++ b/bin/save-version.sh @@ -21,7 +21,7 @@ # Note: for internal (aka pre-release) versions, the version should have # "-INTERNAL" appended. Parts of the code will look for this to distinguish # between released and internal versions. -VERSION=2.8.0-SNAPSHOT +VERSION=2.8.0-RELEASE GIT_HASH=$(git rev-parse HEAD 2> /dev/null) if [ -z $GIT_HASH ] then From 95e9479c12a3ba6fdfed25ae88467c8ba4622ad2 Mon Sep 17 00:00:00 2001 From: Jim Apple Date: Thu, 5 Jan 2017 08:19:28 -0800 Subject: [PATCH 2/2] Add disclaimer to docs: Cloudera-specific info still present. While we are working on excising it, we don't want users to be confused about what the manual is intended to describe. Change-Id: I7740189fd7ff7f22d8471f037e190d9923521936 Reviewed-on: http://gerrit.cloudera.org:8080/5610 Reviewed-by: Tim Armstrong Tested-by: Impala Public Jenkins --- docs/topics/impala_intro.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/topics/impala_intro.xml b/docs/topics/impala_intro.xml index aef7565738..0407333314 100644 --- a/docs/topics/impala_intro.xml +++ b/docs/topics/impala_intro.xml @@ -52,7 +52,10 @@ under the License. Impala was accepted into the Apache incubator on December 2, 2015. In places where the documentation formerly referred to Cloudera Impala, - now the official name is Apache Impala (incubating). + now the official name is Apache Impala (incubating). As of January 2016, + the Impala community is working on excising the Cloudera-specific documentation + from this manual. While that is ongoing, there are still some outdated or + off-topic parts of this manual.