Member since
03-21-2017
1
Post
0
Kudos Received
0
Solutions
03-21-2017
08:38 AM
I am using pyspark3 on Spark 2.02 and when run the above code i get following error: 'HiveContext' object has no attribute 'load'
Traceback (most recent call last):
AttributeError: 'HiveContext' object has no attribute 'load'
... View more