You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was tryging to read local file with sc.textFile("./README.md") in spark container. But if fails and throw exception to file hdfs://README.md which is really not what we want.
The text was updated successfully, but these errors were encountered:
I was tryging to read local file with
sc.textFile("./README.md")
in spark container. But if fails and throw exception to filehdfs://README.md
which is really not what we want.The text was updated successfully, but these errors were encountered: