You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/03/25 10:22:00 UTC

[jira] [Resolved] (ARROW-2350) Shrink size of spark_integration Docker container

     [ https://issues.apache.org/jira/browse/ARROW-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe L. Korn resolved ARROW-2350.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.0

Issue resolved by pull request 1787
[https://github.com/apache/arrow/pull/1787]

> Shrink size of spark_integration Docker container
> -------------------------------------------------
>
>                 Key: ARROW-2350
>                 URL: https://issues.apache.org/jira/browse/ARROW-2350
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: James Lamb
>            Priority: Minor
>              Labels: docker, pull-request-available, spark
>             Fix For: 0.10.0
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> I would like to propose a few changes to the spark_integration Dockerfile:
> [https://github.com/apache/arrow/tree/master/dev/spark_integration]
> The size of the resulting image can be reduced by making the following changes:
>  * consolidating all RUN commands into a single RUN layer (reducing the number of layers)
>  * running {color:#14892c}apt-get clean{color} to clear out the package cache
>  * running {color:#14892c}conda clean --all{color} to clear out cached package tarballs, abandoned package versions, and other build artifacts from all the libraries that are conda installed
> I will be submitting a PR on GitHub shortly. Generating this issue first so I can tag my PR to it.



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