Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Spark 1.6.3 bucketBy error

avatar
Super Collaborator

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

1 ACCEPTED SOLUTION

avatar
1 REPLY 1

avatar