Grant Sohn created OOZIE-2740:
---------------------------------
Summary: oozie help misspelled coordinator (coordiantor) and
retrieved (retreived)
Key: OOZIE-2740
URL: https://issues.apache.org/jira/browse/OOZIE-2740
Project: Oozie
Issue Type: Bug
Components: client
Reporter: Grant Sohn
Priority: Trivial
Spelling errors and concatenated words.
{noformat}
oozie help
usage:
the env variable 'OOZIE_URL' is used as default value for the '-oozie'
option
the env variable 'OOZIE_TIMEZONE' is used as default value for the
'-timezone' option
the env variable 'OOZIE_AUTH' is used as default value for the '-auth'
option
custom headers for Oozie web services can be specified using
'-Dheader:NAME=VALUE'
oozie help : display usage for all commands or specified command
oozie version : show client version
oozie job <OPTIONS> : job operations
-action <arg> coordinator rerun/kill on action ids
(requires -rerun/-kill);
coordinator log retrieval on action
ids(requires -log)
-allruns Get workflow jobs corresponding to a
coordinator action
including all the reruns
-auth <arg> select authentication type
[SIMPLE|KERBEROS]
-change <arg> change a coordinator or bundle job
-config <arg> job configuration file '.xml' or
'.properties'
-configcontent <arg> job configuration
-coordinator <arg> bundle rerun on coordinator names
(requires -rerun)
-D <property=value> set/override value for given property
-date <arg> coordinator/bundle rerun on action dates
(requires -rerun);
coordinator log retrieval on action
dates (requires -log)
-debug Use debug mode to see debugging
statements on stdout
-definition <arg> job definition
-diff <arg> Show diff of the new coord definition
and properties with the
existing one (default true)
-doas <arg> doAs user, impersonates as the specified
user
-dryrun Dryrun a workflow (since 3.3.2) or
coordinator (since 2.0)
job without actually executing it
-failed runs the failed workflow actions of the
coordinator actions
(requires -rerun)
-filter <arg>
<key><comparator><value>[;<key><comparator><value>]*
(All Coordinator actions satisfying the
filters will be
retreived).
key: status or nominaltime
comparator: =, !=, <, <=, >, >=. = is
used as OR and others
as AND
status: values are valid status like
SUCCEEDED, KILLED etc.
Only = and != apply for status
nominaltime: time of format
yyyy-MM-dd'T'HH:mm'Z'
-ignore <arg> change status of a coordinator job or
action to IGNORED
(-action required to ignore coord
actions)
-info <arg> info of a job
-interval <arg> polling interval in minutes (default is
5, requires -poll)
-kill <arg> kill a job (coordinator can mention
-action or -date)
-len <arg> number of actions (default TOTAL
ACTIONS, requires -info)
-localtime use local time (same as passing your
time zone to -timezone).
Overrides -timezone option
-log <arg> job log
-logfilter <arg> job log search parameter. Can be
specified as -logfilter
opt1=val1;opt2=val1;opt3=val1. Supported
options are recent,
start, end, loglevel, text, limit and
debug
-nocleanup do not clean up output-events of the
coordiantor rerun
actions (requires -rerun)
-offset <arg> job info offset of actions (default '1',
requires -info)
-oozie <arg> Oozie URL
-order <arg> order to show coord actions (default
ascending order, 'desc'
for descending order, requires -info)
-poll <arg> poll Oozie until a job reaches a
terminal state or a timeout
occurs
-refresh re-materialize the coordinator rerun
actions (requires
-rerun)
-rerun <arg> rerun a job (coordinator requires
-action or -date, bundle
requires -coordinator or -date)
-resume <arg> resume a job
-run run a job
-start <arg> start a job
-submit submit a job
-suspend <arg> suspend a job
-timeout <arg> timeout in minutes (default is 30,
negative values indicate
no timeout, requires -poll)
-timezone <arg> use time zone with the specified ID
(default GMT).
See 'oozie info -timezones' for a list
-update <arg> Update coord definition and properties
-value <arg> new endtime/concurrency/pausetime value
for changing a
coordinator job
-verbose verbose mode
oozie jobs <OPTIONS> : jobs status
-auth <arg> select authentication type [SIMPLE|KERBEROS]
-bulk <arg> key-value pairs to filter bulk jobs
response. e.g.
bundle=<B>\;coordinators=<C>\;actionstatus=<S>\;startcreatedtime=
<SC>\;endcreatedtime=<EC>\;startscheduledtime=<SS>\;endscheduledt
ime=<ES>\; bundle, coordinators and
actionstatus can be multiple
comma separated valuesbundle and
coordinators can be id(s) or
appName(s) of those jobs. Specifying bundle
is mandatory, other
params are optional
-doas <arg> doAs user, impersonates as the specified user
-filter <arg>
text=<*>\;user=<U>\;name=<N>\;group=<G>\;status=<S>\;frequency=<F
>\;unit=<M>\;startcreatedtime=<SC>\;endcreatedtime=<EC>
\;sortBy=<SB>
(text filter: matches partially with name
and user or complete
match with job IDvalid unit values are
'months', 'days', 'hours'
or 'minutes'. startcreatedtime,
endcreatedtime: time of format
yyyy-MM-dd'T'HH:mm'Z'. valid values for
sortBy are 'createdTime'
or 'lastModifiedTime'.)
-jobtype <arg> job type ('Supported in Oozie-2.0 or later
versions ONLY -
'coordinator' or 'bundle' or 'wf'(default))
-kill bulk kill operation
-len <arg> number of jobs (default '100')
-localtime use local time (same as passing your time
zone to -timezone).
Overrides -timezone option
-offset <arg> jobs offset (default '1')
-oozie <arg> Oozie URL
-resume bulk resume operation
-suspend bulk suspend operation
-timezone <arg> use time zone with the specified ID (default
GMT).
See 'oozie info -timezones' for a list
-verbose verbose mode
oozie admin <OPTIONS> : admin operations
-auth <arg> select authentication type
[SIMPLE|KERBEROS]
-configuration show Oozie system configuration
-doas <arg> doAs user, impersonates as the specified
user
-instrumentation show Oozie system instrumentation
-javasysprops show Oozie Java system properties
-metrics show Oozie system metrics
-oozie <arg> Oozie URL
-osenv show Oozie system OS environment
-queuedump show Oozie server queue elements
-servers list available Oozie servers (more than
one only if HA is
enabled)
-shareliblist List available sharelib that can be
specified in a workflow
action
-sharelibupdate Update server to use a newer version of
sharelib
-status show the current system status
-systemmode <arg> Supported in Oozie-2.0 or later versions
ONLY. Change oozie
system mode [NORMAL|NOWEBSERVICE|SAFEMODE]
-version show Oozie server build version
oozie validate <OPTIONS> <ARGS> : validate a workflow, coordinator,
bundle XML file
-auth <arg> select authentication type [SIMPLE|KERBEROS]
-oozie <arg> Oozie URL
oozie sla <OPTIONS> : sla operations (Deprecated with Oozie 4.0)
-auth <arg> select authentication type [SIMPLE|KERBEROS]
-filter <arg> filter of SLA events. e.g.,
jobid=<J>\;appname=<A>
-len <arg> number of results (default '100', max '1000')
-offset <arg> start offset (default '0')
-oozie <arg> Oozie URL
oozie pig <OPTIONS> -X <ARGS> : submit a pig job, everything after '-X'
are pass-through parameters to pig, any '-D' arguments after '-X' are put in
<configuration>
-auth <arg> select authentication type
[SIMPLE|KERBEROS]
-config <arg> job configuration file '.properties'
-D <property=value> set/override value for given property
-doas <arg> doAs user, impersonates as the specified
user
-file <arg> pig script
-oozie <arg> Oozie URL
-P <property=value> set parameters for script
oozie hive <OPTIONS> -X <ARGS> : submit a hive job, everything after '-X'
are pass-through parameters to hive, any '-D' arguments after '-X' are put in
<configuration>
-auth <arg> select authentication type
[SIMPLE|KERBEROS]
-config <arg> job configuration file '.properties'
-D <property=value> set/override value for given property
-doas <arg> doAs user, impersonates as the specified
user
-file <arg> hive script
-oozie <arg> Oozie URL
-P <property=value> set parameters for script
oozie sqoop <OPTIONS> -X <ARGS> : submit a sqoop job, everything after
'-X' are pass-through parameters to sqoop, any '-D' arguments after '-X' are
put in <configuration>
-auth <arg> select authentication type
[SIMPLE|KERBEROS]
-command <command> sqoop command
-config <arg> job configuration file '.properties'
-D <property=value> set/override value for given property
-doas <arg> doAs user, impersonates as the
specified user
-oozie <arg> Oozie URL
oozie info <OPTIONS> : get more detailed info about specific topics
-timezones display a list of available time zones
oozie mapreduce <OPTIONS> : submit a mapreduce job
-auth <arg> select authentication type
[SIMPLE|KERBEROS]
-config <arg> job configuration file '.properties'
-D <property=value> set/override value for given
property
-doas <arg> doAs user, impersonates as the
specified user
-oozie <arg> Oozie URL
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)