Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Using LVM to create Hadoop Volumes

avatar
Rising Star

Hi All,

We are using LVM on the Data nodes HDFS Volumes .Is this going to create latency in Read/Write .

We have observed that local to HDFS files copies are taking too much of time .especially when doing multiple copies.

Any thoughts on this ..

Shihab

1 ACCEPTED SOLUTION

avatar

HWX doesn't recommend using lvm for the datanodes (overhead and no benefit).

You typically create a partition per disk (no raid) with the your FS directly on top.

FS typically are ext4 or xfs.

View solution in original post

1 REPLY 1

avatar

HWX doesn't recommend using lvm for the datanodes (overhead and no benefit).

You typically create a partition per disk (no raid) with the your FS directly on top.

FS typically are ext4 or xfs.