kevinw66 commented on PR #986:
URL: https://github.com/apache/bigtop/pull/986#issuecomment-1231552169

   > > I also ran `./gradlew allclean zookeeper-pkg hive-pkg kafka-pkg 
-Pprefix=/usr/bigtop`, and confirmed that the files under /usr were relocated 
to `$prefix/$bigtop_version/usr`, and the ones under /etc and /var were not. It 
almost looks good, but is it OK that /etc/(zookeeper|hive|kafka) aren't 
relocated, because configuration files can be incompatible between different 
versions?
   > 
   > `/var/log`,`/var/run`,`/etc/%{name}/conf` won't be relocated to 
`/usr/bigtop/${version}/`, but `/var/lib` will.
   > 
   > I'm thinking we should create symlink from `alternatives confdir` to 
`/usr/lib/%{name}/conf`, it'll be easier for components' upgrade.
   
   I think I can relocated all dir to `/usr/bigtop/${version}/`, and create 
symlink for `/var/log`,`/var/run`,`/etc/%{name}/conf` in bigtop-select in the 
future.


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

Reply via email to