I am usually a user of Parquet through Hive or Spark, but I wanted to sit down and write my own small example application of using the library directly.
Is there some quick way that I can write a Parquet file to the local file system using java.nio.Path (i.e., with no Hadoop dependencies?) Thanks!
