- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Kudu backup performance
- Labels:
-
Apache Kudu
Created ‎04-15-2021 05:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, we are trying to backup a kudu table as below :
spark2-submit --principal <user> --keytab <keytab> --master yarn --deploy-mode cluster --queue <queue> --executor-memory 12G --executor-cores 4 --driver-memory 4G --driver-cores 1 --class org.apache.kudu.backup.KuduBackup kudu-backup2_2.11-1.13.0.7.1.5.0-257.jar --kuduMasterAddresses $KUDU_MASTERS --rootPath hdfs:///backups --forceFull true impala::<table>
And it is super slow. Any suggestions on how to make it run faster?
Appreciate the feedback.
Created ‎04-15-2021 06:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Your question maybe related to this one: https://community.cloudera.com/t5/Support-Questions/Issue-of-copying-data-from-kudu-to-hdfs-using-sp...
