[10/11] impala git commit: Bump Kudu version to a954418

2018-04-13 Thread bharathv
Bump Kudu version to a954418

Change-Id: Ib06c0fb3c24a8cee1dd4f34a221cf41a711a5359
Reviewed-on: http://gerrit.cloudera.org:8080/9982
Reviewed-by: Alex Behm 
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/e3bdc3e2
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/e3bdc3e2
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/e3bdc3e2

Branch: refs/heads/2.x
Commit: e3bdc3e247ab3a25a01c276eafefe5e895f97fb6
Parents: 371107a
Author: Thomas Tauber-Marshall 
Authored: Tue Apr 10 23:11:27 2018 +
Committer: Impala Public Jenkins 
Committed: Fri Apr 13 03:26:26 2018 +

--
 bin/impala-config.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/impala/blob/e3bdc3e2/bin/impala-config.sh
--
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index f113e53..6dff3d7 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -79,7 +79,7 @@ fi
 # moving to a different build of the toolchain, e.g. when a version is bumped 
or a
 # compile option is changed. The build id can be found in the output of the 
toolchain
 # build jobs, it is constructed from the build number and toolchain git hash 
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID=88-8e37339d45
+export IMPALA_TOOLCHAIN_BUILD_ID=102-02a8e245df
 # Versions of toolchain dependencies.
 # ---
 export IMPALA_AVRO_VERSION=1.7.4-p4
@@ -167,7 +167,7 @@ if [[ $OSTYPE == "darwin"* ]]; then
 fi
 
 # Kudu version in the toolchain; provides libkudu_client.so and minicluster 
binaries.
-export IMPALA_KUDU_VERSION=0eef8e0
+export IMPALA_KUDU_VERSION=a954418
 unset IMPALA_KUDU_URL
 
 # Kudu version used to identify Java client jar from maven



[5/6] impala git commit: Bump Kudu version to a954418

2018-04-12 Thread philz
Bump Kudu version to a954418

Change-Id: Ib06c0fb3c24a8cee1dd4f34a221cf41a711a5359
Reviewed-on: http://gerrit.cloudera.org:8080/9982
Reviewed-by: Alex Behm 
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/bc466c22
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/bc466c22
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/bc466c22

Branch: refs/heads/master
Commit: bc466c226f5f39014cf3fa2b6b88c0427ee3ec8a
Parents: 4438a85
Author: Thomas Tauber-Marshall 
Authored: Tue Apr 10 23:11:27 2018 +
Committer: Impala Public Jenkins 
Committed: Thu Apr 12 21:22:34 2018 +

--
 bin/impala-config.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/impala/blob/bc466c22/bin/impala-config.sh
--
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index 343610f..88a5dda 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -79,7 +79,7 @@ fi
 # moving to a different build of the toolchain, e.g. when a version is bumped 
or a
 # compile option is changed. The build id can be found in the output of the 
toolchain
 # build jobs, it is constructed from the build number and toolchain git hash 
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID=88-8e37339d45
+export IMPALA_TOOLCHAIN_BUILD_ID=102-02a8e245df
 # Versions of toolchain dependencies.
 # ---
 export IMPALA_AVRO_VERSION=1.7.4-p4
@@ -167,7 +167,7 @@ if [[ $OSTYPE == "darwin"* ]]; then
 fi
 
 # Kudu version in the toolchain; provides libkudu_client.so and minicluster 
binaries.
-export IMPALA_KUDU_VERSION=0eef8e0
+export IMPALA_KUDU_VERSION=a954418
 unset IMPALA_KUDU_URL
 
 



impala git commit: Bump Kudu version.

2018-04-09 Thread tmarshall
Repository: impala
Updated Branches:
  refs/heads/2.x 9b56cc3c8 -> b90a67265


Bump Kudu version.

Change-Id: I8d9a5085bf1e66ecc1a561b6245ebe7f34ca83a6
Reviewed-on: http://gerrit.cloudera.org:8080/9954
Reviewed-by: Grant Henke 
Reviewed-by: Thomas Tauber-Marshall 
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/b90a6726
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/b90a6726
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/b90a6726

Branch: refs/heads/2.x
Commit: b90a672652e756a0b5725be94b7f52c2066d2ab9
Parents: 9b56cc3
Author: Philip Zeyliger 
Authored: Mon Apr 9 10:39:02 2018 -0700
Committer: Impala Public Jenkins 
Committed: Mon Apr 9 22:19:20 2018 +

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


http://git-wip-us.apache.org/repos/asf/impala/blob/b90a6726/bin/impala-config.sh
--
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index f818a6d..621586e 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -162,7 +162,7 @@ export IMPALA_KUDU_VERSION=0eef8e0
 unset IMPALA_KUDU_URL
 
 # Kudu version used to identify Java client jar from maven
-export KUDU_JAVA_VERSION=1.7.0-cdh5.16.0-SNAPSHOT
+export KUDU_JAVA_VERSION=1.8.0-cdh5.16.0-SNAPSHOT
 
 # Versions of Hadoop ecosystem dependencies.
 # --



[2/3] impala git commit: Bump Kudu version to 0eef8e0

2018-02-16 Thread tmarshall
Bump Kudu version to 0eef8e0

This pulls in support for DECIMAL.

Change-Id: Id983ceb8806b2a002fadb19c065267d45f4c65db
Reviewed-on: http://gerrit.cloudera.org:8080/9348
Reviewed-by: Lars Volker 
Reviewed-by: Grant Henke 
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/be675e15
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/be675e15
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/be675e15

Branch: refs/heads/master
Commit: be675e15578eda6285c9558c21bc16ce9dfb7ffc
Parents: 61f892a
Author: Thomas Tauber-Marshall 
Authored: Thu Feb 15 18:29:33 2018 -0800
Committer: Impala Public Jenkins 
Committed: Fri Feb 16 06:36:48 2018 +

--
 be/src/exec/kudu-util.cc | 3 +++
 bin/impala-config.sh | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/impala/blob/be675e15/be/src/exec/kudu-util.cc
--
diff --git a/be/src/exec/kudu-util.cc b/be/src/exec/kudu-util.cc
index 03cb51f..d32df25 100644
--- a/be/src/exec/kudu-util.cc
+++ b/be/src/exec/kudu-util.cc
@@ -193,6 +193,9 @@ ColumnType KuduDataTypeToColumnType(DataType type) {
 case DataType::DOUBLE: return ColumnType(PrimitiveType::TYPE_DOUBLE);
 case DataType::BINARY: return ColumnType(PrimitiveType::TYPE_BINARY);
 case DataType::UNIXTIME_MICROS: return 
ColumnType(PrimitiveType::TYPE_TIMESTAMP);
+case DataType::DECIMAL:
+  DCHECK(false) << "DECIMAL is not supported on Kudu.";
+  return ColumnType(PrimitiveType::INVALID_TYPE);
   }
   return ColumnType(PrimitiveType::INVALID_TYPE);
 }

http://git-wip-us.apache.org/repos/asf/impala/blob/be675e15/bin/impala-config.sh
--
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index bb1cb15..d13e68b 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -72,7 +72,7 @@ fi
 # moving to a different build of the toolchain, e.g. when a version is bumped 
or a
 # compile option is changed. The build id can be found in the output of the 
toolchain
 # build jobs, it is constructed from the build number and toolchain git hash 
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID=39-a1bbd2851a
+export IMPALA_TOOLCHAIN_BUILD_ID=53-d95bb7f778
 # Versions of toolchain dependencies.
 # ---
 export IMPALA_AVRO_VERSION=1.7.4-p4
@@ -158,7 +158,7 @@ if [[ $OSTYPE == "darwin"* ]]; then
 fi
 
 # Kudu version in the toolchain; provides libkudu_client.so and minicluster 
binaries.
-export IMPALA_KUDU_VERSION=1520b39
+export IMPALA_KUDU_VERSION=0eef8e0
 unset IMPALA_KUDU_URL
 
 # Kudu version used to identify Java client jar from maven



[1/2] impala git commit: Bump Kudu version to 0eef8e0

2018-02-16 Thread tmarshall
Repository: impala
Updated Branches:
  refs/heads/2.x 354293d8c -> 937d5b21a


Bump Kudu version to 0eef8e0

This pulls in support for DECIMAL.

Change-Id: Id983ceb8806b2a002fadb19c065267d45f4c65db
Reviewed-on: http://gerrit.cloudera.org:8080/9348
Reviewed-by: Lars Volker 
Reviewed-by: Grant Henke 
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/1e889722
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/1e889722
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/1e889722

Branch: refs/heads/2.x
Commit: 1e8897223884350464562ef79c90f5c0bc029da5
Parents: 354293d
Author: Thomas Tauber-Marshall 
Authored: Thu Feb 15 18:29:33 2018 -0800
Committer: Impala Public Jenkins 
Committed: Fri Feb 16 07:10:17 2018 +

--
 be/src/exec/kudu-util.cc | 3 +++
 bin/impala-config.sh | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/impala/blob/1e889722/be/src/exec/kudu-util.cc
--
diff --git a/be/src/exec/kudu-util.cc b/be/src/exec/kudu-util.cc
index 03cb51f..d32df25 100644
--- a/be/src/exec/kudu-util.cc
+++ b/be/src/exec/kudu-util.cc
@@ -193,6 +193,9 @@ ColumnType KuduDataTypeToColumnType(DataType type) {
 case DataType::DOUBLE: return ColumnType(PrimitiveType::TYPE_DOUBLE);
 case DataType::BINARY: return ColumnType(PrimitiveType::TYPE_BINARY);
 case DataType::UNIXTIME_MICROS: return 
ColumnType(PrimitiveType::TYPE_TIMESTAMP);
+case DataType::DECIMAL:
+  DCHECK(false) << "DECIMAL is not supported on Kudu.";
+  return ColumnType(PrimitiveType::INVALID_TYPE);
   }
   return ColumnType(PrimitiveType::INVALID_TYPE);
 }

http://git-wip-us.apache.org/repos/asf/impala/blob/1e889722/bin/impala-config.sh
--
diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index bb1cb15..d13e68b 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -72,7 +72,7 @@ fi
 # moving to a different build of the toolchain, e.g. when a version is bumped 
or a
 # compile option is changed. The build id can be found in the output of the 
toolchain
 # build jobs, it is constructed from the build number and toolchain git hash 
prefix.
-export IMPALA_TOOLCHAIN_BUILD_ID=39-a1bbd2851a
+export IMPALA_TOOLCHAIN_BUILD_ID=53-d95bb7f778
 # Versions of toolchain dependencies.
 # ---
 export IMPALA_AVRO_VERSION=1.7.4-p4
@@ -158,7 +158,7 @@ if [[ $OSTYPE == "darwin"* ]]; then
 fi
 
 # Kudu version in the toolchain; provides libkudu_client.so and minicluster 
binaries.
-export IMPALA_KUDU_VERSION=1520b39
+export IMPALA_KUDU_VERSION=0eef8e0
 unset IMPALA_KUDU_URL
 
 # Kudu version used to identify Java client jar from maven