You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2019/07/12 19:16:28 UTC

[bigtop] branch bigtop-alpha updated (0248b8e -> e07dc80)

This is an automated email from the ASF dual-hosted git repository.

oflebbe pushed a change to branch bigtop-alpha
in repository https://gitbox.apache.org/repos/asf/bigtop.git.


    from 0248b8e  Mute warnings of config variable name changes
     new 113f827  add new timelineservice
     new e07dc80  remove var dirs from package

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bigtop-packages/src/common/hadoop/install_hadoop.sh | 6 +++++-
 bigtop-packages/src/deb/hadoop/hadoop-yarn.install  | 3 ---
 2 files changed, 5 insertions(+), 4 deletions(-)


[bigtop] 01/02: add new timelineservice

Posted by of...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

oflebbe pushed a commit to branch bigtop-alpha
in repository https://gitbox.apache.org/repos/asf/bigtop.git

commit 113f827574a89d4613618c1ac4d803161f890c79
Author: Olaf Flebbe <of...@oflebbe.de>
AuthorDate: Fri Jul 12 21:15:02 2019 +0200

    add new timelineservice
---
 bigtop-packages/src/common/hadoop/install_hadoop.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/hadoop/install_hadoop.sh b/bigtop-packages/src/common/hadoop/install_hadoop.sh
index fcfbf96..d08bdce 100755
--- a/bigtop-packages/src/common/hadoop/install_hadoop.sh
+++ b/bigtop-packages/src/common/hadoop/install_hadoop.sh
@@ -209,7 +209,11 @@ install -d -m 0755 ${HDFS_DIR}/lib
 cp ${BUILD_DIR}/share/hadoop/hdfs/lib/*.jar ${HDFS_DIR}/lib
 install -d -m 0755 ${YARN_DIR}/lib
 cp ${BUILD_DIR}/share/hadoop/yarn/lib/*.jar ${YARN_DIR}/lib
-chmod 644 ${HADOOP_DIR}/lib/*.jar ${HDFS_DIR}/lib/*.jar ${YARN_DIR}/lib/*.jar
+install -d -m 0755 ${YARN_DIR}/lib/timelineservice
+cp ${BUILD_DIR}/share/hadoop/yarn/lib/timelineservice/*.jar ${YARN_DIR}/lib/timelineservice
+install -d -m 0755 ${YARN_DIR}/lib/timelineservice/lib
+cp ${BUILD_DIR}/share/hadoop/yarn/lib/timelineservice/lib/*.jar ${YARN_DIR}/lib/timelineservice/lib
+chmod 644 ${HADOOP_DIR}/lib/*.jar ${HDFS_DIR}/lib/*.jar ${YARN_DIR}/lib/*.jar ${YARN_DIR}/lib/timelineservice/*.jar ${YARN_DIR}/lib/timelineservice/lib/*
 
 # Install webapps
 cp -ra ${BUILD_DIR}/share/hadoop/hdfs/webapps ${HDFS_DIR}/


[bigtop] 02/02: remove var dirs from package

Posted by of...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

oflebbe pushed a commit to branch bigtop-alpha
in repository https://gitbox.apache.org/repos/asf/bigtop.git

commit e07dc80d51295be17db05c8e7f0e1f1d0a68ca61
Author: Olaf Flebbe <of...@oflebbe.de>
AuthorDate: Fri Jul 12 21:16:00 2019 +0200

    remove var dirs from package
---
 bigtop-packages/src/deb/hadoop/hadoop-yarn.install | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bigtop-packages/src/deb/hadoop/hadoop-yarn.install b/bigtop-packages/src/deb/hadoop/hadoop-yarn.install
index e9c5074..236aaf9 100644
--- a/bigtop-packages/src/deb/hadoop/hadoop-yarn.install
+++ b/bigtop-packages/src/deb/hadoop/hadoop-yarn.install
@@ -6,6 +6,3 @@
 /usr/lib/hadoop-yarn
 /usr/lib/hadoop/libexec/yarn-config.sh
 /usr/bin/yarn
-/var/lib/hadoop-yarn
-/var/log/hadoop-yarn
-/var/run/hadoop-yarn