Repository: incubator-eagle
Updated Branches:
  refs/heads/master dd9cd7c51 -> cfd4d38fd


[MINOR] Assemble eagle-external/hadoop_jmx_collector to lib/scripts


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

Branch: refs/heads/master
Commit: c1dcfb13b47588b886a9bc0fc002eaf87e713523
Parents: dd9cd7c
Author: Hao Chen <h...@apache.org>
Authored: Thu Dec 8 20:44:55 2016 +0800
Committer: Hao Chen <h...@apache.org>
Committed: Thu Dec 8 20:44:55 2016 +0800

----------------------------------------------------------------------
 eagle-server-assembly/src/assembly/eagle-bin.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/c1dcfb13/eagle-server-assembly/src/assembly/eagle-bin.xml
----------------------------------------------------------------------
diff --git a/eagle-server-assembly/src/assembly/eagle-bin.xml 
b/eagle-server-assembly/src/assembly/eagle-bin.xml
index c56b0aa..cb23c2d 100644
--- a/eagle-server-assembly/src/assembly/eagle-bin.xml
+++ b/eagle-server-assembly/src/assembly/eagle-bin.xml
@@ -91,5 +91,11 @@
                 <include>eagle-storage-hbase-*.jar</include>
             </includes>
         </fileSet>
+
+        <!-- copy collector scripts into /lib/scripts -->
+        <fileSet>
+            
<directory>${project.basedir}/../eagle-external/hadoop_jmx_collector</directory>
+            <outputDirectory>lib/scripts/hadoop_jmx_collector</outputDirectory>
+        </fileSet>
     </fileSets>
-</assembly>
+</assembly>
\ No newline at end of file

Reply via email to