avro

How to read Avro file in PySpark

How to read Avro file in PySpark Question: I am writing a spark job using python. However, I need to read in a whole bunch of avro files. This is the closest solution that I have found in Spark’s example folder. However, you need to submit this python script using spark-submit. In the command line …

Total answers: 4