fingltd / 4mc

4mc - splittable lz4 and zstd in hadoop/spark/flink
Other
108 stars 36 forks source link

Decompressing from stdin #47

Open fibersel opened 4 years ago

fibersel commented 4 years ago

4mc is able to compress from stdin, like this: cat filename | ./4mc Maybe I have just not specified necessary flag, but I have not figured out, how to decompress from stdin: cat filename | ./4mc -d returns help. It would be very convinient and i hope we will see this feature soon.

noodlesbad commented 4 years ago

4mc is able to decompress from stdin, as follows:

fibersel commented 4 years ago

It looks non-intuitive, maybe we have to fix command line arguments parsing?