PySpark code
>>> df.write.orc(specified_path)

teradatamlspk code to store the file in local file system
>>> df.write.orc(specified_path)