Member since
05-09-2017
3
Posts
0
Kudos Received
0
Solutions
05-09-2017
09:00 PM
hello,could you please help me to fix this error, I tried your code but it's dosn't work for me! i get this the error : File "<stdin>", line 1, in <module>
File "/usr/hdp/2.5.0.0-1245/spark/python/pyspark/sql/readwriter.py", line 395, in save
self._jwrite.save()
File "/usr/hdp/2.5.0.0-1245/spark/python/lib/py4j-0.9-src.zip/py4j/java_gateway.py", line 813, in __call__
File "/usr/hdp/2.5.0.0-1245/spark/python/pyspark/sql/utils.py", line 45, in deco
return f(*a, **kw)
File "/usr/hdp/2.5.0.0-1245/spark/python/lib/py4j-0.9-src.zip/py4j/protocol.py", line 308, in get_return_value
py4j.protocol.Py4JJavaError: An error occurred while calling o64.save.
... View more