Hi Team,
I was trying to load dataframe to hive table, bucket by one of the column. I am facing error.
File "<stdin>", line 1, in <module>
AttributeError: 'DataFrameWriter' object has no attribute 'bucketBy'
Here is the statement I am trying to pass
rs.write.bucketBy(4,"Column1").sortBy("column2").saveAsTable("database.table")
Can you please help me out in this