Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hadoop-ozone/dev-support/checks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -eu -o pipefail

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "${DIR}"/_build.sh install "$@"
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,12 @@
* Example usage:
*
* <pre>
* {@code
*
* @UpgradeActionRecon(feature = FEATURE_NAME, type = FINALIZE)
* public class FeatureNameUpgradeAction implements ReconUpgradeAction {
* @Override
* public void execute() throws Exception {
* // Custom upgrade logic for FEATURE_1
* }
* }
* &#64;UpgradeActionRecon(feature = FEATURE_NAME, type = FINALIZE)
* public class FeatureNameUpgradeAction implements ReconUpgradeAction {
* &#64;Override
* public void execute() throws Exception {
* // Custom upgrade logic for FEATURE_1
* }
* }
* </pre>
*/
Expand Down