Skip to content

Commit

Permalink
[backup] fix log info
Browse files Browse the repository at this point in the history
Change-Id: I4eae75374c21253acfcbf410617b6b39cfbed7bf
Reviewed-on: http://gerrit.cloudera.org:8080/15429
Tested-by: Kudu Jenkins
Reviewed-by: Grant Henke <[email protected]>
  • Loading branch information
zhangyifan27 authored and granthenke committed Mar 13, 2020
1 parent de2bf21 commit 30c8287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ object KuduBackup {
val backupResult = Try(doBackup(tableName, context, session, io, options, backupMap))
backupResult match {
case Success(()) =>
log.info(s"Successfully backed up up table $tableName")
log.info(s"Successfully backed up table $tableName")
case Failure(ex) =>
if (options.numParallelBackups == 1 && options.failOnFirstError)
throw ex
Expand Down

0 comments on commit 30c8287

Please sign in to comment.