Something like this? This is the source for the head command, a very simple reader.
https://github.com/Parquet/parquet-mr/blob/master/parquet-tools/src/main/java/parquet/tools/command/HeadCommand.java ________________________________________ From: manish agarwal [[email protected]] Sent: Tuesday, March 24, 2015 9:56 PM To: [email protected] Subject: Re: reader is a bit complex actaully i wanted to write a java utility which will read me columns and then i can process those fields as per my requirements . Hence was looking for some examples On Wed, Mar 25, 2015 at 10:23 AM, Neal Sidhwaney <[email protected]> wrote: > Do tools like parquet-{dump, cat, head} inside parquet-tools do what you > are looking for? > -neal > > On Wed, Mar 25, 2015 at 12:40 AM, manish agarwal < > [email protected]> > wrote: > > > is there an example parquet reader which just takes in the parquet files > > path (since its complete in itself) and spits out the contents for me ? > > > > -- > > Thanks and Regards > > Manish Agarwal > > *Contact info : +91 8130831119 [email protected] > > <[email protected]>* > > > -- Thanks and Regards Manish Agarwal *Contact info : +91 8130831119 [email protected] <[email protected]>*
