ctubbsii commented on a change in pull request #334: Adds systemd support for accumulo(2.x) services URL: https://github.com/apache/fluo-muchos/pull/334#discussion_r396122068
########## File path: ansible/roles/accumulo/templates/gc.j2 ########## @@ -0,0 +1,23 @@ +[Unit] +Description=GC Service for Accumulo +Requires=network.target +After=network.target Review comment: Is Hadoop and ZK also using systemd in this scenario? If so, it'd be good to run after those. If not, I wonder if Accumulo will start too early. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
