Repository: falcon Updated Branches: refs/heads/master e4c635c2c -> f9c8feac1
FALCON-1660 Examples directory missing in distributed mode. Contributed by Praveen Adlakha. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/f9c8feac Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/f9c8feac Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/f9c8feac Branch: refs/heads/master Commit: f9c8feac1ee94fd330513ea40b945fbb16cbc8b6 Parents: e4c635c Author: Ajay Yadava <[email protected]> Authored: Mon Dec 14 03:16:03 2015 +0530 Committer: Ajay Yadava <[email protected]> Committed: Mon Dec 14 03:16:03 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ src/main/assemblies/distributed-package.xml | 5 +++++ 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/f9c8feac/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 63695ac..c1f09d3 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -62,6 +62,8 @@ Trunk (Unreleased) OPTIMIZATIONS BUG FIXES + FALCON-1660 Examples directory missing in distributed mode(Praveen Adlakha via Ajay Yadava) + FALCON-1647 Unable to create feed : FilePermission error under cluster staging directory(Balu Vellanki via Ajay Yadava) FALCON-1651 Falcon doesn't start (Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/f9c8feac/src/main/assemblies/distributed-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/distributed-package.xml b/src/main/assemblies/distributed-package.xml index dc5e2f8..ff51bcb 100644 --- a/src/main/assemblies/distributed-package.xml +++ b/src/main/assemblies/distributed-package.xml @@ -106,6 +106,11 @@ <directory>addons/recipes/hive-disaster-recovery/src/main/resources</directory> <outputDirectory>data-mirroring/hive-disaster-recovery</outputDirectory> </fileSet> + + <fileSet> + <directory>src/main/examples</directory> + <outputDirectory>examples</outputDirectory> + </fileSet> </fileSets> <files>
