You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/03 17:35:46 UTC

[GitHub] [arrow] alamb opened a new pull request #9884: (NOT FOR MERGING) Print out the size of docker container before ARROW-12112

alamb opened a new pull request #9884:
URL: https://github.com/apache/arrow/pull/9884


   To answer a question  https://github.com/apache/arrow/pull/9879#pullrequestreview-627471238  from @pitrou, I added some diagnostic information to the integration tests to see where the space is being taken up
   
   This PR is based on master immediately *AFTER* to https://github.com/apache/arrow/pull/9879


-- 
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:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #9884: (NOT FOR MERGING) Print out the size of docker container before ARROW-12112

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9884:
URL: https://github.com/apache/arrow/pull/9884#issuecomment-812898762


   <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
   
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
   -->
   
   Thanks for opening a pull request!
   
   Could you open an issue for this pull request on JIRA?
   https://issues.apache.org/jira/browse/ARROW
   
   Then could you also rename pull request title in the following format?
   
       ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}
   
   See also:
   
     * [Other pull requests](https://github.com/apache/arrow/pulls/)
     * [Contribution Guidelines - How to contribute patches](https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches)
   


-- 
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:
users@infra.apache.org



[GitHub] [arrow] alamb closed pull request #9884: (NOT FOR MERGING) Print out the size of docker container after ARROW-12112

Posted by GitBox <gi...@apache.org>.
alamb closed pull request #9884:
URL: https://github.com/apache/arrow/pull/9884


   


-- 
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:
users@infra.apache.org



[GitHub] [arrow] pitrou commented on pull request #9884: (NOT FOR MERGING) Print out the size of docker container after ARROW-12112

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #9884:
URL: https://github.com/apache/arrow/pull/9884#issuecomment-813037756


   Ok, so [before](https://github.com/pitrou/arrow/runs/2248565007?check_suite_focus=true) we had:
   ```
   1.5G	/arrow/rust/target/debug/examples
   6.4G	/arrow/rust/target/debug/deps
   1.8G	/arrow/rust/target/debug/incremental
   11G	/arrow/rust/target/debug
   11G	/arrow/rust/target
   11G	/arrow/rust
   ```
   We now have:
   ```
   977M	/arrow/rust/target/debug/examples
   4.4G	/arrow/rust/target/debug/deps
   1.3G	/arrow/rust/target/debug/incremental
   7.1G	/arrow/rust/target/debug
   7.1G	/arrow/rust/target
   7.1G	/arrow/rust
   7.5G	/arrow/
   ```
   
   While we're making progress, this is still huge.  By comparison, the C++ build takes 223 MB (that said, perhaps we should also count the conda environment: roughly 3.2 GB).
   
   @alamb Would you like to open a JIRA to further try to reduce the Rust build size? Perhaps one direction would be to make the build more modular (the integration tests don't neet datafusion, parquet and other features, for example).
   


-- 
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:
users@infra.apache.org



[GitHub] [arrow] alamb commented on pull request #9884: (NOT FOR MERGING) Print out the size of docker container after ARROW-12112

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #9884:
URL: https://github.com/apache/arrow/pull/9884#issuecomment-813345427


   > @alamb Would you like to open a JIRA to further try to reduce the Rust build size? Perhaps one direction would be to make the build more modular (the integration tests don't neet datafusion, parquet and other features, for example).
   
   @pitrou  -- good idea. I have filed https://issues.apache.org/jira/browse/ARROW-12204 / https://github.com/apache/arrow/pull/9889 to reduce the integration test size
   
   I will continue the investigation there


-- 
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:
users@infra.apache.org