i am trying to save my spark dataframe in tfrecords format , but it's give error.
here is my command ,
df.write.format("tfrecords").mode("overwrite").save()
error message :
Py4JJavaError: An error occurred while calling o1095.save.
: java.lang.ClassNotFoundException: Failed to find data source: tfrecords. Please find packages at http://spark.apache.org/third-party-projects.html
spark version 2.4.5