From issues-return-163715-archive-asf-public=cust-asf.ponee.io@hive.apache.org Mon Jul 22 18:31:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id D027618064F for ; Mon, 22 Jul 2019 20:31:03 +0200 (CEST) Received: (qmail 19275 invoked by uid 500); 22 Jul 2019 18:31:03 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 19263 invoked by uid 99); 22 Jul 2019 18:31:03 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jul 2019 18:31:03 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E9C94E2F33 for ; Mon, 22 Jul 2019 18:31:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 25F85265EC for ; Mon, 22 Jul 2019 18:31:01 +0000 (UTC) Date: Mon, 22 Jul 2019 18:31:01 +0000 (UTC) From: "Grant Henke (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12971) Hive Support for Kudu MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-12971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16890382#comment-16890382 ] Grant Henke commented on HIVE-12971: ------------------------------------ The latest patch, version 3, has good qtest coverage and should be ready for review. > Hive Support for Kudu > --------------------- > > Key: HIVE-12971 > URL: https://issues.apache.org/jira/browse/HIVE-12971 > Project: Hive > Issue Type: New Feature > Affects Versions: 2.0.0 > Reporter: Lenni Kuff > Assignee: Grant Henke > Priority: Major > Labels: pull-request-available > Attachments: HIVE-12971.0.patch, HIVE-12971.1.patch, HIVE-12971.2.patch, HIVE-12971.3.patch > > Time Spent: 50m > Remaining Estimate: 0h > > JIRA for tracking work related to Hive/Kudu integration. > It would be useful to allow Kudu data to be accessible via Hive. This would involve creating a Kudu SerDe/StorageHandler and implementing support for QUERY and DML commands like SELECT, INSERT, UPDATE, and DELETE. Kudu Input/OutputFormats classes already exist. The work can be staged to support this functionality incrementally. -- This message was sent by Atlassian JIRA (v7.6.14#76016)