[
https://issues.apache.org/jira/browse/HDDS-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709430#comment-17709430
]
Tsz-wo Sze commented on HDDS-8294:
----------------------------------
[~deveshsingh], The expectation is that only source files (created by human)
can be stored in src dir (ie. hadoop-ozone/recon/src). Builds and generated
content (including generated source) must be stored in the target dir (i.e.
hadoop-ozone/recon/target). We should also provide someway to remove them (the
usual way is "mvn clean").
> recon stores large binary files under src dir
> ---------------------------------------------
>
> Key: HDDS-8294
> URL: https://issues.apache.org/jira/browse/HDDS-8294
> Project: Apache Ozone
> Issue Type: Improvement
> Components: build, Ozone Recon
> Reporter: Tsz-wo Sze
> Assignee: Devesh Kumar Singh
> Priority: Major
>
> Recon has a .pnpm dir storing download binary files under the src directory.
> The .pnpm dir is not small. Also, "mvn clean" won't be able to remove it.
> {code}
> 477M
> apache-ozone/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/node_modules/.pnpm
> {code}
> In addition, the node_modules dir is added to .gitignore so git cannot detect
> it.
> {code}
> hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/.gitignore
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]