Questions tagged [compressed-files]
18 questions
0
votes
2 answers
Unzip local file and delete original in Dockerfile image build
I'm trying to uncompress a file and delete the original, compressed, archive in my Dockerfile image build instructions. I need to do this because the file in question is larger than the 2GB limit set by Github on large file sizes (see here). The…

Cole Robertson
- 599
- 1
- 7
- 18
0
votes
1 answer
Handling compressed files in spark: Can repartition improve or detoriate performance
I am starting my spark shell using "start_pyspark_shell" command and giving cli options as - 4 executors, 2 cores per executor & 4GB of memory for worker nodes & 4GB for master
Storage: HDFS
Input file: A compressed .csv.gz file of size 221.3 MB (2…

Madhu P
- 1
0
votes
0 answers
How to create .cab archive in php
i create 10 files xml with onclick button on my site and i want put all 10 files in archive .cab extension in php.
I try to use a class MakeCAB found in https://www.phpclasses.org/package/4056-PHP-Create-CAB-archives-from-lists-of-files.html but…

Nesyou75
- 1
- 2