You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Raminderjeet Singh (JIRA)" <ji...@apache.org> on 2013/10/16 20:07:45 UTC

[jira] [Commented] (AIRAVATA-922) Reduce the size of war distributions

    [ https://issues.apache.org/jira/browse/AIRAVATA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797068#comment-13797068 ] 

Raminderjeet Singh commented on AIRAVATA-922:
---------------------------------------------

I looked into the size issue and found airavata.war and airavata-server.war have almost same jars dependencies. To reduce the size we can do one of the following

1. Remove all the extra jars from airavata.war (REST services). Currently it have JCloud jars, hadoop/whirr jars etc. Same jars exists in airavata-server jars and ideally all the server requests need to go to airavata-server service. 

2. If these is a direct dependency on these jars in REST services, we should merge these 2 services as one war and it will automatically reduce the size. 



> Reduce the size of war distributions
> ------------------------------------
>
>                 Key: AIRAVATA-922
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-922
>             Project: Airavata
>          Issue Type: Bug
>          Components: Distribution
>         Environment: All environments
>            Reporter: Amila Jayasekara
>            Assignee: Saminda Wijeratne
>            Priority: Blocker
>             Fix For: 0.10
>
>
> In 0.9 the war distribution size was ~150 mbs. We faced difficulties uploading these distributions to apache site. We need to reduce the distribution size for war files. Lot of files duplicated. We need to get rid of duplicated files.



--
This message was sent by Atlassian JIRA
(v6.1#6144)