Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The hadoop distribution tar file contains jar files scripts and default configuration files.
The scripts and configuration files are stored in multiple separated projects without any reason:
ls hadoop-hdds/common/src/main/bin/ hadoop-config.cmd hadoop-config.sh hadoop-daemons.sh hadoop-functions.sh workers.sh ls hadoop-ozone/common/src/main/bin ozone ozone-config.sh start-ozone.sh stop-ozone.sh ls hadoop-ozone/common/src/main/shellprofile.d hadoop-ozone.sh ls hadoop-ozone/dist/src/main/conf dn-audit-log4j2.properties log4j.properties om-audit-log4j2.properties ozone-shell-log4j.properties ozone-site.xml scm-audit-log4j2.properties
All of these scripts can be moved to the hadoop-ozone/dist/src/shell
hadoop-ozone/dist/dev-support/bin/dist-layout-stitching also should be updated to copy all of them to the right place in the tar.
Attachments
Issue Links
- relates to
-
HDDS-1701 Move dockerbin script to libexec
- Resolved
- links to