From dev-return-2811-archive-asf-public=cust-asf.ponee.io@orc.apache.org Mon May 27 11:49:20 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 49A91180638 for ; Mon, 27 May 2019 13:49:20 +0200 (CEST) Received: (qmail 93993 invoked by uid 500); 27 May 2019 11:49:04 -0000 Mailing-List: contact dev-help@orc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@orc.apache.org Delivered-To: mailing list dev@orc.apache.org Received: (qmail 93952 invoked by uid 99); 27 May 2019 11:49:04 -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, 27 May 2019 11:49:04 +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 D28FBE2C0B for ; Mon, 27 May 2019 11:49: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 31F8125814 for ; Mon, 27 May 2019 11:49:00 +0000 (UTC) Date: Mon, 27 May 2019 11:49:00 +0000 (UTC) From: =?utf-8?Q?Isma=C3=ABl_Mej=C3=ADa_=28JIRA=29?= To: dev@orc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ORC-508) Add a reader/writer that do not depend on Hadoop FileSystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Isma=C3=ABl Mej=C3=ADa created ORC-508: -------------------------------- Summary: Add a reader/writer that do not depend on Hadoop File= System Key: ORC-508 URL: https://issues.apache.org/jira/browse/ORC-508 Project: ORC Issue Type: Improvement Components: Java Reporter: Isma=C3=ABl Mej=C3=ADa It seems that the default implementation classes of Orc today depend on Had= oop FS objects to write. This is not ideal for APIs that do not rely on Had= oop. For some context I was taking a look at adding support for Apache Beam= , but Beam's API supports multiple filesystems with a more generic abstract= ion that relies on Java's Channels and Streams APIs. That delegate directly= to Distributed FS e.g. Google Cloud Storage, Amazon S3, etc. It would be r= eally nice to have such support in the core implementation and to maybe spl= it the hadoop depending implementation into its own module in the future. =C2=A0 =C2=A0 After a look at some parts of the `orc-core` -- This message was sent by Atlassian JIRA (v7.6.3#76005)