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 59BF3200B55 for ; Sun, 31 Jul 2016 17:16:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 58529160AA9; Sun, 31 Jul 2016 15:16:22 +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 9844B160A61 for ; Sun, 31 Jul 2016 17:16:21 +0200 (CEST) Received: (qmail 16288 invoked by uid 500); 31 Jul 2016 15:16:20 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 16264 invoked by uid 99); 31 Jul 2016 15:16:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2016 15:16:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6DDE92C0033 for ; Sun, 31 Jul 2016 15:16:20 +0000 (UTC) Date: Sun, 31 Jul 2016 15:16:20 +0000 (UTC) From: "James Clampffer (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-10708) libhdfs++: Expose an InputStream interface for the apache ORC project MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 31 Jul 2016 15:16:22 -0000 James Clampffer created HDFS-10708: -------------------------------------- Summary: libhdfs++: Expose an InputStream interface for the apache ORC project Key: HDFS-10708 URL: https://issues.apache.org/jira/browse/HDFS-10708 Project: Hadoop HDFS Issue Type: Sub-task Reporter: James Clampffer Assignee: James Clampffer It seems fitting to connect a pure c++ implementation of the HDFS client to a pure c++ implementation of a parser for the ORC file format. Implementing the orc::InputStream API is pretty straightforward. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org