Relative Content

Tag Archive for pythonapache-sparkpysparkrdd

I can’t save RDD object into text files using PySpark

I am trying to create a Spark program to read the airport data from airport.text file, find all the airports which are located in United States and output the airport’s name and city’s name to an out_airport_in_usa.text file but I get error codes when using .saveAsTextFile