You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Huaisi Xu (Code Review)" <ge...@cloudera.org> on 2016/06/08 22:56:46 UTC

[Impala-CR](cdh5-trunk) IMPALA-3499: Split catalog update

Huaisi Xu has uploaded a new patch set (#9).

Change subject: IMPALA-3499: Split catalog update
......................................................................

IMPALA-3499: Split catalog update

Java does not support byte array larger than 2GB. This
patch splits update into a list of updates that are all
less than 2GB.

Change-Id: I176db25124a32944f2396ce8aafbed49cac95928
---
M be/src/service/frontend.cc
M be/src/service/frontend.h
M be/src/service/impala-server.cc
M be/src/util/jni-util.h
M fe/src/main/java/com/cloudera/impala/service/JniFrontend.java
5 files changed, 76 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/67/3067/9
-- 
To view, visit http://gerrit.cloudera.org:8080/3067
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I176db25124a32944f2396ce8aafbed49cac95928
Gerrit-PatchSet: 9
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Huaisi Xu <hx...@cloudera.com>
Gerrit-Reviewer: Dan Hecht <dh...@cloudera.com>
Gerrit-Reviewer: Dimitris Tsirogiannis <dt...@cloudera.com>
Gerrit-Reviewer: Henry Robinson <he...@cloudera.com>
Gerrit-Reviewer: Huaisi Xu <hx...@cloudera.com>