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.

What should we backup for kudu??

avatar
Expert Contributor

 Hi,

 

We know that kudu doesn't provide any backup or restore support. If we have to do it on our own, what all has to be backedup?

1 ACCEPTED SOLUTION

avatar
Expert Contributor

Hi @awong

 

That means we would need a java or such program to convert the data to Parquet and then copy to HDFS right!!

View solution in original post

2 REPLIES 2

avatar
Rising Star
There might be a better answer, but I don't think it's too uncommon to
periodically write all of your Kudu data to HDFS in Parquet. That way, if
your Kudu cluster somehow becomes irrecoverably broken, you'll at least be
able to bring back any lost tables from the HDFS copy.

avatar
Expert Contributor

Hi @awong

 

That means we would need a java or such program to convert the data to Parquet and then copy to HDFS right!!