Uh oh!
There was an error while loading. Please reload this page.
HBASE-27541 Add support for defining restore hfile output path - #4933
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Apache-HBase
commented
Dec 21, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 21, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 21, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 9, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 9, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 9, 2023
🎊 +1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f01b36c to
18b2756CompareApache-HBase
commented
Jan 9, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 9, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 9, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 9, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 9, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 10, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 10, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 10, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 10, 2023
🎊 +1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Jan 12, 2023
🎊 +1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
| try { | ||
| return BackupUtils.getBulkOutputDir("test", conf, false); | ||
| try (FileSystem fs = FileSystem.get(conf)) { | ||
| String tmp = conf.get(HConstants.TEMPORARY_FS_DIRECTORY_KEY, |
There was a problem hiding this comment.
we should probably make this a util method somewhere rather than duplicate it in all the tests... it could be in BackupUtils or maybe CommonFSUtils
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
f388a5c to
32eb542CompareApache-HBase
commented
Jan 13, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 13, 2023
🎊 +1 overall
This message was automatically generated. |
bbeaudreault
left a comment
There was a problem hiding this comment.
I think we're almost ready to merge. One last request
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Bryan Beaudreault <bbeaudreault@hubspot.com> Extract tmp restore output dir
Apache-HBase
commented
Jan 17, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 17, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jan 17, 2023
🎊 +1 overall
This message was automatically generated. |
…ystem (#4933) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
…o a separate filesystem (apache#4933) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
No description provided.