guyuqi edited a comment on pull request #657:
URL: https://github.com/apache/bigtop/pull/657#issuecomment-674806129


   Removed unused sysV-init file and disable sysV kibana service.
   kibana depends on Elasticsearch. If elasticsearch doesn't start, kibaba 
would fail to start.
   So users would start kibana manually by `$KIBANA_HOME//bin/start-kibana` 
after they deployed their elasticsearch cluster.
   
   The kibana deploy configuration :  `bigtop-deploy/puppet/modules/kibana/`
   And this PR leverages it to delpoy a container to run the smoke tests as a 
separate uses case.
   
   >>On Debian 9 and 10, I failed to install the package with the following 
error. I tried to add write permission to /usr/lib/kibana/optimize recursively, 
but the preceding error was not resolved.
   
   I'm sorry I could not reproduce it. 
   I installed the Deb package on Debian-9 :  `dpkg -i kibana_5.4.1-1_all.deb`
   The smoke test on debian9:
   ```
   docker:
           memory_limit: "4g"
           image: "bigtop/puppet:trunk-debian-9"
   
   repo: "http://repos.bigtop.apache.org/releases/1.4.0/debian/9/$(ARCH)"
   distro: debian
   components: [bigtop-utils, elasticsearch, kibana]
   enable_local_repo: true
   smoke_test_components: [kibana]
   
   ```
   
   `./docker-hadoop.sh -C config_debian-9.yaml -c 1 -s`
   
   


----------------------------------------------------------------
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]


Reply via email to