This is an automated email from the ASF dual-hosted git repository.
evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new ceb2636 BIGTOP-3144. [Test] QFS smoke test failed on multi-node
cluster (#453)
ceb2636 is described below
commit ceb2636f18dd121fbd1f3578527dbd1a3484d136
Author: Evans Ye <[email protected]>
AuthorDate: Mon Jan 21 17:08:18 2019 +0800
BIGTOP-3144. [Test] QFS smoke test failed on multi-node cluster (#453)
---
bigtop-deploy/puppet/manifests/cluster.pp | 2 +-
bigtop-deploy/puppet/modules/qfs/manifests/init.pp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp
b/bigtop-deploy/puppet/manifests/cluster.pp
index f6cce1c..6ea886d 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -134,7 +134,7 @@ $roles_map = {
},
qfs => {
master => ["qfs-metaserver"],
- worker => ["qfs-chunkserver"],
+ worker => ["qfs-chunkserver", "qfs-client"],
client => ["qfs-client"],
},
gpdb => {
diff --git a/bigtop-deploy/puppet/modules/qfs/manifests/init.pp
b/bigtop-deploy/puppet/modules/qfs/manifests/init.pp
index 1290d34..c2f3a56 100644
--- a/bigtop-deploy/puppet/modules/qfs/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/qfs/manifests/init.pp
@@ -165,7 +165,7 @@ class qfs {
path => ['/bin','/sbin','/usr/bin','/usr/sbin'],
command => 'find /usr/lib/qfs/ -name "lib*" -exec ln -s {}
/usr/lib/hadoop/lib/native \;',
require => Package["qfs-client"],
- notify => [ Service["hadoop-yarn-nodemanager"],
Service["hadoop-yarn-resourcemanager"] ],
+ notify => [ Service["hadoop-yarn-nodemanager"] ],
}
}
}