Hi

I am a newbie attempting to understand how to use Parquet in cojunction
with spark.

I am attempting to create a Parquet Table (perhaps partitioned by day) and
stream telemetry data (time series) into the parquet table.

Are there any examples of InsertIntoParquetTable  that I can follow where
records are streamed into an existing Table in Parquet format


http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.parquet.InsertIntoParquetTable

Reply via email to