Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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