From commits-return-11502-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Thu Feb 13 14:44:02 2020 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 C5CEF1802C7 for ; Thu, 13 Feb 2020 15:44:01 +0100 (CET) Received: (qmail 19689 invoked by uid 500); 13 Feb 2020 14:44:01 -0000 Mailing-List: contact commits-help@hudi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hudi.apache.org Delivered-To: mailing list commits@hudi.apache.org Received: (qmail 19674 invoked by uid 99); 13 Feb 2020 14:44:01 -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; Thu, 13 Feb 2020 14:44:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 95FEBE2E0E for ; Thu, 13 Feb 2020 14:44:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 16B80780395 for ; Thu, 13 Feb 2020 14:44:00 +0000 (UTC) Date: Thu, 13 Feb 2020 14:44:00 +0000 (UTC) From: "vinoyang (Jira)" To: commits@hudi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HUDI-609) Implement a Flink specific HoodieIndex MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 vinoyang created HUDI-609: ----------------------------- Summary: Implement a Flink specific HoodieIndex Key: HUDI-609 URL: https://issues.apache.org/jira/browse/HUDI-609 Project: Apache Hudi (incubating) Issue Type: Sub-task Reporter: vinoyang Assignee: vinoyang Indexing is a key step in hudi's write flow. {{HoodieIndex}} is the super abstract class of all the implement of the index. Currently, {{HoodieIndex}} couples with Spark in the design. However, HUDI-538 is doing the restructure for hudi-client so that hudi can be decoupled with Spark. After that, we would get an engine-irrelevant implementation of {{HoodieIndex}}. And extending that class, we could implement a Flink specific index. -- This message was sent by Atlassian Jira (v8.3.4#803005)