Repository: falcon Updated Branches: refs/heads/0.10 91dc204b6 -> 0a6b519f2
FALCON-2099 Update Installation-steps.txt and NOTICE.txt for 0.10 rel Author: bvellanki <[email protected]> Reviewers: "Venkat Ranganathan <[email protected]>, Sowmya Ramesh <[email protected]>" Closes #241 from bvellanki/FALCON-2099 (cherry picked from commit 7ec539a8c854f6cf8ad1f77f7ad84a840ef2c577) Signed-off-by: bvellanki <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/0a6b519f Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/0a6b519f Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/0a6b519f Branch: refs/heads/0.10 Commit: 0a6b519f240cf51ee0fd94512e47e7aa2fe06873 Parents: 91dc204 Author: bvellanki <[email protected]> Authored: Tue Jul 26 15:05:01 2016 -0700 Committer: bvellanki <[email protected]> Committed: Tue Jul 26 15:05:18 2016 -0700 ---------------------------------------------------------------------- Installation-steps.txt | 24 ++++++++++++++---------- NOTICE.txt | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/0a6b519f/Installation-steps.txt ---------------------------------------------------------------------- diff --git a/Installation-steps.txt b/Installation-steps.txt index b86d6a1..84f0c99 100644 --- a/Installation-steps.txt +++ b/Installation-steps.txt @@ -41,10 +41,12 @@ a. Building falcon from the source release * export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m -noverify" && mvn clean install [optionally -Dhadoop.version=<<hadoop.version>> can be appended to build for a specific version of hadoop] -*Note:* Falcon drops support for Hadoop-1 and only supports Hadoop-2 from Falcon 0.6 onwards - Falcon build with JDK 1.7 using -noverify option - To compile Falcon with Hive Replication, optionally "-P hadoop-2,hivedr" can be appended. For this - Hive >= 1.2.0 and Oozie >= 4.2.0 should be available. +*Note 1:* Falcon drops support for Hadoop-1 and only supports Hadoop-2 from Falcon 0.6 onwards + Falcon build with JDK 1.7 using -noverify option +*Note 2:* To compile Falcon with addon extensions, append additional profiles to build command using syntax -P<<profile1,profile2>> + For Hive Mirroring extension, use profile"hivedr". Hive >= 1.2.0 and Oozie >= 4.2.0 is required + For HDFS Snapshot mirroring extension, use profile "hdfs-snapshot-mirroring". Hadoop >= 2.7.0 is required + For ADF integration, use profile "adf" b. Building falcon from the source repository @@ -55,10 +57,12 @@ b. Building falcon from the source repository * export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m -noverify" && mvn clean install [optionally -Dhadoop.version=<<hadoop.version>> can be appended to build for a specific version of hadoop] -*Note:* Falcon drops support for Hadoop-1 and only supports Hadoop-2 from Falcon 0.6 onwards - Falcon build with JDK 1.7 using -noverify option - To compile Falcon with Hive Replication, optionally "-P hadoop-2,hivedr" can be appended. For this - Hive >= 1.2.0 and Oozie >= 4.2.0 should be available. +*Note 1:* Falcon drops support for Hadoop-1 and only supports Hadoop-2 from Falcon 0.6 onwards + Falcon build with JDK 1.7 using -noverify option +*Note 2:* To compile Falcon with addon extensions, append additional profiles to build command using syntax -P<<profile1,profile2>> + For Hive Mirroring extension, use profile"hivedr". Hive >= 1.2.0 and Oozie >= 4.2.0 is required + For HDFS Snapshot mirroring extension, use profile "hdfs-snapshot-mirroring". Hadoop >= 2.7.0 is required + For ADF integration, use profile "adf" 2. Deploying Falcon @@ -118,8 +122,8 @@ c. Using Falcon ~~~~~~~~~~~~~~~ * bin/falcon admin -version - Falcon server build version: {Version:"0.3-SNAPSHOT-rd7e2be9afa2a5dc96acd1ec9e325f39c6b2f17f7",Mode:"embedded"} - +Falcon server build version: {"properties":[{"key":"Version","value":"0.10-rbe02edf0d5b10af27bbac694e536bef30885c00e"}, +{"key":"Mode","value":"embedded"},{"key":"authentication","value":"simple"},{"key":"safemode","value":"false"}]} * bin/falcon help (for more details about falcon cli usage) http://git-wip-us.apache.org/repos/asf/falcon/blob/0a6b519f/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index c9259e8..de9847f 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,6 +1,6 @@ Apache Falcon -Copyright 2011-2015 The Apache Software Foundation +Copyright 2011-2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
