.\" Licensed to the Apache Software Foundation (ASF) under one or more .\" contributor license agreements. See the NOTICE file distributed with .\" this work for additional information regarding copyright ownership. .\" The ASF licenses this file to You under the Apache License, Version 2.0 .\" (the "License"); you may not use this file except in compliance with .\" the License. You may obtain a copy of the License at .\" .\" http://www.apache.org/licenses/LICENSE-2.0 .\" .\" Unless required by applicable law or agreed to in writing, software .\" distributed under the License is distributed on an "AS IS" BASIS, .\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .\" See the License for the specific language governing permissions and .\" limitations under the License. .\" .\" Process this file with .\" groff -man -Tascii oozie.1 .\" .TH oozie 1 "February 2011 " Linux "User Manuals" .SH NAME Oozie \- Oozie is the workflow/coordinator engine for Hadoop. .SH SYNOPSIS .B oozie subcommand [options] .SH DESCRIPTION Oozie is a workflow/coordination service to manage data processing jobs for Hadoop. It is an extensible, scalable and data-aware service to orchestrate dependencies between jobs running on Hadoop (including HDFS, Pig, MapReduce, Streaming, Pipes). Oozie Client Authentication: Oozie supports Kerberos authentication. If the Oozie server is configured with Kerberos authentication for Oozie users, the oozie client command will use the Kerberos credentials available in the OS Kerberos cache (normally initialized with the kinit commmand). For more information about Oozie, see http://incubator.apache.org/oozie/ .SH SUBCOMMANDS .IP "help" display usage .IP "version" show client version .IP "job " job operations OPTIONS: -action : coordinator rerun on action ids (requires -rerun) -change : change a coordinator job -config : job configuration file '.xml' or '.properties' -D : set/override value for given property -date : coordinator rerun on action dates (requires -rerun) -definition : job definition -dryrun : Supported in Oozie-2.0 or later versions ONLY - dryrun or test run a coordinator job (requires -config) - job is not queued -info : info of a job -kill : kill a job -len : number of actions (default TOTAL ACTIONS, requires -info) -localtime : use local time (default GMT) -log : job log -nocleanup : do not clean up output-events of the coordiantor rerun actions (requires -rerun) -offset : job info offset of actions (default '1', requires -info) -oozie : Oozie URL -refresh : re-materialize the coordinator rerun actions (requires -rerun) -rerun : rerun a job (workflow requires -config, coordinator requires -action or -date) -resume : resume a job -run : run a job (requires -config) -start : start a job -submit : submit a job (requires -config) -suspend : suspend a job -value : new endtime/concurrency/pausetime value for changing a coordinator job -verbose : verbose mode .IP "jobs " jobs status OPTIONS: -filter : user=;name=;group=;status=;... -jobtype : job type ('Supported in Oozie-2.0 or later versions ONLY - coordinator' or 'wf' (default)) -len : number of jobs (default '100') -localtime : use local time (default GMT) -offset : jobs offset (default '1') -oozie : Oozie URL -verbose : verbose mode .IP "admin " admin operations -oozie : Oozie URL -queuedump : show Oozie server queue elements -status : show the current system status -systemmode : Supported in Oozie-2.0 or later versions ONLY. Changes oozie system mode [NORMAL|NOWEBSERVICE|SAFEMODE] -version : show Oozie server build version .IP "validate " validate a workflow XML file .IP "sla " sla operations (Supported in Oozie-2.0 or later) OPTIONS: -len : number of results (default '100') -offset : start offset (default '0') -oozie : Oozie URL .IP "pig -X " submit a pig job everything after '-X' are pass-through parameters to pig OPTIONS: -config : job configuration file '.properties' -D : set/override value for given property -file : Pig script -oozie : Oozie URL .SH ENVIRONMENT .IP OOZIE_URL if set, it is used as the default value for the '-oozie' option. .SH COPYRIGHT Copyright (C) 2010 Yahoo! Inc. All rights reserved.