|
|
-
#of disk partitions on a phisical machine
Tadas Makčinskas 2012-12-18, 10:51
I have several physical machines with two mounted hard disks each. Now going through partitioning process and not sure should I leave partitions according to the disk size or it’s better to merge them as one?
As I will have just one JT, DN per server not sure how multiple partitions will be handled within Hadoop. Do they perform in such a manner?
Thanks, Tadas
+
Tadas Makčinskas 2012-12-18, 10:51
-
Re: #of disk partitions on a phisical machine
Nitin Pawar 2012-12-18, 11:05
you can have multiple partitions (multiple directories)
when you setup your hdfs you will need to set
<property> <name>dfs.data.dir</name> <value>dir1, dir2 <final>true</final> </property On Tue, Dec 18, 2012 at 4:21 PM, Tadas Makčinskas <[EMAIL PROTECTED]>wrote:
> I have several physical machines with two mounted hard disks each. Now > going through partitioning process and not sure should I leave partitions > according to the disk size or it’s better to merge them as one?**** > > ** ** > > As I will have just one JT, DN per server not sure how multiple > partitions will be handled within Hadoop. Do they perform in such a manner? > **** > > ** ** > > Thanks, Tadas**** >
-- Nitin Pawar
+
Nitin Pawar 2012-12-18, 11:05
-
Re: #of disk partitions on a phisical machine
Mohammad Tariq 2012-12-18, 11:08
Hello Tadas,
It is actually a good option to have multiple disks attached to a machine often referred to as JBOD (just a bunch of disks) configuration. Just have to add the properties as specified my Mr. Nitin.
Best Regards, Tariq +91-9741563634
On Tue, Dec 18, 2012 at 4:35 PM, Nitin Pawar <[EMAIL PROTECTED]>wrote:
> you can have multiple partitions (multiple directories) > > when you setup your hdfs you will need to set > > <property> > <name>dfs.data.dir</name> > <value>dir1, > dir2 > <final>true</final> > </property > > > On Tue, Dec 18, 2012 at 4:21 PM, Tadas Makčinskas <[EMAIL PROTECTED] > > wrote: > >> I have several physical machines with two mounted hard disks each. Now >> going through partitioning process and not sure should I leave partitions >> according to the disk size or it’s better to merge them as one?**** >> >> ** ** >> >> As I will have just one JT, DN per server not sure how multiple >> partitions will be handled within Hadoop. Do they perform in such a manner? >> **** >> >> ** ** >> >> Thanks, Tadas**** >> > > > > -- > Nitin Pawar > >
+
Mohammad Tariq 2012-12-18, 11:08
-
RE: #of disk partitions on a phisical machine
Tadas Makčinskas 2012-12-18, 11:25
will try to configure my machines in that manner
thanks, Tadas From: Mohammad Tariq [mailto:[EMAIL PROTECTED]] Sent: 2012.12.18 13:08 To: [EMAIL PROTECTED] Subject: Re: #of disk partitions on a phisical machine
Hello Tadas,
It is actually a good option to have multiple disks attached to a machine often referred to as JBOD (just a bunch of disks) configuration. Just have to add the properties as specified my Mr. Nitin.
Best Regards, Tariq +91-9741563634 On Tue, Dec 18, 2012 at 4:35 PM, Nitin Pawar <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: you can have multiple partitions (multiple directories)
when you setup your hdfs you will need to set
<property> <name>dfs.data.dir</name> <value>dir1, dir2 <final>true</final> </property
On Tue, Dec 18, 2012 at 4:21 PM, Tadas Makčinskas <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>> wrote: I have several physical machines with two mounted hard disks each. Now going through partitioning process and not sure should I leave partitions according to the disk size or it’s better to merge them as one?
As I will have just one JT, DN per server not sure how multiple partitions will be handled within Hadoop. Do they perform in such a manner?
Thanks, Tadas
-- Nitin Pawar
+
Tadas Makčinskas 2012-12-18, 11:25
|
|