This is an automated email from the ASF dual-hosted git repository.
volodymyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 7e6fc81 DRILL-7693: Updated protobuf version to 3.11.1
new 6cb6438 DRILL-7702: Update httpclient, libthrift, httpdlog-parser,
jetty, derby, exclude and ban log4j, jasper-runtime, commons-httpclient
new 8a82d3d DRILL-7702: Update ZooKeeper and Curator, exclude
org.codehaus.jackson
new 7d0c927 DRILL-7702: Update shaded guava
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../common/concurrent/AbstractCheckedFuture.java | 99 ++++++++++++++++++
.../drill/common/concurrent/CheckedFuture.java | 72 +++++++++++++
.../drill/common/exceptions/DrillIOException.java | 2 +-
contrib/format-maprdb/pom.xml | 21 +++-
.../store/mapr/db/binary/BinaryTableGroupScan.java | 2 +-
.../store/mapr/db/json/JsonTableGroupScan.java | 2 +-
contrib/storage-hbase/pom.xml | 92 +++++++++++------
contrib/storage-hive/core/pom.xml | 32 ++++++
contrib/storage-hive/hive-exec-shade/pom.xml | 40 ++++++++
distribution/src/assemble/component.xml | 1 +
drill-shaded/drill-shaded-guava/pom.xml | 5 +-
.../apache/drill/yarn/zk/ZKClusterCoordinator.java | 2 +-
exec/java-exec/pom.xml | 2 +-
.../drill/exec/coord/zk/ZKClusterCoordinator.java | 2 +-
.../org/apache/drill/exec/rpc/user/UserClient.java | 4 +-
.../org/apache/drill/exec/work/QueryWorkUnit.java | 2 +-
.../apache/drill/exec/work/foreman/Foreman.java | 28 ++----
exec/jdbc-all/pom.xml | 6 +-
.../org/apache/drill/exec/rpc/DrillRpcFuture.java | 11 +-
.../apache/drill/exec/rpc/DrillRpcFutureImpl.java | 15 ++-
.../apache/drill/exec/rpc/RpcCheckedFuture.java | 6 +-
.../org/apache/drill/exec/rpc/RpcException.java | 11 +-
pom.xml | 111 +++++++++++++++++----
23 files changed, 465 insertions(+), 103 deletions(-)
create mode 100644
common/src/main/java/org/apache/drill/common/concurrent/AbstractCheckedFuture.java
create mode 100644
common/src/main/java/org/apache/drill/common/concurrent/CheckedFuture.java