Return-Path: X-Original-To: apmail-falcon-commits-archive@minotaur.apache.org Delivered-To: apmail-falcon-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1428108BC for ; Mon, 2 Jun 2014 22:20:40 +0000 (UTC) Received: (qmail 39358 invoked by uid 500); 2 Jun 2014 22:20:40 -0000 Delivered-To: apmail-falcon-commits-archive@falcon.apache.org Received: (qmail 39320 invoked by uid 500); 2 Jun 2014 22:20:40 -0000 Mailing-List: contact commits-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list commits@falcon.incubator.apache.org Received: (qmail 39313 invoked by uid 99); 2 Jun 2014 22:20:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2014 22:20:40 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Jun 2014 22:20:41 +0000 Received: (qmail 38858 invoked by uid 99); 2 Jun 2014 22:20:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2014 22:20:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DF7B792C0F8; Mon, 2 Jun 2014 22:20:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: venkatesh@apache.org To: commits@falcon.incubator.apache.org Date: Mon, 02 Jun 2014 22:20:16 -0000 Message-Id: <82f53c31875f4058b1c6772ccf3fed0f@git.apache.org> In-Reply-To: <744d356ea68f4b9496f5fdd2dae475b7@git.apache.org> References: <744d356ea68f4b9496f5fdd2dae475b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: FALCON-450 Add jdk 1.6 requirement in release notes. Contributed by Venkatesh Seetharam X-Virus-Checked: Checked by ClamAV on apache.org FALCON-450 Add jdk 1.6 requirement in release notes. Contributed by Venkatesh Seetharam Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/a9127c54 Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/a9127c54 Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/a9127c54 Branch: refs/heads/master Commit: a9127c54099c109fc45cbef487f19d2173d65d9f Parents: 3ec559e Author: Venkatesh Seetharam Authored: Mon Jun 2 15:18:58 2014 -0700 Committer: Venkatesh Seetharam Committed: Mon Jun 2 15:18:58 2014 -0700 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ Installation-steps.txt | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/a9127c54/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 962e867..3c80e81 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -63,6 +63,8 @@ Release Version: 0.5-incubating Venkatesh Seetharam) IMPROVEMENTS + FALCON-450 Add jdk 1.6 requirement in release notes (Venkatesh Seetharam) + FALCON-449 Twik documentation files may need ALv2 headers (Venkatesh Seetharam) FALCON-448 File names in the release should have apache as the prefix http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/a9127c54/Installation-steps.txt ---------------------------------------------------------------------- diff --git a/Installation-steps.txt b/Installation-steps.txt index 2a5b36e..cd24a04 100644 --- a/Installation-steps.txt +++ b/Installation-steps.txt @@ -17,15 +17,41 @@ A. Building & Installing Falcon =============================== +0. Prerequisites +------------------ + +You would need the following installed: + +* JDK 1.6 +* Maven 3.x + + 1. Building Falcon ------------------ +a. Building falcon from the source release +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* tar -xzvf falcon-${project.version}-source.tar.gz +* cd falcon-sources-${project.version} + +* export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install + +[optionally -Dhadoop.version=<> can be appended to build for a specific version of hadoop] + + +b. Building falcon from the source repository +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * git clone https://git-wip-us.apache.org/repos/asf/incubator-falcon.git falcon * cd falcon * export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" && mvn clean install [optionally -Dhadoop.version=<> can be appended to build for a specific version of hadoop] -[Falcon has currently not been tested with secure Hadoop / Hadoop 2.0] + + +2. Deploying Falcon +------------------- Once the build successfully completes, artifacts can be packaged for deployment. By default the falcon is built for embedded mode. @@ -62,7 +88,8 @@ Tar is structured as follows |- DISCLAIMER.txt |- CHANGES.txt -2. Installing & running Falcon + +3. Installing & running Falcon ------------------------------ a. Installing falcon @@ -90,7 +117,7 @@ d. Stopping Falcon Server * bin/falcon-stop -3. Preparing oozie bundle for use with Falcon +4. Preparing oozie bundle for use with Falcon --------------------------------------------- * cd <>