Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D9DC0200B81 for ; Tue, 9 Aug 2016 01:15:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D8852160A91; Mon, 8 Aug 2016 23:15:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D9BF160ACF for ; Tue, 9 Aug 2016 01:15:38 +0200 (CEST) Received: (qmail 61159 invoked by uid 500); 8 Aug 2016 23:15:37 -0000 Mailing-List: contact commits-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list commits@falcon.apache.org Received: (qmail 59627 invoked by uid 99); 8 Aug 2016 23:15:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 23:15:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4C405E38AC; Mon, 8 Aug 2016 23:15:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: balu@apache.org To: commits@falcon.apache.org Date: Mon, 08 Aug 2016 23:16:06 -0000 Message-Id: <64df7041a7a74733ba2e3ba45890e5da@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [32/49] falcon git commit: FALCON-2006 Update documentation on site for 0.10 release archived-at: Mon, 08 Aug 2016 23:15:42 -0000 http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/restapi/VertexProperties.html ---------------------------------------------------------------------- diff --git a/content/0.10/restapi/VertexProperties.html b/content/0.10/restapi/VertexProperties.html new file mode 100644 index 0000000..2e64e86 --- /dev/null +++ b/content/0.10/restapi/VertexProperties.html @@ -0,0 +1,132 @@ + + + + + + + + + Falcon - GET api/metadata/lineage/vertices/properties/:id?relationships=:true + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET api/metadata/lineage/vertices/properties/:id?relationships=:true

+

+
+
+

Description

+

Gets the properties of the vertex with specified id.

+
+

Parameters

+

+
    +
  • :id is the unique id of the vertex.
  • +
  • :relationships has default value of false. Pass true if relationships should be fetched.
  • +
  • doAs <optional query param> allows the current user to impersonate the user passed in doAs when interacting with the Falcon system.
+
+

Results

+

Properties associated with the specified vertex.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/metadata/lineage/vertices/properties/40004?relationships=true&doAs=joe
+
+
+
+

Result

+
+
+{
+    "results":
+        {
+            "timestamp":"2014-04-25T22:20Z",
+            "name":"local",
+            "type":"cluster-entity"
+        },
+    "totalSize":3
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/restapi/Vertices.html ---------------------------------------------------------------------- diff --git a/content/0.10/restapi/Vertices.html b/content/0.10/restapi/Vertices.html new file mode 100644 index 0000000..c65bd78 --- /dev/null +++ b/content/0.10/restapi/Vertices.html @@ -0,0 +1,136 @@ + + + + + + + + + Falcon - GET api/metadata/lineage/vertices?key=:key&value=:value + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

GET api/metadata/lineage/vertices?key=:key&value=:value

+

+
+
+

Description

+

Get all vertices for a key index given the specified value.

+
+

Parameters

+

+
    +
  • :key is the key to be matched.
  • +
  • :value is the associated value of the key.
  • +
  • doAs <optional query param> allows the current user to impersonate the user passed in doAs when interacting with the Falcon system.
+
+

Results

+

All vertices matching given property key and a value.

+
+

Examples

+
+

Rest Call

+
+
+GET http://localhost:15000/api/metadata/lineage/vertices?key=name&value=sampleIngestProcess&doAs=joe
+
+
+
+

Result

+
+
+{
+    "results": [
+        {
+            "timestamp":"2014-04-21T20:55Z",
+            "name":"sampleIngestProcess",
+            "type":"process-instance",
+            "version":"2.0.0",
+            "_id":4,
+            "_type":"vertex"
+        }
+    ],
+    "totalSize": 1
+}
+
+
+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/source-repository.html ---------------------------------------------------------------------- diff --git a/content/0.10/source-repository.html b/content/0.10/source-repository.html new file mode 100644 index 0000000..f5f7e48 --- /dev/null +++ b/content/0.10/source-repository.html @@ -0,0 +1,108 @@ + + + + + + + + + Falcon - Source Code Management + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

Overview

+

This project uses a source code management system to manage its source code.

+
+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+
+

Anonymous Access

+

Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

+
+
https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.10
+
+

Developer Access

+

Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

+
+
https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.10
+
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/team-list.html ---------------------------------------------------------------------- diff --git a/content/0.10/team-list.html b/content/0.10/team-list.html new file mode 100644 index 0000000..f7d3168 --- /dev/null +++ b/content/0.10/team-list.html @@ -0,0 +1,282 @@ + + + + + + + + + Falcon - Project Team + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+

Project Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+
+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ImageIdNameEmailOrganizationRolesTime Zone
sriksunSrikanth Sundarrajansriksun@apache.orgInMobicommitter, PPMC+05:30
venkateshVenkatesh Seetharamvenkatesh@apache.orgHortonworks Inc.committer, PPMC-8
shwethagsShwetha GSshwethags@apache.orgHortonworks Inc.committer, PPMC+05:30
shaikidrisShaik Idrisshaikidris@apache.orgInMobicommitter, PPMC+05:30
sanjaySanjay Radiasanjay@apache.orgHortonworks Inc.committer, PPMC-8
sharadSharad Agarwalsharad@apache.orgInMobicommitter, PPMC+05:30
amareshwariAmareshwari Sriramadasuamareshwari@apache.orgInMobicommitter, PPMC+05:30
samarthgSamarth Guptasamarthg@apache.orgInMobicommitter, PPMC+05:30
rishumehrothraRishu Mehrothrarishumehrothra@apache.orgInMobicommitter, PPMC+05:30
arpitArpit Guptaarpit@apache.orgHortonworks Inc.committer, PPMC-8
suhasvSuhas Vasusuhasv@apache.orgInMobicommitter, PPMC+05:30
jbonofreJean-Baptiste Onofrejbonofre@apache.orgTalendcommitter, IPMC+01:00
rostafiychukRuslan Ostafiychukrostafiychuk@apache.orgHortonworkscommitter, PPMC+03:00
raghavRaghav Kumar Gautamraghav@apache.orgHortonworkscommitter, PPMC-08:00
ajayyadavaAjay Yadavaajayyadava@apache.orgInmobicommitter, PPMC+05:30
sowmya_krSowmya Rameshsowmya_kr@apache.orgHortonworksPPMC-08:00
pisaychukPaul Isaychukpisaychuk@apache.orgHortonworkscommitter-08:00
pallaviPallavi Raopallavi@apache.orgInmobicommitter+05:30
pragyamPragya Mittalpragyam@apache.orgInmobicommitter+05:30
baluBalu Vellankibalu@apache.orgHortonworkscommitter-08:00
pavankumarPavan Kumar Kolamuripavankumar@apache.orgInmobicommitter+05:30
peeyushbPeeyush Bishnoipeeyushb@apache.orgHortonworkscommitter+05:30
+
+

Contributors

+

There are no contributors listed for this project. Please check back again later.

+
+
+ +
+ + + + http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/dependency-convergence.html b/content/0.3-incubating/dependency-convergence.html index 19f9c47..b6c6b1e 100644 --- a/content/0.3-incubating/dependency-convergence.html +++ b/content/0.3-incubating/dependency-convergence.html @@ -1,13 +1,13 @@ - + Falcon - Reactor Dependency Convergence @@ -76,14 +76,14 @@ Legend: -error +[Error] At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.
- + @@ -98,10 +98,10 @@ - + - -
Statistics:
Number of modules:11
12
Number of dependencies (NOD): 0
0
Convergence (NOD/NOA):error 0 %
[Error] 0 %
Ready for release (100 % convergence and no SNAPSHOTS):error Error
You do not have 100 % convergence.
+Ready for release (100% convergence and no SNAPSHOTS): +[Error] Error
You do not have 100% convergence.

Dependencies used in modules

http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/dependency-info.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/dependency-info.html b/content/0.3-incubating/dependency-info.html index 45b4007..858c9cd 100644 --- a/content/0.3-incubating/dependency-info.html +++ b/content/0.3-incubating/dependency-info.html @@ -1,13 +1,13 @@ - + Falcon - Dependency Information @@ -98,17 +98,17 @@ @Grab(group='org.apache.falcon', module='falcon-website-0.3-incubating', version='0.3-incubating') )
-

Grails

+

Gradle/Grails

compile 'org.apache.falcon:falcon-website-0.3-incubating:0.3-incubating'
-

Leiningen

+

Scala SBT

-
[org.apache.falcon/falcon-website-0.3-incubating "0.3-incubating"]
+
libraryDependencies += "org.apache.falcon" % "falcon-website-0.3-incubating" % "0.3-incubating"
-

SBT

+

Leiningen

-
libraryDependencies += "org.apache.falcon" % "falcon-website-0.3-incubating" % "0.3-incubating"
+
[org.apache.falcon/falcon-website-0.3-incubating "0.3-incubating"]
http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/distribution-management.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/distribution-management.html b/content/0.3-incubating/distribution-management.html index e20863a..216b25b 100644 --- a/content/0.3-incubating/distribution-management.html +++ b/content/0.3-incubating/distribution-management.html @@ -1,13 +1,13 @@ - + Falcon - Project Distribution Management http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/integration.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/integration.html b/content/0.3-incubating/integration.html index 5b0cdc4..df7559d 100644 --- a/content/0.3-incubating/integration.html +++ b/content/0.3-incubating/integration.html @@ -1,15 +1,15 @@ - + - Falcon - Continuous Integration + Falcon - CI Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Continuous Integration
  • +
  • CI Management
  • http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/issue-tracking.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/issue-tracking.html b/content/0.3-incubating/issue-tracking.html index 7e21bc1..08522d7 100644 --- a/content/0.3-incubating/issue-tracking.html +++ b/content/0.3-incubating/issue-tracking.html @@ -1,15 +1,15 @@ - + - Falcon - Issue Tracking + Falcon - Issue Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Issue Tracking
  • +
  • Issue Management
  • @@ -74,8 +74,8 @@

    Overview

    This project uses JIRA.

    -

    Issue Tracking

    -

    Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

    +

    Issue Management

    +

    Issues, bugs, and feature requests should be submitted to the following issue management system for this project.

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/license.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/license.html b/content/0.3-incubating/license.html index f190ae2..57c6c16 100644 --- a/content/0.3-incubating/license.html +++ b/content/0.3-incubating/license.html @@ -1,15 +1,15 @@ - + - Falcon - Project License + Falcon - Project Licenses @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Project License
  • +
  • Project Licenses
  • @@ -69,11 +69,12 @@
    -
    + +

    Overview

    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

    -

    Project License

    +

    Project Licenses

    The Apache Software License, Version 2.0

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/mail-lists.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/mail-lists.html b/content/0.3-incubating/mail-lists.html index 053dba4..c4b3aec 100644 --- a/content/0.3-incubating/mail-lists.html +++ b/content/0.3-incubating/mail-lists.html @@ -1,13 +1,13 @@ - + Falcon - Project Mailing Lists http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/plugin-management.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/plugin-management.html b/content/0.3-incubating/plugin-management.html index f1a451a..718eae9 100644 --- a/content/0.3-incubating/plugin-management.html +++ b/content/0.3-incubating/plugin-management.html @@ -1,13 +1,13 @@ - + Falcon - Project Plugin Management http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/plugins.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/plugins.html b/content/0.3-incubating/plugins.html index 60cb02c..8b1a7e0 100644 --- a/content/0.3-incubating/plugins.html +++ b/content/0.3-incubating/plugins.html @@ -1,15 +1,15 @@ - + - Falcon - Project Build Plugins + Falcon - Project Plugins @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Project Build Plugins
  • +
  • Project Plugins
  • http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/project-info.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/project-info.html b/content/0.3-incubating/project-info.html index 3162632..5d48150 100644 --- a/content/0.3-incubating/project-info.html +++ b/content/0.3-incubating/project-info.html @@ -1,13 +1,13 @@ - + Falcon - Project Information @@ -80,7 +80,7 @@ Document Description -Continuous Integration +CI Management This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis. Dependency Convergence @@ -95,10 +95,10 @@ About Apache Falcon is a data management platform for Hadoop. -Issue Tracking +Issue Management This document provides information on the issue management system used in this project. -Project License +Licenses This document lists the project license(s). Mailing Lists @@ -107,16 +107,16 @@ Plugin Management This document lists the plugins that are defined through pluginManagement. -Project Plugins +Plugins This document lists the build plugins and the report plugins used by this project. -Project Team +Team This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. -Source Repository +Source Code Management This document lists ways to access the online source repository. -Project Summary +Summary This document lists other related information of this project
    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/project-summary.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/project-summary.html b/content/0.3-incubating/project-summary.html index 3ccf721..c875968 100644 --- a/content/0.3-incubating/project-summary.html +++ b/content/0.3-incubating/project-summary.html @@ -1,13 +1,13 @@ - + Falcon - Project Summary http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/source-repository.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/source-repository.html b/content/0.3-incubating/source-repository.html index 292a4d5..d0cf1f1 100644 --- a/content/0.3-incubating/source-repository.html +++ b/content/0.3-incubating/source-repository.html @@ -1,15 +1,15 @@ - + - Falcon - Source Repository + Falcon - Source Code Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Source Repository
  • +
  • Source Code Management
  • @@ -72,7 +72,7 @@

    Overview

    -

    This project uses a Source Content Management System to manage its source code.

    +

    This project uses a source code management system to manage its source code.

    Web Browser Access

    The following is a link to a browsable version of the source repository:

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.3-incubating/team-list.html ---------------------------------------------------------------------- diff --git a/content/0.3-incubating/team-list.html b/content/0.3-incubating/team-list.html index 7e3cf11..4a2804f 100644 --- a/content/0.3-incubating/team-list.html +++ b/content/0.3-incubating/team-list.html @@ -1,13 +1,13 @@ - + Falcon - Project Team @@ -71,9 +71,9 @@
    -

    The Team

    +

    Project Team

    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

    -

    The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    +

    The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    Members

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    @@ -212,7 +212,7 @@ Sowmya Ramesh sowmya_kr@apache.org Hortonworks -committer +PPMC -08:00 http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/dependency-convergence.html b/content/0.4-incubating/dependency-convergence.html index e7d1d28..2228a8c 100644 --- a/content/0.4-incubating/dependency-convergence.html +++ b/content/0.4-incubating/dependency-convergence.html @@ -1,13 +1,13 @@ - + Falcon - Reactor Dependency Convergence @@ -76,14 +76,14 @@ Legend: -error +[Error] At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.
    - + @@ -98,10 +98,10 @@ - + - -
    Statistics:
    Number of modules:11
    12
    Number of dependencies (NOD): 0
    0
    Convergence (NOD/NOA):error 0 %
    [Error] 0 %
    Ready for release (100 % convergence and no SNAPSHOTS):error Error
    You do not have 100 % convergence.
    +Ready for release (100% convergence and no SNAPSHOTS): +[Error] Error
    You do not have 100% convergence.

    Dependencies used in modules

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/dependency-info.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/dependency-info.html b/content/0.4-incubating/dependency-info.html index 7d11c2a..a91090e 100644 --- a/content/0.4-incubating/dependency-info.html +++ b/content/0.4-incubating/dependency-info.html @@ -1,13 +1,13 @@ - + Falcon - Dependency Information @@ -98,17 +98,17 @@ @Grab(group='org.apache.falcon', module='falcon-website-0.4-incubating', version='0.4-incubating') )
    -

    Grails

    +

    Gradle/Grails

    compile 'org.apache.falcon:falcon-website-0.4-incubating:0.4-incubating'
    -

    Leiningen

    +

    Scala SBT

    -
    [org.apache.falcon/falcon-website-0.4-incubating "0.4-incubating"]
    +
    libraryDependencies += "org.apache.falcon" % "falcon-website-0.4-incubating" % "0.4-incubating"
    -

    SBT

    +

    Leiningen

    -
    libraryDependencies += "org.apache.falcon" % "falcon-website-0.4-incubating" % "0.4-incubating"
    +
    [org.apache.falcon/falcon-website-0.4-incubating "0.4-incubating"]
    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/distribution-management.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/distribution-management.html b/content/0.4-incubating/distribution-management.html index caefad5..3e16b83 100644 --- a/content/0.4-incubating/distribution-management.html +++ b/content/0.4-incubating/distribution-management.html @@ -1,13 +1,13 @@ - + Falcon - Project Distribution Management http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/integration.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/integration.html b/content/0.4-incubating/integration.html index 191f421..a42d4e7 100644 --- a/content/0.4-incubating/integration.html +++ b/content/0.4-incubating/integration.html @@ -1,15 +1,15 @@ - + - Falcon - Continuous Integration + Falcon - CI Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Continuous Integration
  • +
  • CI Management
  • http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/issue-tracking.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/issue-tracking.html b/content/0.4-incubating/issue-tracking.html index 8883f07..bb86362 100644 --- a/content/0.4-incubating/issue-tracking.html +++ b/content/0.4-incubating/issue-tracking.html @@ -1,15 +1,15 @@ - + - Falcon - Issue Tracking + Falcon - Issue Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Issue Tracking
  • +
  • Issue Management
  • @@ -74,8 +74,8 @@

    Overview

    This project uses JIRA.

    -

    Issue Tracking

    -

    Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

    +

    Issue Management

    +

    Issues, bugs, and feature requests should be submitted to the following issue management system for this project.

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/license.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/license.html b/content/0.4-incubating/license.html index 1aa04e0..e13b474 100644 --- a/content/0.4-incubating/license.html +++ b/content/0.4-incubating/license.html @@ -1,15 +1,15 @@ - + - Falcon - Project License + Falcon - Project Licenses @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Project License
  • +
  • Project Licenses
  • @@ -69,11 +69,12 @@
    -
    + +

    Overview

    Typically the licenses listed for the project are that of the project itself, and not of dependencies.

    -

    Project License

    +

    Project Licenses

    The Apache Software License, Version 2.0

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/mail-lists.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/mail-lists.html b/content/0.4-incubating/mail-lists.html index 487b754..4c33173 100644 --- a/content/0.4-incubating/mail-lists.html +++ b/content/0.4-incubating/mail-lists.html @@ -1,13 +1,13 @@ - + Falcon - Project Mailing Lists http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/plugin-management.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/plugin-management.html b/content/0.4-incubating/plugin-management.html index 9415e8f..e934b28 100644 --- a/content/0.4-incubating/plugin-management.html +++ b/content/0.4-incubating/plugin-management.html @@ -1,13 +1,13 @@ - + Falcon - Project Plugin Management http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/plugins.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/plugins.html b/content/0.4-incubating/plugins.html index 567ce31..5b08f9e 100644 --- a/content/0.4-incubating/plugins.html +++ b/content/0.4-incubating/plugins.html @@ -1,15 +1,15 @@ - + - Falcon - Project Build Plugins + Falcon - Project Plugins @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Project Build Plugins
  • +
  • Project Plugins
  • http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/project-info.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/project-info.html b/content/0.4-incubating/project-info.html index 75bae46..582e6b9 100644 --- a/content/0.4-incubating/project-info.html +++ b/content/0.4-incubating/project-info.html @@ -1,13 +1,13 @@ - + Falcon - Project Information @@ -80,7 +80,7 @@ Document Description -Continuous Integration +CI Management This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis. Dependency Convergence @@ -95,10 +95,10 @@ About Apache Falcon is a data management platform for Hadoop. -Issue Tracking +Issue Management This document provides information on the issue management system used in this project. -Project License +Licenses This document lists the project license(s). Mailing Lists @@ -107,16 +107,16 @@ Plugin Management This document lists the plugins that are defined through pluginManagement. -Project Plugins +Plugins This document lists the build plugins and the report plugins used by this project. -Project Team +Team This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. -Source Repository +Source Code Management This document lists ways to access the online source repository. -Project Summary +Summary This document lists other related information of this project
    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/project-summary.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/project-summary.html b/content/0.4-incubating/project-summary.html index be5df83..1d94e36 100644 --- a/content/0.4-incubating/project-summary.html +++ b/content/0.4-incubating/project-summary.html @@ -1,13 +1,13 @@ - + Falcon - Project Summary http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/source-repository.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/source-repository.html b/content/0.4-incubating/source-repository.html index ec5cfa0..d3d762a 100644 --- a/content/0.4-incubating/source-repository.html +++ b/content/0.4-incubating/source-repository.html @@ -1,15 +1,15 @@ - + - Falcon - Source Repository + Falcon - Source Code Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Source Repository
  • +
  • Source Code Management
  • @@ -72,7 +72,7 @@

    Overview

    -

    This project uses a Source Content Management System to manage its source code.

    +

    This project uses a source code management system to manage its source code.

    Web Browser Access

    The following is a link to a browsable version of the source repository:

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.4-incubating/team-list.html ---------------------------------------------------------------------- diff --git a/content/0.4-incubating/team-list.html b/content/0.4-incubating/team-list.html index 3f9b02b..fcbbaf8 100644 --- a/content/0.4-incubating/team-list.html +++ b/content/0.4-incubating/team-list.html @@ -1,13 +1,13 @@ - + Falcon - Project Team @@ -71,9 +71,9 @@
    -

    The Team

    +

    Project Team

    A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

    -

    The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    +

    The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

    Members

    The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

    @@ -212,7 +212,7 @@ Sowmya Ramesh sowmya_kr@apache.org Hortonworks -committer +PPMC -08:00 http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.5-incubating/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/dependency-convergence.html b/content/0.5-incubating/dependency-convergence.html index f9df438..93eb03a 100644 --- a/content/0.5-incubating/dependency-convergence.html +++ b/content/0.5-incubating/dependency-convergence.html @@ -1,13 +1,13 @@ - + Falcon - Reactor Dependency Convergence @@ -76,14 +76,14 @@ Legend: -error +[Error] At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.
    - + @@ -98,10 +98,10 @@ - + - -
    Statistics:
    Number of modules:11
    12
    Number of dependencies (NOD): 0
    0
    Convergence (NOD/NOA):error 0 %
    [Error] 0 %
    Ready for release (100 % convergence and no SNAPSHOTS):error Error
    You do not have 100 % convergence.
    +Ready for release (100% convergence and no SNAPSHOTS): +[Error] Error
    You do not have 100% convergence.

    Dependencies used in modules

    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.5-incubating/dependency-info.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/dependency-info.html b/content/0.5-incubating/dependency-info.html index b2205ab..1602ceb 100644 --- a/content/0.5-incubating/dependency-info.html +++ b/content/0.5-incubating/dependency-info.html @@ -1,13 +1,13 @@ - + Falcon - Dependency Information @@ -98,17 +98,17 @@ @Grab(group='org.apache.falcon', module='falcon-website-0.5-incubating', version='0.5-incubating') )
    -

    Grails

    +

    Gradle/Grails

    compile 'org.apache.falcon:falcon-website-0.5-incubating:0.5-incubating'
    -

    Leiningen

    +

    Scala SBT

    -
    [org.apache.falcon/falcon-website-0.5-incubating "0.5-incubating"]
    +
    libraryDependencies += "org.apache.falcon" % "falcon-website-0.5-incubating" % "0.5-incubating"
    -

    SBT

    +

    Leiningen

    -
    libraryDependencies += "org.apache.falcon" % "falcon-website-0.5-incubating" % "0.5-incubating"
    +
    [org.apache.falcon/falcon-website-0.5-incubating "0.5-incubating"]
    http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.5-incubating/distribution-management.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/distribution-management.html b/content/0.5-incubating/distribution-management.html index e57dcb5..39c082b 100644 --- a/content/0.5-incubating/distribution-management.html +++ b/content/0.5-incubating/distribution-management.html @@ -1,13 +1,13 @@ - + Falcon - Project Distribution Management http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.5-incubating/integration.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/integration.html b/content/0.5-incubating/integration.html index 8f2f9d7..d452a0e 100644 --- a/content/0.5-incubating/integration.html +++ b/content/0.5-incubating/integration.html @@ -1,15 +1,15 @@ - + - Falcon - Continuous Integration + Falcon - CI Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Continuous Integration
  • +
  • CI Management
  • http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.5-incubating/issue-tracking.html ---------------------------------------------------------------------- diff --git a/content/0.5-incubating/issue-tracking.html b/content/0.5-incubating/issue-tracking.html index d91268d..c0445f1 100644 --- a/content/0.5-incubating/issue-tracking.html +++ b/content/0.5-incubating/issue-tracking.html @@ -1,15 +1,15 @@ - + - Falcon - Issue Tracking + Falcon - Issue Management @@ -47,7 +47,7 @@ Home
  • /
  • -
  • Issue Tracking
  • +
  • Issue Management
  • @@ -74,8 +74,8 @@

    Overview

    This project uses JIRA.

    -

    Issue Tracking

    -

    Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

    +

    Issue Management

    +

    Issues, bugs, and feature requests should be submitted to the following issue management system for this project.