Author: kamrul
Date: Thu Sep 1 00:58:27 2011
New Revision: 1163884
URL: http://svn.apache.org/viewvc?rev=1163884&view=rev
Log:
publishing the first version of oozie site
Added:
incubator/oozie/site/publish/
incubator/oozie/site/publish/css/
incubator/oozie/site/publish/css/maven-base.css
incubator/oozie/site/publish/css/maven-theme.css
incubator/oozie/site/publish/css/print.css
incubator/oozie/site/publish/css/site.css
incubator/oozie/site/publish/documentation.html
incubator/oozie/site/publish/downloads.html
incubator/oozie/site/publish/images/
incubator/oozie/site/publish/images/apache-maven-project-2.png (with
props)
incubator/oozie/site/publish/images/banner.jpg (with props)
incubator/oozie/site/publish/images/bg.jpg (with props)
incubator/oozie/site/publish/images/breadcrumbs.jpg (with props)
incubator/oozie/site/publish/images/collapsed.gif (with props)
incubator/oozie/site/publish/images/expanded.gif (with props)
incubator/oozie/site/publish/images/external.png (with props)
incubator/oozie/site/publish/images/h3.jpg (with props)
incubator/oozie/site/publish/images/h5.jpg (with props)
incubator/oozie/site/publish/images/icon_error_sml.gif (with props)
incubator/oozie/site/publish/images/icon_info_sml.gif (with props)
incubator/oozie/site/publish/images/icon_success_sml.gif (with props)
incubator/oozie/site/publish/images/icon_warning_sml.gif (with props)
incubator/oozie/site/publish/images/logo_apache.jpg (with props)
incubator/oozie/site/publish/images/logo_maven.jpg (with props)
incubator/oozie/site/publish/images/logos/
incubator/oozie/site/publish/images/logos/build-by-maven-black.png (with
props)
incubator/oozie/site/publish/images/logos/build-by-maven-white.png (with
props)
incubator/oozie/site/publish/images/logos/maven-feather.png (with props)
incubator/oozie/site/publish/images/maven-logo-2.gif (with props)
incubator/oozie/site/publish/images/newwindow.png (with props)
incubator/oozie/site/publish/index.html
incubator/oozie/site/publish/quick-start.html
incubator/oozie/site/publish/who_we_are.html
Added: incubator/oozie/site/publish/css/maven-base.css
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/css/maven-base.css?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/css/maven-base.css (added)
+++ incubator/oozie/site/publish/css/maven-base.css Thu Sep 1 00:58:27 2011
@@ -0,0 +1,143 @@
+body {
+ margin: 0px;
+ padding: 0px;
+}
+img {
+ border:none;
+}
+table {
+ padding:0px;
+ width: 100%;
+ margin-left: -2px;
+ margin-right: -2px;
+}
+acronym {
+ cursor: help;
+ border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+ padding: 2px 4px 2px 4px;
+ vertical-align: top;
+}
+div.clear{
+ clear:both;
+ visibility: hidden;
+}
+div.clear hr{
+ display: none;
+}
+#bannerLeft, #bannerRight {
+ font-size: xx-large;
+ font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+ margin: 0px;
+}
+.xleft, #bannerLeft img {
+ float:left;
+}
+.xright, #bannerRight {
+ float:right;
+}
+#banner {
+ padding: 0px;
+}
+#banner img {
+ border: none;
+}
+#breadcrumbs {
+ padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+ margin-right: 1.5em;
+ margin-left: 197px;
+}
+#legend {
+ padding: 8px 0 8px 0;
+}
+#navcolumn {
+ padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+ margin: 0;
+ padding: 0;
+ font-size: small;
+}
+#navcolumn ul {
+ margin: 0;
+ padding: 0;
+ font-size: small;
+}
+#navcolumn li {
+ list-style-type: none;
+ background-image: none;
+ background-repeat: no-repeat;
+ background-position: 0 0.4em;
+ padding-left: 16px;
+ list-style-position: outside;
+ line-height: 1.2em;
+ font-size: smaller;
+}
+#navcolumn li.expanded {
+ background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+ background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+ text-align: center;
+}
+#navcolumn img {
+ margin-top: 10px;
+ margin-bottom: 3px;
+}
+#poweredBy img {
+ display:block;
+ margin: 20px 0 20px 17px;
+}
+#search img {
+ margin: 0px;
+ display: block;
+}
+#search #q, #search #btnG {
+ border: 1px solid #999;
+ margin-bottom:10px;
+}
+#search form {
+ margin: 0px;
+}
+#lastPublished {
+ font-size: x-small;
+}
+.navSection {
+ margin-bottom: 2px;
+ padding: 8px;
+}
+.navSectionHead {
+ font-weight: bold;
+ font-size: x-small;
+}
+.section {
+ padding: 4px;
+}
+#footer {
+ padding: 3px 10px 3px 10px;
+ font-size: x-small;
+}
+#breadcrumbs {
+ font-size: x-small;
+ margin: 0pt;
+}
+.source {
+ padding: 12px;
+ margin: 1em 7px 1em 7px;
+}
+.source pre {
+ margin: 0px;
+ padding: 0px;
+}
Added: incubator/oozie/site/publish/css/maven-theme.css
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/css/maven-theme.css?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/css/maven-theme.css (added)
+++ incubator/oozie/site/publish/css/maven-theme.css Thu Sep 1 00:58:27 2011
@@ -0,0 +1,213 @@
+/*
+ * 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.
+ */
+
+body {
+ background-color: #fff;
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ margin-left: auto;
+ margin-right: auto;
+ background-repeat: repeat-y;
+ font-size: 13px;
+ padding: 0px;
+}
+td, select, input, li{
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ font-size: 12px;
+ color:#333333;
+}
+code{
+ font-size: 12px;
+}
+a {
+ text-decoration: none;
+}
+a:link {
+ color:#47a;
+}
+a:visited {
+ color:#68a;
+}
+a:active, a:hover {
+ color:#990000;
+}
+#legend li.externalLink {
+ background: url(../images/external.png) left top no-repeat;
+ padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited,
a.externalLink:active, a.externalLink:hover {
+ background: url(../images/external.png) right center no-repeat;
+ padding-right: 18px;
+}
+#legend li.newWindow {
+ background: url(../images/newwindow.png) left top no-repeat;
+ padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active,
a.newWindow:hover {
+ background: url(../images/newwindow.png) right center no-repeat;
+ padding-right: 18px;
+}
+h2 {
+ font-size: 17px;
+ color: #333333;
+}
+h3 {
+ padding: 4px 4px 4px 24px;
+ color: #666;
+ background-color: #ccc;
+ font-weight: bold;
+ font-size: 14px;
+ background-image: url(../images/h3.jpg);
+ background-repeat: no-repeat;
+ background-position: left bottom;
+}
+p {
+ line-height: 1.3em;
+ font-size: 12px;
+ color: #000;
+}
+#breadcrumbs {
+ height: 13px;
+ background-image: url(../images/breadcrumbs.jpg);
+ padding: 5px 10px 14px 20px;
+}
+* html #breadcrumbs {
+ padding-bottom: 8px;
+}
+#leftColumn {
+ margin: 10px 0 10px 0;
+ border-top-color: #ccc;
+ border-top-style: solid;
+ border-top-width: 1px;
+ border-right-color: #ccc;
+ border-right-style: solid;
+ border-right-width: 1px;
+ border-bottom-color: #ccc;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ padding-right: 5px;
+ padding-left: 5px;
+}
+#navcolumn h5 {
+ font-size: smaller;
+ border-bottom: 1px solid #aaaaaa;
+ padding-top: 2px;
+ padding-left: 9px;
+ color: #49635a;
+ background-image: url(../images/h5.jpg);
+ background-repeat: no-repeat;
+ background-position: left bottom;
+}
+
+table.bodyTable th {
+ color: white;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+ font-size: 11px;
+}
+
+table.bodyTable tr.a {
+ background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+ background-color: #eee;
+}
+
+.source {
+ border: 1px solid #999;
+ overflow:auto
+}
+dt {
+ padding: 4px 4px 4px 24px;
+ color: #333333;
+ background-color: #ccc;
+ font-weight: bold;
+ font-size: 14px;
+ background-image: url(../images/h3.jpg);
+ background-repeat: no-repeat;
+ background-position: left bottom;
+}
+.subsectionTitle {
+ font-size: 13px;
+ font-weight: bold;
+ color: #666;
+
+}
+
+table {
+ font-size: 10px;
+}
+.xright a:link, .xright a:visited, .xright a:active {
+ color: #666;
+}
+.xright a:hover {
+ color: #003300;
+}
+#banner {
+ height: 93px;
+ background: url(../images/banner.jpg);
+}
+#navcolumn ul {
+ margin: 5px 0 15px -0em;
+}
+#navcolumn ul a {
+ color: #333333;
+}
+#navcolumn ul a:hover {
+ color: red;
+}
+#intro {
+ border: solid #ccc 1px;
+ margin: 6px 0px 0px 0px;
+ padding: 10px 40px 10px 40px;
+}
+.subsection {
+ margin-left: 3px;
+ color: #333333;
+}
+
+.subsection p {
+ font-size: 12px;
+}
+#footer {
+ padding: 10px;
+ margin: 20px 0px 20px 0px;
+ border-top: solid #ccc 1px;
+ color: #333333;
+}
+
+.errormark, .warningmark, .donemark, .infomark {
+ background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+ background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+ background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+ background-image: url(../images/icon_info_sml.gif);
+}
Added: incubator/oozie/site/publish/css/print.css
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/css/print.css?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/css/print.css (added)
+++ incubator/oozie/site/publish/css/print.css Thu Sep 1 00:58:27 2011
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks,
#leftColumn, #navColumn {
+ display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+ margin: 0 !important;
+ border: none !important
+}
Added: incubator/oozie/site/publish/css/site.css
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/css/site.css?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/css/site.css (added)
+++ incubator/oozie/site/publish/css/site.css Thu Sep 1 00:58:27 2011
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file
Added: incubator/oozie/site/publish/documentation.html
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/documentation.html?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/documentation.html (added)
+++ incubator/oozie/site/publish/documentation.html Thu Sep 1 00:58:27 2011
@@ -0,0 +1,144 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Apache Oozie - Oozie Documentation</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Â
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 2011-08-31
+ |
+ <a href="index.html">Apache Oozie</a>
+ </div>
+ <div class="xright"> <a href="../index.html">OTHER
RELEASES</a>
+ |
+ <a href="http://www.apache.org/" class="externalLink">ASF</a>
+
+
+
+
+
+
+
+
+ Version: 3.1.0-SNAPSHOT
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Apache Oozie</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Home</a>
+ </li>
+
+ <li class="none">
+ <a href="who_we_are.html">Who we are</a>
+ </li>
+ </ul>
+ <h5>Getting Started</h5>
+ <ul>
+
+ <li class="none">
+ <a href="quick-start.html">Quick start</a>
+ </li>
+
+ <li class="none">
+ <a href="downloads.html">Downloads</a>
+ </li>
+
+ <li class="none">
+ <strong>Documentation</strong>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven"
src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Oozie Documentation</h2>
+</div>
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2011
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ - <a href="http://maven.apache.org/privacy-policy.html">Privacy
Policy</a></div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
Added: incubator/oozie/site/publish/downloads.html
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/downloads.html?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/downloads.html (added)
+++ incubator/oozie/site/publish/downloads.html Thu Sep 1 00:58:27 2011
@@ -0,0 +1,144 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Apache Oozie - Download Oozie</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Â
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 2011-08-31
+ |
+ <a href="index.html">Apache Oozie</a>
+ </div>
+ <div class="xright"> <a href="../index.html">OTHER
RELEASES</a>
+ |
+ <a href="http://www.apache.org/" class="externalLink">ASF</a>
+
+
+
+
+
+
+
+
+ Version: 3.1.0-SNAPSHOT
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Apache Oozie</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Home</a>
+ </li>
+
+ <li class="none">
+ <a href="who_we_are.html">Who we are</a>
+ </li>
+ </ul>
+ <h5>Getting Started</h5>
+ <ul>
+
+ <li class="none">
+ <a href="quick-start.html">Quick start</a>
+ </li>
+
+ <li class="none">
+ <strong>Downloads</strong>
+ </li>
+
+ <li class="none">
+ <a href="documentation.html">Documentation</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven"
src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Download Oozie</h2>
+</div>
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2011
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ - <a href="http://maven.apache.org/privacy-policy.html">Privacy
Policy</a></div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
Added: incubator/oozie/site/publish/images/apache-maven-project-2.png
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/apache-maven-project-2.png?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/apache-maven-project-2.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/banner.jpg
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/banner.jpg?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/banner.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/bg.jpg
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/bg.jpg?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/bg.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/breadcrumbs.jpg
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/breadcrumbs.jpg?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/breadcrumbs.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/collapsed.gif
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/collapsed.gif?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/collapsed.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/expanded.gif
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/expanded.gif?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/expanded.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/external.png
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/external.png?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/external.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/h3.jpg
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/h3.jpg?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/h3.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/h5.jpg
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/h5.jpg?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/h5.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/icon_error_sml.gif
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/icon_error_sml.gif?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/icon_error_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/icon_info_sml.gif
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/icon_info_sml.gif?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/icon_info_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/icon_success_sml.gif
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/icon_success_sml.gif?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/icon_success_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/icon_warning_sml.gif
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/icon_warning_sml.gif?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/icon_warning_sml.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/logo_apache.jpg
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/logo_apache.jpg?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/logo_apache.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/logo_maven.jpg
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/logo_maven.jpg?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/logo_maven.jpg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/logos/build-by-maven-black.png
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/logos/build-by-maven-black.png?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/logos/build-by-maven-white.png
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/logos/build-by-maven-white.png?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/logos/maven-feather.png
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/logos/maven-feather.png?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/logos/maven-feather.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/maven-logo-2.gif
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/maven-logo-2.gif?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/maven-logo-2.gif
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/images/newwindow.png
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/images/newwindow.png?rev=1163884&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/oozie/site/publish/images/newwindow.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/oozie/site/publish/index.html
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/index.html?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/index.html (added)
+++ incubator/oozie/site/publish/index.html Thu Sep 1 00:58:27 2011
@@ -0,0 +1,164 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Apache Oozie - Apache Oozie, Workflow Scheduler for Hadoop
3.1.0-SNAPSHOT</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
+ <meta name="author" content="$maven.build.timestamp" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Â
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 2011-08-31
+ |
+ Apache Oozie
+ </div>
+ <div class="xright"> <a href="../index.html">OTHER
RELEASES</a>
+ |
+ <a href="http://www.apache.org/" class="externalLink">ASF</a>
+
+
+
+
+
+
+
+
+ Version: 3.1.0-SNAPSHOT
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Apache Oozie</h5>
+ <ul>
+
+ <li class="none">
+ <strong>Home</strong>
+ </li>
+
+ <li class="none">
+ <a href="who_we_are.html">Who we are</a>
+ </li>
+ </ul>
+ <h5>Getting Started</h5>
+ <ul>
+
+ <li class="none">
+ <a href="quick-start.html">Quick start</a>
+ </li>
+
+ <li class="none">
+ <a href="downloads.html">Downloads</a>
+ </li>
+
+ <li class="none">
+ <a href="documentation.html">Documentation</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven"
src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Apache Oozie, Workflow Scheduler for Hadoop
3.1.0-SNAPSHOT</h2>
+<div class="section"><h3>Overview</h3>
+<p>Oozie is an open-source workflow/coordination service to manage data
processing jobs for Apache Hadoopâ¢. It is an extensible, scalable and
data-aware service to orchestrate dependencies between jobs running on Hadoop
(including HDFS, Pig and MapReduce). Oozie is a lot of things, but being:</p>
+<ul><li>A workflow solution for off Hadoop processing</li>
+<li>Another query processing API, a la Cascading<p>is not one of them.</p>
+</li>
+</ul>
+</div>
+<div class="section"><h3>Oozie Benefits</h3>
+<p>Complex workflow action dependencies: Oozie workflow comprises of actions
and dependencies among them. Users create Directed Acyclical Graphs (DAG) to
model their workflow. Oozie at runtime manages the dependencies and execute the
actions when the dependencies identified in the DAG are satisfied. Reduces
Time-To-Market (TTM): The DAG specification enables users to specify the
workflow. Users save the time to build and maintain custom solutions for
dependency and workflow management.</p>
+<p>Frequency execution: Oozie workflow specification supports both data and
time triggers. Users can specify execution frequency and can wait for data
arrival to trigger an action in the workflow.</p>
+<p>Native Hadoop stack integration: Oozie supports all types of Hadoop jobs
and is integrated with the Hadoop stack. Yahoo! distribution of Oozie is
validated against the Hadoop stack.</p>
+<p>Oozie was designed for Yahoo!\âÂÂs complex workflows and data pipelines
at global scale. It is integrated with the Yahoo! Distribution of Hadoop with
security and is a primary mechanism to manage a variety of complex data
analysis workloads across Yahoo!.</p>
+</div>
+<div class="section"><h3>License</h3>
+<p>Oozie is distributed under <a href="http://www.apache.org/licenses/"
class="externalLink">Apache License 2.0</a>.</p>
+</div>
+<div class="section"><h3>Source Repository</h3>
+<p><a href="http://svn.apache.org/repos/asf/incubator/oozie/"
class="externalLink">http://svn.apache.org/repos/asf/incubator/oozie/</a></p>
+</div>
+</div>
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2011
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ - <a href="http://maven.apache.org/privacy-policy.html">Privacy
Policy</a></div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
Added: incubator/oozie/site/publish/quick-start.html
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/quick-start.html?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/quick-start.html (added)
+++ incubator/oozie/site/publish/quick-start.html Thu Sep 1 00:58:27 2011
@@ -0,0 +1,201 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Apache Oozie - Oozie Quick Start</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Â
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 2011-08-31
+ |
+ <a href="index.html">Apache Oozie</a>
+ </div>
+ <div class="xright"> <a href="../index.html">OTHER
RELEASES</a>
+ |
+ <a href="http://www.apache.org/" class="externalLink">ASF</a>
+
+
+
+
+
+
+
+
+ Version: 3.1.0-SNAPSHOT
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Apache Oozie</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Home</a>
+ </li>
+
+ <li class="none">
+ <a href="who_we_are.html">Who we are</a>
+ </li>
+ </ul>
+ <h5>Getting Started</h5>
+ <ul>
+
+ <li class="none">
+ <strong>Quick start</strong>
+ </li>
+
+ <li class="none">
+ <a href="downloads.html">Downloads</a>
+ </li>
+
+ <li class="none">
+ <a href="documentation.html">Documentation</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven"
src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Oozie Quick Start</h2>
+<p>These instructions install and run Oozie using an embedded Tomcat server
and an embedded Derby database. For detailed install and configuration
instructions refer to <a href="#AG_Install">Oozie Install</a>.</p>
+<div class="section"><h3>System Requirements</h3>
+<ul><li>Unix (tested in Linux and Mac OS X)</li>
+<li>Java 1.6+</li>
+<li>Hadoop<ul><li><a href="http://hadoop.apache.org"
class="externalLink">Apache Hadoop</a> (tested with 0.20.2)</li>
+<li><a href="http://developer.yahoo.com/hadoop" class="externalLink">Yahoo!
Hadoop</a> (tested with 0.20.104.2)</li>
+</ul>
+</li>
+<li>ExtJS library (optional, to enable Oozie webconsole)<ul><li><a
href="http://extjs.com/deploy/ext-2.2.zip" class="externalLink">ExtJS
2.2</a></li>
+</ul>
+<p>The Java 1.6+ <i>bin</i> directory should be in the command path.</p>
+</li>
+</ul>
+</div>
+<div class="section"><h3>Server Installation</h3>
+<p><b>IMPORTANT:</b> Oozie ignores any set value for <i>OOZIE_HOME</i>, Oozie
computes its home automatically.</p>
+<ul><li>Download or build an Oozie binary distribution</li>
+<li>Download a Hadoop binary distribution</li>
+<li>Download ExtJS library (it must be version 2.2)</li>
+</ul>
+<p><b>NOTE:</b> The ExtJS library is not bundled with Oozie because it uses a
different license.</p>
+<p><b>NOTE:</b> It is recommended to use a Oozie Unix user for the Oozie
server.</p>
+<p>Expand the Oozie distribution <i>tar.gz</i>.</p>
+<p>Expand the Hadoop distribution <i>tar.gz</i> (as the Oozie Unix user).</p>
+<p>Oozie is bundled without Hadoop JAR files and without the ExtJS library.</p>
+<ul><li>The Hadoop JARs are required to run Oozie</li>
+<li>The ExtJS library is optional (only required for the Oozie web-console to
work)</li>
+</ul>
+<p><b>IMPORTANT:</b> all Oozie server scripts (<i>oozie-setup.sh</i>,
<i>oozie-start.sh</i>, <i>oozie-run.sh</i> and <i>oozie-stop.sh</i>) run only
under the Unix user that owns the Oozie installation directory, if necessary
use <i>sudo -u OOZIE_USER</i> when invoking the scripts.</p>
+<p>Use the <i>oozie-setup.sh</i> script to add the Hadoop JARs and the ExtJS
library to Oozie.</p>
+<div class="source"><pre>$ bin/oozie-setup.sh -hadoop 0.20.200 ${HADOOP_HOME}
-extjs /tmp/ext-2.2.zip</pre>
+</div>
+<p>To start Oozie as a daemon process run:</p>
+<div class="source"><pre>$ bin/oozie-start.sh</pre>
+</div>
+<p>To start Oozie as a foreground process run:</p>
+<div class="source"><pre>$ bin/oozie-run.sh</pre>
+</div>
+<p>Check the Oozie log file <i>logs/oozie.log</i> to ensure Oozie started
properly.</p>
+<p>Using the Oozie command line tool check the status of Oozie:</p>
+<div class="source"><pre>$ bin/oozie admin -oozie http://localhost:11000/oozie
-status</pre>
+</div>
+<p>Using a browser go to the <a href="http://localhost:11000/oozie"
class="externalLink">Oozie web console</a>, Oozie status should be
<b>NORMAL</b>.</p>
+<p>Refer to the <a href="#DG_Examples">Running the Examples</a> document for
details on running the examples.</p>
+</div>
+<div class="section"><h3>Client Installation</h3>
+<p>Copy and expand the <i>oozie-client</i> TAR.GZ file bundled with the
distribution. Add the <i>bin/</i> directory to the <i>PATH</i>.</p>
+<p>Refer to the <a href="#DG_CommandLineTool">Command Line Interface
Utilities</a> document for a a full reference of the <i>oozie</i> command line
tool.</p>
+<p>NOTE: The Oozie server installation includes the Oozie client. The Oozie
client should be installed in remote machines only.</p>
+</div>
+<div class="section"><h3>Oozie Share Lib Installation</h3>
+<p>Expand the <i>oozie-sharelib</i> TAR.GZ file bundled with the
distribution.</p>
+<p>The <i>share/</i> directory must be copied to the Oozie HOME directory in
HDFS:</p>
+<div class="source"><pre>$ hadoop fs -put share share</pre>
+</div>
+<p><b>IMPORTANT:</b> This must be done using the Oozie Hadoop (HDFS) user. If
a <i>share</i> directory already exists in HDFS, it must be deleted before
copying it again.</p>
+</div>
+</div>
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2011
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ - <a href="http://maven.apache.org/privacy-policy.html">Privacy
Policy</a></div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
Added: incubator/oozie/site/publish/who_we_are.html
URL:
http://svn.apache.org/viewvc/incubator/oozie/site/publish/who_we_are.html?rev=1163884&view=auto
==============================================================================
--- incubator/oozie/site/publish/who_we_are.html (added)
+++ incubator/oozie/site/publish/who_we_are.html Thu Sep 1 00:58:27 2011
@@ -0,0 +1,202 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Apache Oozie - Oozie Team</title>
+ <style type="text/css" media="all">
+ @import url("./css/maven-base.css");
+ @import url("./css/maven-theme.css");
+ @import url("./css/site.css");
+ </style>
+ <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <span id="bannerLeft">
+
+ Â
+
+ </span>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+
+
+
+
+
+
+ <div class="xleft">
+ Last Published: 2011-08-31
+ |
+ <a href="index.html">Apache Oozie</a>
+ </div>
+ <div class="xright"> <a href="../index.html">OTHER
RELEASES</a>
+ |
+ <a href="http://www.apache.org/" class="externalLink">ASF</a>
+
+
+
+
+
+
+
+
+ Version: 3.1.0-SNAPSHOT
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+
+
+
+
+
+
+ <h5>Apache Oozie</h5>
+ <ul>
+
+ <li class="none">
+ <a href="index.html">Home</a>
+ </li>
+
+ <li class="none">
+ <strong>Who we are</strong>
+ </li>
+ </ul>
+ <h5>Getting Started</h5>
+ <ul>
+
+ <li class="none">
+ <a href="quick-start.html">Quick start</a>
+ </li>
+
+ <li class="none">
+ <a href="downloads.html">Downloads</a>
+ </li>
+
+ <li class="none">
+ <a href="documentation.html">Documentation</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/"
title="Built by Maven" class="poweredBy">
+ <img alt="Built by Maven"
src="./images/logos/maven-feather.png"></img>
+ </a>
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <div class="section"><h2>Oozie Team</h2>
+</div>
+<div class="section"><h2>eam</h2>
+</div>
+<div class="section"><h2>Oozie Committers</h2>
+<table class="bodyTable"><tbody><tr class="a"><td align="left"><b>Who</b></td>
+<td align="left"><b>userid</b></td>
+<td align="left"><b>Organization</b></td>
+</tr>
+<tr class="b"><td align="left">Mohammad Islam</td>
+<td align="left">kamrul</td>
+<td align="left">Yahoo Inc.</td>
+</tr>
+<tr class="a"><td align="left">Alejandro Abdelnur</td>
+<td align="left">tucu</td>
+<td align="left">Cloudera</td>
+</tr>
+<tr class="b"><td align="left">Angelo Huang</td>
+<td align="left">angeloh</td>
+<td align="left">Yahoo Inc.</td>
+</tr>
+<tr class="a"><td align="left">Andreas Neumann</td>
+<td align="left">anew</td>
+<td align="left">Yahoo Inc.</td>
+</tr>
+<tr class="b"><td align="left">Mayank Bansal</td>
+<td align="left">mayank</td>
+<td align="left">EBay Inc.</td>
+</tr>
+<tr class="a"><td align="left">Chao Wang</td>
+<td align="left">brookwc</td>
+<td align="left">IBM</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section"><h2>Oozie Mentors</h2>
+<table class="bodyTable"><tbody><tr class="b"><td align="left"><b>Who</b></td>
+<td align="left"><b>userid</b></td>
+<td align="left"><b>Organization</b></td>
+</tr>
+<tr class="a"><td align="left">Alan Gates</td>
+<td align="left">gates</td>
+<td align="left">Hortonworks</td>
+</tr>
+<tr class="b"><td align="left">Owen O'Malley</td>
+<td align="left">omalley</td>
+<td align="left">Hortonworks</td>
+</tr>
+<tr class="a"><td align="left">Christopher Douglas</td>
+<td align="left">cdouglas</td>
+<td align="left">Yahoo Inc.</td>
+</tr>
+<tr class="b"><td align="left">Devaraj Das</td>
+<td align="left">ddas</td>
+<td align="left">Hortonworks</td>
+</tr>
+</tbody>
+</table>
+</div>
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">©
+ 2011
+
+ Apache Software Foundation
+
+
+
+
+
+
+
+
+ - <a href="http://maven.apache.org/privacy-policy.html">Privacy
Policy</a></div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>