You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2019/10/01 13:43:00 UTC

[jira] [Created] (HDDS-2219) Move all the ozone dist scripts/configs to one location

Marton Elek created HDDS-2219:
---------------------------------

             Summary: Move all the ozone dist scripts/configs to one location
                 Key: HDDS-2219
                 URL: https://issues.apache.org/jira/browse/HDDS-2219
             Project: Hadoop Distributed Data Store
          Issue Type: Task
          Components: build
            Reporter: Marton Elek


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:
{code:java}
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
 {code}
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.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org