Hello, I am Ravi Tatapudi, from IBM-India. I am working on a simple test-tool, that writes data to Parquet-files, which can be imported into hive-tables. Pl. find attached sample-program, which writes simple parquet-data-file:
Using the above program, I could create "parquet-files" with data-types: INT, LONG, STRING, Boolean...etc (i.e., basically all data-types supported by "org.apache.avro.Schema.Type) & load it into "hive" tables successfully. Now, I am trying to figure out, how to write "date, timestamp, decimal data" into parquet-files. In this context, I request you provide the possible options (and/or sample-program, if any..), in this regard. Thanks, Ravi
