The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Oozie::Constants

VERSION

version 0.016

SYNOPSIS

    use App::Oozie::Constants qw( DEFAULT_CLUSTER_NAME );
    printf 'Default cluster name is %s', DEFAULT_CLUSTER_NAME;

DESCRIPTION

Internal constants.

NAME

App::Oozie::Constants - Internal constants.

Constants

DATE_PATTERN

DEFAULT_CLUSTER_NAME

DEFAULT_END_DATE_DAYS

DEFAULT_HDFS_WF_PATH

DEFAULT_META_FILENAME

DEFAULT_NAMENODE_RPC_PORT

DEFAULT_START_DATE_DAY_FRAME

DEFAULT_TIMEOUT

DEFAULT_TZ

DEFAULT_WEBHDFS_PORT

EMPTY_STRING

FILE_FIND_FOLLOW_SKIP_IGNORE_DUPLICATES

HDFS_COMPARE_SKIP_FILES

OOZIE_STATES_RERUNNABLE

OOZIE_STATES_RUNNING

RE_LINEAGE_DATA_ITEM

RE_OOZIE_ID

SHORTCUT_METHODS

SPACE_CHAR

TEMPLATE_DEFINE_VAR

VALID_JOB_TYPES

WEBHDFS_CREATE_CHUNK_SIZE

SEE ALSO

App::Oozie.

AUTHORS

  • David Morel

  • Burak Gursoy

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Booking.com.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.