I hear that Hadoop uses LZO. What does MapR use? What do I have to install?

asked 22 Jun '11, 17:55

Phil's gravatar image

Phil ♦
16111
accept rate: 0%


MapR uses a variant of LZF modified to improve speed. That said, the compression is build into the file-system at a deep level so that you don't have to install any third-party libraries or change any applications to use compression. Instead, compressed files look just like normal files (but are smaller). You can work on compressed files just as if they were ordinary files. Via NFS, you can even seek, read, write or update compressed files in a completely random access fashion. You can change the default compression settings on a directory by directory basis.

link

answered 23 Jun '11, 15:02

Ted%20Dunning's gravatar image

Ted Dunning ♦♦
78116
accept rate: 94%

edited 29 Jun '11, 07:11

Administrator's gravatar image

Administrator ♦♦
6124

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×15
×4
×2

Asked: 22 Jun '11, 17:55

Seen: 771 times

Last updated: 29 Jun '11, 07:11

powered by OSQA