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 2018/07/18 23:00:40 UTC

[1/2] impala git commit: [DOCS] Fixed an invalid link in impala_set.xml

Repository: impala
Updated Branches:
  refs/heads/master add651c11 -> 8c284e771


[DOCS] Fixed an invalid link in impala_set.xml

Change-Id: I25200f832fe6c3e4666ca391434558b1db570c59
Reviewed-on: http://gerrit.cloudera.org:8080/10985
Reviewed-by: Alex Rodoni <ar...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


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

Branch: refs/heads/master
Commit: b90ce3f06891fbaa913f9d85fca977e886e042ed
Parents: add651c
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Wed Jul 18 14:41:48 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Wed Jul 18 21:52:46 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_set.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/b90ce3f0/docs/topics/impala_set.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_set.xml b/docs/topics/impala_set.xml
index ddf89da..fe75cf2 100644
--- a/docs/topics/impala_set.xml
+++ b/docs/topics/impala_set.xml
@@ -51,8 +51,8 @@ under the License.
       interpreted as an <codeph>impala-shell</codeph> command that has differences from the SQL
       <codeph>SET</codeph> statement. See
       <xref
-        href="impala_shell_commands.xml#shell_commands/set_cmd"/> for the
-      information about the <codeph>SET</codeph> command in <codeph>impala-shell</codeph>.
+        href="impala_shell_commands.xml#shell_commands"/> for the information about
+      the <codeph>SET</codeph> command in <codeph>impala-shell</codeph>.
     </p>
 
     <p conref="../shared/impala_common.xml#common/syntax_blurb"/>


[2/2] impala git commit: IMPALA-7316: Fix broken build due to Hadoop JAR mismatch

Posted by ta...@apache.org.
IMPALA-7316: Fix broken build due to Hadoop JAR mismatch

Update the CDH_BUILD_NUMBER to 479815 which contains commit:
https://github.com/apache/hadoop/commit/7c9cdad6d04c98db5a83e2108219bf6e6c903daf

Testing:
- Ran all core tests

Change-Id: I363abb91146ccdefc073e21477c847f4efcd8877
Reviewed-on: http://gerrit.cloudera.org:8080/10981
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Philip Zeyliger <ph...@cloudera.com>


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

Branch: refs/heads/master
Commit: 8c284e771c6933f51e0010379bc98c43e4407867
Parents: b90ce3f
Author: Fredy Wijaya <fw...@cloudera.com>
Authored: Wed Jul 18 12:01:09 2018 -0700
Committer: Fredy Wijaya <fw...@cloudera.com>
Committed: Wed Jul 18 22:42:09 2018 +0000

----------------------------------------------------------------------
 bin/impala-config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/8c284e77/bin/impala-config.sh
----------------------------------------------------------------------
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index d4f40af..9628fb7 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -160,7 +160,7 @@ unset IMPALA_KUDU_URL
 : ${CDH_DOWNLOAD_HOST:=native-toolchain.s3.amazonaws.com}
 export CDH_DOWNLOAD_HOST
 export CDH_MAJOR_VERSION=6
-export CDH_BUILD_NUMBER=422770
+export CDH_BUILD_NUMBER=479815
 export IMPALA_HADOOP_VERSION=3.0.0-cdh6.x-SNAPSHOT
 export IMPALA_HBASE_VERSION=2.0.0-cdh6.x-SNAPSHOT
 export IMPALA_HIVE_VERSION=2.1.1-cdh6.x-SNAPSHOT