This is an automated email from the ASF dual-hosted git repository.
sekikn 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 ecd693fb BIGTOP-3814. Deploying Spark ThriftServer fails because it's
launched too early. (#1008)
ecd693fb is described below
commit ecd693fb8ee627924ced5fd4144edf93ba747e7c
Author: Kengo Seki <[email protected]>
AuthorDate: Thu Sep 15 16:19:07 2022 +0900
BIGTOP-3814. Deploying Spark ThriftServer fails because it's launched too
early. (#1008)
---
bigtop-deploy/puppet/modules/spark/manifests/init.pp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bigtop-deploy/puppet/modules/spark/manifests/init.pp
b/bigtop-deploy/puppet/modules/spark/manifests/init.pp
index 06d804e5..5521dc20 100644
--- a/bigtop-deploy/puppet/modules/spark/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/spark/manifests/init.pp
@@ -63,7 +63,8 @@ class spark {
hasrestart => true,
hasstatus => true,
}
-
+
+ Exec<| title == "init hdfs" |> -> Service["spark-thriftserver"]
}
class client {