lzo Questions

5

Solved

I am trying to use Spark SQL to write parquet file. By default Spark SQL supports gzip, but it also supports other compression formats like snappy and lzo. What is the difference between these comp...
Flaming asked 4/3, 2016 at 6:28

3

I used LZO to compress reduce output. I tried this: Hadoop-LZO project of Kevin Weil and then used LzoCodec class with my job: TextOutputFormat.setOutputCompressorClass(job, LzoCodec.class); Now...
Corinnecorinth asked 21/5, 2013 at 18:27

3

Solved

I'm running an EMR Spark job on some LZO-compressed log-files stored in S3. There are several logfiles stored in the same folder, e.g.: ... s3://mylogfiles/2014-08-11-00111.lzo s3://mylogfiles/201...
Gebhardt asked 11/8, 2014 at 16:37

4

Solved

Hi I heard of lzo and lzf and seems they are all compression algorithms. Are they the same thing? Are there any other algorithms like them(light and fast)?
Triplet asked 23/2, 2011 at 9:35

3

I'm with a group of modders attempting to reverse engineer and mod a Blu-Ray player. We're stuck because the firmware code seems to be compressed, and the decompression code is nowhere to be found....
Seaboard asked 27/4, 2009 at 21:11

2

Solved

Ok so i did a fair bit of search on the web and did not find any answers. I am writing a shell script wherein I need to decompress a .lzo file. Do not see any leads. Anyone has any idea? I am...
Jayson asked 6/6, 2013 at 13:41

1

Solved

How can I efficiently store data in Hive and also store and retrieve compressed data in hive? Currently I am storing it as a TextFile. I was going through Bejoy article and I found that LZO compres...
Susette asked 1/8, 2012 at 19:43

1

Solved

[Update] I've since compiled successfully and anyone else chasing these binaries can download from here I'm compiling version 2.06 of lzo by issuing the following command from the Visual Studio Co...
Mainsail asked 21/11, 2011 at 23:8

1

Solved

So, I've seen a couple of tutorials for this online, but each seems to say to do something different. Also, each of them doesn't seem to specify whether you're trying to get things to work on a rem...
Whencesoever asked 1/9, 2011 at 23:7
1

© 2022 - 2024 — McMap. All rights reserved.