You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2014/02/07 00:16:59 UTC

git commit: FALCON-304 Simplify assembly for script in standalone and distributed mode. Contributed by Suresh Srinivas

Updated Branches:
  refs/heads/master 2da31c328 -> 2cb42dfff


FALCON-304 Simplify assembly for script in standalone and distributed mode. Contributed by Suresh Srinivas


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/2cb42dff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/2cb42dff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/2cb42dff

Branch: refs/heads/master
Commit: 2cb42dfff565bc74926da58294dc20c96ed808fd
Parents: 2da31c3
Author: Venkatesh Seetharam <ve...@apache.org>
Authored: Thu Feb 6 15:17:47 2014 -0800
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Thu Feb 6 15:17:47 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt                                 |  3 +++
 src/main/assemblies/distributed-package.xml |  3 +++
 src/main/assemblies/standalone-package.xml  | 14 ++++----------
 3 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/2cb42dff/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 90188d8..0462902 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,9 @@ Trunk (Unreleased)
     FALCON-238 Support updates at specific time. (Shwetha GS)
    
   IMPROVEMENTS
+    FALCON-304 Simplify assembly for script in standalone and distributed
+    mode. (Suresh Srinivas via Venkatesh Seetharam)
+
     FALCON-264 Update with effectiveTime in CLI. (Shwetha GS via Srikanth
     Sundarrajan)
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/2cb42dff/src/main/assemblies/distributed-package.xml
----------------------------------------------------------------------
diff --git a/src/main/assemblies/distributed-package.xml b/src/main/assemblies/distributed-package.xml
index 0ca5017..97d41b4 100644
--- a/src/main/assemblies/distributed-package.xml
+++ b/src/main/assemblies/distributed-package.xml
@@ -54,6 +54,9 @@
             <outputDirectory>bin</outputDirectory>
             <fileMode>0755</fileMode>
             <directoryMode>0755</directoryMode>
+            <excludes>
+                <exclude>package.sh</exclude>
+            </excludes>
         </fileSet>
 
         <fileSet>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/2cb42dff/src/main/assemblies/standalone-package.xml
----------------------------------------------------------------------
diff --git a/src/main/assemblies/standalone-package.xml b/src/main/assemblies/standalone-package.xml
index 1dcf253..d14769c 100644
--- a/src/main/assemblies/standalone-package.xml
+++ b/src/main/assemblies/standalone-package.xml
@@ -53,16 +53,10 @@
             <outputDirectory>bin</outputDirectory>
             <fileMode>0755</fileMode>
             <directoryMode>0755</directoryMode>
-            <includes>
-                <include>falcon</include>
-                <include>falcon-config.sh</include>
-                <include>falcon-start</include>
-                <include>falcon-status</include>
-                <include>falcon-stop</include>
-                <include>service-start.sh</include>
-                <include>service-stop.sh</include>
-                <include>service-status.sh</include>
-            </includes>
+            <excludes>
+                <exclude>prism*</exclude>
+                <exclude>package.sh</exclude>
+            </excludes>
         </fileSet>
 
         <fileSet>