[ 
https://issues.apache.org/jira/browse/HDDS-1640?focusedWorklogId=254036&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-254036
 ]

ASF GitHub Bot logged work on HDDS-1640:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Jun/19 21:28
            Start Date: 04/Jun/19 21:28
    Worklog Time Spent: 10m 
      Work Description: vivekratnavel commented on pull request #907: 
HDDS-1640. Reduce the size of recon jar file
URL: https://github.com/apache/hadoop/pull/907
 
 
   hadoop-ozone-recon-0.5.0-SNAPSHOT.jar is 73 MB, mainly because the 
node_modules are included (full typescript source, eslint, babel, etc.)
   
   This PR reduces the size of recon jar file to 1.7MB after excluding 
node_modules.
   
    
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 254036)
            Time Spent: 10m
    Remaining Estimate: 0h

> Reduce the size of recon jar file
> ---------------------------------
>
>                 Key: HDDS-1640
>                 URL: https://issues.apache.org/jira/browse/HDDS-1640
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>          Components: Ozone Recon
>            Reporter: Elek, Marton
>            Assignee: Vivek Ratnavel Subramanian
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> hadoop-ozone-recon-0.5.0-SNAPSHOT.jar is 73 MB, mainly because the 
> node_modules are included (full typescript source, eslint, babel, etc.):
> {code}
> unzip -l hadoop-ozone-recon-0.5.0-SNAPSHOT.jar | grep node_modules | wc
> {code}
> Fix me if I am wrong, but I think node_modules is not required in the 
> distribution as the dependencies are already included in the compiled 
> javascript files.
> I propose to remove the node_modules from the jar file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to