Mike,

IIRC you just need your Hadoop Configuration Resources to include a
core-site.xml that has the filesystem set to file:/// or something
similar. Others can/will certainly know better and hopefully
confirm/deny :)

For example, in the unit test PutParquetTest, the core-site.xml has
the following property:

<configuration>
    <property>
        <name>fs.defaultFS</name>
        <value>file:///</value>
    </property>
</configuration>


Regards,
Matt

On Thu, Jun 7, 2018 at 6:18 PM, Mike Thomsen <mikerthom...@gmail.com> wrote:
> Just wondering if anyone has configured the Parquet processors to write to a
> local file system and if so, what was involved. My understanding is that S3
> and HDFS are normally required.
>
> Thanks,
>
> Mike

Reply via email to