before I this work, I saved my files using pyspark. cause they were so big to handling with python. saved as Pickle but seems like dir, idk.
And after works did done, I call with sc.pickleFile(file_name)
like this, and this error occurs.
Py4JJavaError: An error occurred while calling z:org.apache.spark.api.python.PythonRDD.collectAndServe.
: java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: {filename}
Files( DIRs? ) in one Directory, and if i entered specific one, the file names like part-00000
, part-00001
...
I've changed pythonpath, or work env ( opened jupyter in Dir ). But All doesn't work i can't handling my files :(