Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 21A25200BF1 for ; Tue, 20 Dec 2016 00:19:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2033E160B3B; Mon, 19 Dec 2016 23:19:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 69CB3160B35 for ; Tue, 20 Dec 2016 00:19:07 +0100 (CET) Received: (qmail 21450 invoked by uid 500); 19 Dec 2016 23:19:06 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 21434 invoked by uid 99); 19 Dec 2016 23:19:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2016 23:19:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3D7DBC8675 for ; Mon, 19 Dec 2016 23:19:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id OSUuaCN1QUZG for ; Mon, 19 Dec 2016 23:19:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id EC49B5FBB1 for ; Mon, 19 Dec 2016 23:19:04 +0000 (UTC) Received: (qmail 21060 invoked by uid 99); 19 Dec 2016 23:18:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2016 23:18:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E7F21DFBAE; Mon, 19 Dec 2016 23:18:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: selva@apache.org To: commits@trafodion.incubator.apache.org Date: Mon, 19 Dec 2016 23:18:58 -0000 Message-Id: <8de19fb106e845d0ab55af9ee8e4cbfc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/8] incubator-trafodion git commit: Merge branch 'trafodion-2356' of github.com:selvaganesang/incubator-trafodion into trafodion-2356 archived-at: Mon, 19 Dec 2016 23:19:08 -0000 Repository: incubator-trafodion Updated Branches: refs/heads/master ac483c91e -> c5568f2a9 Merge branch 'trafodion-2356' of github.com:selvaganesang/incubator-trafodion into trafodion-2356 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/055f7bb7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/055f7bb7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/055f7bb7 Branch: refs/heads/master Commit: 055f7bb7ba344c7273e7ce2e725295a29f8768a2 Parents: 10e4bc8 7aabbab Author: selvaganesang Authored: Fri Nov 18 22:12:57 2016 +0000 Committer: selvaganesang Committed: Fri Nov 18 22:12:57 2016 +0000 ---------------------------------------------------------------------- core/sql/executor/HBaseClient_JNI.cpp | 666 ++++++------------------- core/sql/executor/JavaObjectInterface.cpp | 14 + core/sql/executor/JavaObjectInterface.h | 4 +- 3 files changed, 176 insertions(+), 508 deletions(-) ----------------------------------------------------------------------