scala - How to make a parquet file from a case class without using spark? -


i know can make parquet file dataframe. suppose that, have class class below:

case class person(         id:   string,         name: string,         roll: option[int]   ) 

now, have seq[person] , want make parquet file sequence of person. in case, won't use spark.

so, how can make parquet file using scala/play seq[person]?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -