Repository: bigtop Updated Branches: refs/heads/master a61c0312f -> 6356e70fa
BIGTOP-1730 - Update Oozie website references. Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6356e70f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6356e70f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6356e70f Branch: refs/heads/master Commit: 6356e70fa781df4c7c669dbb72215644b73786ee Parents: a61c031 Author: Luciano Resende <[email protected]> Authored: Thu Mar 5 22:49:17 2015 -0800 Committer: Olaf Flebbe <[email protected]> Committed: Wed Mar 18 00:31:13 2015 +0100 ---------------------------------------------------------------------- bigtop-packages/src/common/oozie/oozie.1 | 10 +++--- bigtop-packages/src/deb/oozie/control | 3 +- bigtop-packages/src/rpm/oozie/SPECS/oozie.spec | 34 ++++++++++---------- .../package/src/main/resources/package_data.xml | 8 ++--- 4 files changed, 27 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/6356e70f/bigtop-packages/src/common/oozie/oozie.1 ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/oozie/oozie.1 b/bigtop-packages/src/common/oozie/oozie.1 index eb50785..6b307f7 100644 --- a/bigtop-packages/src/common/oozie/oozie.1 +++ b/bigtop-packages/src/common/oozie/oozie.1 @@ -16,7 +16,7 @@ .\" Process this file with .\" groff -man -Tascii oozie.1 .\" -.TH oozie 1 +.TH oozie 1 .SH NAME Oozie \- Oozie command line client tool @@ -28,18 +28,18 @@ subcommand [options] .SH DESCRIPTION -Apache Oozie Workflow Scheduler for Hadoop is a workflow/coordination +Apache Oozie Workflow Scheduler for Hadoop is a workflow/coordination service to manage Apache Hadoop jobs. Oozie Workflow jobs are Directed Acyclical Graphs (DAGs) of actions, actions are typically Hadoop jobs -(MapReduce, Streaming, Pipes, Pig, Hive, Sqoop, etc). Oozie Coordinator +(MapReduce, Streaming, Pipes, Pig, Hive, Sqoop, etc). Oozie Coordinator jobs trigger recurrent Workflow jobs based on time (frequency) and data availability. Oozie Bundle jobs are sets of Coordinator jobs managed as a single job. Oozie is an extensible, scalable and data-aware service to to orchestrate dependencies among jobs running on Hadoop. For more information about Apache Oozie project and detailed documentation, -visit +visit - http://incubator.apache.org/oozie/ + http://oozie.apache.org/ Run 'oozie help' to access the built-in tool documentation. http://git-wip-us.apache.org/repos/asf/bigtop/blob/6356e70f/bigtop-packages/src/deb/oozie/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/oozie/control b/bigtop-packages/src/deb/oozie/control index b52186e..5a36dc4 100644 --- a/bigtop-packages/src/deb/oozie/control +++ b/bigtop-packages/src/deb/oozie/control @@ -19,7 +19,7 @@ Maintainer: Bigtop <[email protected]> Build-Depends: debhelper (>= 7.0.50~) Depends: zip, unzip Standards-Version: 3.8.0 -Homepage: http://incubator.apache.org/oozie/ +Homepage: http://oozie.apache.org/ Package: oozie-client Architecture: all @@ -73,4 +73,3 @@ Description: Oozie is a system that runs workflows of Hadoop jobs. In case of workflow job failure, the workflow job can be rerun skipping previously completed actions, the workflow application can be patched before being rerun. - http://git-wip-us.apache.org/repos/asf/bigtop/blob/6356e70f/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec b/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec index 40b9c9c..1355655 100644 --- a/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec +++ b/bigtop-packages/src/rpm/oozie/SPECS/oozie.spec @@ -50,7 +50,7 @@ Name: oozie Version: %{oozie_version} Release: %{oozie_release} Summary: Oozie is a system that runs workflows of Hadoop jobs. -URL: http://incubator.apache.org/oozie/ +URL: http://oozie.apache.org/ Group: Development/Libraries Buildroot: %{_topdir}/INSTALL/%{name}-%{version} License: ASL 2.0 @@ -70,50 +70,50 @@ Requires(preun): /sbin/chkconfig, /sbin/service Requires: oozie-client = %{version}, hadoop-client, bigtop-tomcat BuildArch: noarch -%description +%description Oozie is a system that runs workflows of Hadoop jobs. Oozie workflows are actions arranged in a control dependency DAG (Direct Acyclic Graph). Oozie coordinator functionality allows to start workflows at regular frequencies and when data becomes available in HDFS. - + An Oozie workflow may contain the following types of actions nodes: map-reduce, map-reduce streaming, map-reduce pipes, pig, file-system, sub-workflows, java, hive, sqoop and ssh (deprecated). - + Flow control operations within the workflow can be done using decision, fork and join nodes. Cycles in workflows are not supported. - + Actions and decisions can be parameterized with job properties, actions output (i.e. Hadoop counters) and HDFS file information (file exists, file size, etc). Formal parameters are expressed in the workflow definition as ${VARIABLE NAME} variables. - + A Workflow application is an HDFS directory that contains the workflow definition (an XML file), all the necessary files to run all the actions: JAR files for Map/Reduce jobs, shells for streaming Map/Reduce jobs, native libraries, Pig scripts, and other resource files. - - Running workflow jobs is done via command line tools, a WebServices API + + Running workflow jobs is done via command line tools, a WebServices API or a Java API. - + Monitoring the system and workflow jobs can be done via a web console, the command line tools, the WebServices API and the Java API. - + Oozie is a transactional system and it has built in automatic and manual retry capabilities. - + In case of workflow job failure, the workflow job can be rerun skipping previously completed actions, the workflow application can be patched before being rerun. - + %package client Version: %{version} -Release: %{release} +Release: %{release} Summary: Client for Oozie Workflow Engine -URL: http://incubator.apache.org/oozie/ +URL: http://oozie.apache.org/ Group: Development/Libraries License: ASL 2.0 BuildArch: noarch @@ -154,12 +154,12 @@ Requires: bigtop-utils >= 0.7 getent group oozie >/dev/null || /usr/sbin/groupadd -r oozie >/dev/null getent passwd oozie >/dev/null || /usr/sbin/useradd --comment "Oozie User" --shell /bin/false -M -r -g oozie --home %{data_oozie} oozie >/dev/null -%post +%post %{alternatives_cmd} --install %{conf_oozie} %{name}-conf %{conf_oozie_dist} 30 %{alternatives_cmd} --install %{tomcat_conf_oozie} %{name}-tomcat-conf %{tomcat_conf_oozie}.http 30 %{alternatives_cmd} --install %{tomcat_conf_oozie} %{name}-tomcat-conf %{tomcat_conf_oozie}.https 20 -/sbin/chkconfig --add oozie +/sbin/chkconfig --add oozie %preun if [ "$1" = 0 ]; then @@ -176,7 +176,7 @@ if [ $1 -ge 1 ]; then /sbin/service oozie condrestart > /dev/null fi -%files +%files %defattr(-,root,root) %config(noreplace) %{conf_oozie_dist} %config(noreplace) %{tomcat_conf_oozie}.* http://git-wip-us.apache.org/repos/asf/bigtop/blob/6356e70f/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml b/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml index bc32bdd..32086d5 100644 --- a/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml +++ b/bigtop-tests/test-artifacts/package/src/main/resources/package_data.xml @@ -327,7 +327,7 @@ when more advanced customization is required.</description> In case of workflow job failure, the workflow job can be rerun skipping previously completed actions, the workflow application can be patched before being rerun.</description> - <url>http://incubator.apache.org/oozie/</url> + <url>http://oozie.apache.org/</url> </metadata> <deps> <oozie-client>/self</oozie-client> @@ -357,7 +357,7 @@ such operations, you can also change the status of the entire system, get vesion information. This client utility also allows you to validate any worflows before they are deployed to the Oozie server.</description> - <url>http://incubator.apache.org/oozie/</url> + <url>http://oozie.apache.org/</url> </metadata> <deps> <hadoop/> @@ -402,8 +402,8 @@ server.</description> <metadata> <summary>Simple and Efficient MapReduce Pipelines.</summary> <description>Apache Crunch is a Java library for writing, testing, and running -MapReduce pipelines, based on Google's FlumeJava. Its goal is to make -pipelines that are composed of many user-defined functions simple to write, +MapReduce pipelines, based on Google's FlumeJava. Its goal is to make +pipelines that are composed of many user-defined functions simple to write, easy to test, and efficient to run.</description> <url>http://crunch.apache.org/</url> </metadata>
