unsubscribe

2023-01-20 Thread peng
unsubscribe

Writing protobuf RDD to parquet

2023-01-20 Thread David Diebold
Hello, I'm trying to write to parquet some RDD[T] where T is a protobuf message, in scala. I am wondering what is the best option to do this, and I would be interested by your lights. So far, I see two possibilities: - use PairRDD method *saveAsNewAPIHadoopFile*, and I guess I need to call