hadoop - What is the best way to write a Scala object to Parquet? -
i have scala case class created json, case class person(age:int, name:string). know cannot write json parquet.
can write case class directly parquet or need use format scrooge/thrift or avro? apis best use this?
i think need implement parquetwritesupport class write custom class.
Comments
Post a Comment