Evans Ye created BIGTOP-2236: -------------------------------- Summary: GRADLE_USER_HOME should be set for bigtop/slaves images only Key: BIGTOP-2236 URL: https://issues.apache.org/jira/browse/BIGTOP-2236 Project: Bigtop Issue Type: Bug Components: docker, toolchain Affects Versions: 1.0.0 Reporter: Evans Ye Assignee: Evans Ye
Currently {{GRADLE_USER_HOME=/usr/share/gradle.home}} has been set in {{/etc/profile.d/bigtop.sh}}, therefore gradle downloaded packages are secretly stored in {{/usr/share/gradle.home}} instead of user home. This makes bigtop users confused because they have no idea about {{/usr/share/gradle.home}}. Besides that, the cache mechanism is only needed by docker images. We should take off {{GRADLE_USER_HOME}} env variable in {{/etc/profile.d/bigtop.sh}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)