Udit Joshi created PARQUET-1587:
-----------------------------------
Summary: Parquet Writer doesn't support to write list of Groups
directly into hadoop
Key: PARQUET-1587
URL: https://issues.apache.org/jira/browse/PARQUET-1587
Project: Parquet
Issue Type: Bug
Components: parquet-mr
Affects Versions: 1.10.1
Reporter: Udit Joshi
I am trying to create the object of {color:#d04437}ParquetWriter{color} class
which accepts the argument (OutputFile, Mode, WriteSupport,
CompressionCodecName, int, boolean, Configuration, int, ParquetProperties). But
this constructor has default access modifier. I can't able to access it.
I also used {color:#d04437}ParquetFileWriter{color} class but it doesn't show
any group support.
*Gradle dependency*
{quote}compile group: 'org.apache.parquet', name: 'parquet-hadoop', version:
'1.10.1'
{quote}
*Is there any way to writer parquet file into Hadoop with GroupSupport?*
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)