This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 12fb58d BIGTOP-3282. Bump Hive to 2.3.6. (#592)
12fb58d is described below
commit 12fb58d16066768719cdb0badf64000e7cad1ae0
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Feb 7 13:22:25 2020 +0900
BIGTOP-3282. Bump Hive to 2.3.6. (#592)
---
.../src/common/hive/patch1-HIVE-22839.diff | 28 ++++++++++++++++++++++
bigtop.bom | 2 +-
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/bigtop-packages/src/common/hive/patch1-HIVE-22839.diff
b/bigtop-packages/src/common/hive/patch1-HIVE-22839.diff
new file mode 100644
index 0000000..e2f75e7
--- /dev/null
+++ b/bigtop-packages/src/common/hive/patch1-HIVE-22839.diff
@@ -0,0 +1,28 @@
+diff --git
a/metastore/src/test/org/apache/hadoop/hive/metastore/hbase/MockUtils.java
b/metastore/src/test/org/apache/hadoop/hive/metastore/hbase/MockUtils.java
+index 784648a..83c7781 100644
+--- a/metastore/src/test/org/apache/hadoop/hive/metastore/hbase/MockUtils.java
++++ b/metastore/src/test/org/apache/hadoop/hive/metastore/hbase/MockUtils.java
+@@ -29,6 +29,8 @@
+ import org.apache.hadoop.hbase.client.Result;
+ import org.apache.hadoop.hbase.client.ResultScanner;
+ import org.apache.hadoop.hbase.client.Scan;
++import org.apache.hadoop.hbase.client.metrics.ScanMetrics;
++
+ import org.apache.hadoop.hive.conf.HiveConf;
+ import org.apache.hadoop.hive.conf.HiveConf.ConfVars;
+ import org.apache.hadoop.hive.metastore.FileFormatProxy;
+@@ -157,6 +159,14 @@ public void close() {
+ public Iterator<Result> iterator() {
+ return iter;
+ }
++
++ public ScanMetrics getScanMetrics() {
++ return null;
++ }
++
++ public boolean renewLease() {
++ return true;
++ }
+ };
+ }
+ });
diff --git a/bigtop.bom b/bigtop.bom
index 90a7655..1e60422 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -175,7 +175,7 @@ bigtop {
'hive' {
name = 'hive'
relNotes = 'Apache Hive'
- version { base = '2.3.3'; pkg = base; release = 1 }
+ version { base = '2.3.6'; pkg = base; release = 1 }
tarball { destination = "apache-${name}-${version.base}-src.tar.gz"
source = destination }
url { download_path = "/$name/$name-${version.base}/"