iwasakims commented on PR #973:
URL: https://github.com/apache/bigtop/pull/973#issuecomment-1206009379
> could you give me your deploy yaml so that I can reproduce the problem?
I modified cluster.pp for local testing. The gateway_server is the same node
of hadoop_head_node in the following deployment.
```
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp
b/bigtop-deploy/puppet/manifests/cluster.pp
index b016d6f..c432036 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -69,6 +69,7 @@ $roles_map = {
worker => ["spark-on-yarn"],
client => ["spark-client"],
library => ["spark-yarn-slave"],
+ gateway_server => ["spark-thriftserver"],
},
spark-standalone => {
master => ["spark-master"],
```
```
$ cd provisioner/docker
$ ./docker-hadoop.sh \
--create 3 \
--image bigtop/puppet:trunk-centos-7 \
--memory 8g \
--repo file:///bigtop-home/output \
--disable-gpg-check \
--stack hdfs,yarn,mapreduce,spark
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]