You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Zhong, Gary" <ga...@sap.com> on 2015/07/15 04:17:06 UTC

Does this orc library support to write data into a orc file?

Hi all,
We happened to know there is a orc library here developed by hortonworks.-  https://github.com/hortonworks/orc?files=1. And we intent to write data into orc file format using this library. But seems we don't find any API for writing file in orc format. Am I missing something? Or the library does support this functionality? If it supports,  could you provides an example. Thanks very much.

Re: Does this orc library support to write data into a orc file?

Posted by Owen O'Malley <om...@apache.org>.
Hi Gary,
   The C++ implementation doesn't support writes yet. It is planned, but we
haven't gotten to it yet.

We've moved over to Apache and so the code is:

https://github.com/apache/orc/tree/master

.. Owen

On Tue, Jul 14, 2015 at 7:17 PM, Zhong, Gary <ga...@sap.com> wrote:

> Hi all,
> We happened to know there is a orc library here developed by
> hortonworks.-  https://github.com/hortonworks/orc?files=1. And we intent
> to write data into orc file format using this library. But seems we don't
> find any API for writing file in orc format. Am I missing something? Or the
> library does support this functionality? If it supports,  could you
> provides an example. Thanks very much.
>