[jira] [Resolved] (HDFS-16373) Fix MiniDFSCluster restart in case of multiple namenodes

2021-12-14 Thread Takanobu Asanuma (Jira)
: Fixed > Fix MiniDFSCluster restart in case of multiple namenodes > > > Key: HDFS-16373 > URL: https://issues.apache.org/jira/browse/HDFS-16373 > Project: Hadoop HDFS >

[jira] [Created] (HDFS-16373) Fix MiniDFSCluster restart in case of multiple namenodes

2021-12-07 Thread Ayush Saxena (Jira)
Ayush Saxena created HDFS-16373: --- Summary: Fix MiniDFSCluster restart in case of multiple namenodes Key: HDFS-16373 URL: https://issues.apache.org/jira/browse/HDFS-16373 Project: Hadoop HDFS

[jira] [Created] (HDFS-14375) DataNode cannot serve BlockPool to multiple NameNodes in the different realm

2019-03-18 Thread Jihyun Cho (JIRA)
Jihyun Cho created HDFS-14375: - Summary: DataNode cannot serve BlockPool to multiple NameNodes in the different realm Key: HDFS-14375 URL: https://issues.apache.org/jira/browse/HDFS-14375 Project: Hadoop

Re: Multiple namenodes

2016-07-29 Thread Ewan Higgs
documentation about Federated Namenodes[1], Datanodes can manage blocks from multiple block pools – working with multiple Namenodes. This is indeed reflected in the directory structure of the hdfs/data directory (described here: [2]). To configure a Datanode to talk to multiple Namenodes, one

Re: Multiple namenodes

2016-07-22 Thread Kun Ren
Thanks a lot for your suggestions. On Fri, Jul 22, 2016 at 3:58 PM, Daniel Templeton wrote: > On 7/22/16 12:23 PM, Kun Ren wrote: > >> Thanks a lot for your reply, Daniel, very helpful. >> >> About (1) : I will consider this way, thanks. Also beside multiple >> clusters, are there any other opt

Re: Multiple namenodes

2016-07-22 Thread Daniel Templeton
On 7/22/16 12:23 PM, Kun Ren wrote: Thanks a lot for your reply, Daniel, very helpful. About (1) : I will consider this way, thanks. Also beside multiple clusters, are there any other options to do so? Thanks. HDFS does not support two active NNs in a single cluster. Each DN belongs to a s

Re: Multiple namenodes

2016-07-22 Thread Kun Ren
communicates with the active namenode, not both node, am I understanding right? Thanks. On Fri, Jul 22, 2016 at 1:27 PM, Daniel Templeton wrote: > On 7/22/16 8:45 AM, Kun Ren wrote: > >> (1). How to create/start multiple namenodes? >> > > Just pretend like you have two separa

Re: Multiple namenodes

2016-07-22 Thread Daniel Templeton
On 7/22/16 8:45 AM, Kun Ren wrote: (1). How to create/start multiple namenodes? Just pretend like you have two separate HDFS clusters and set them up that way. (That is actually what you have.) (2). Once I have multiple Namenodes running, do you think what is the best/simple way to

Multiple namenodes

2016-07-22 Thread Kun Ren
Hi Genius, I am currently involved in a project that will create/start multiple namenodes(It is different with Federation that: We want to partition the metadata not only by directory, and may support other partition schemes, and we want to support the distributed operations that cross multiple

[jira] [Resolved] (HDFS-345) DataNode to send block reports to multiple namenodes?

2014-02-03 Thread Harsh J (JIRA)
as 'Implemented'. > DataNode to send block reports to multiple namenodes? > - > > Key: HDFS-345 > URL: https://issues.apache.org/jira/browse/HDFS-345 > Project: Hadoo

[jira] [Created] (HDFS-2545) Support multiple namenodes in webhdfs

2011-11-07 Thread Tsz Wo (Nicholas), SZE (Created) (JIRA)
Support multiple namenodes in webhdfs - Key: HDFS-2545 URL: https://issues.apache.org/jira/browse/HDFS-2545 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Tsz Wo (Nicholas), SZE

[jira] Resolved: (HDFS-1684) Federation: Balancer cannot start with with multiple namenodes.

2011-03-03 Thread Tsz Wo (Nicholas), SZE (JIRA)
: [Reviewed] I have committed this. > Federation: Balancer cannot start with with multiple namenodes. > --- > > Key: HDFS-1684 > URL: https://issues.apache.org/jira/browse/HDFS-1684 >

[jira] Resolved: (HDFS-1682) Federation: Change Balancer CLI for multiple namenodes and balancing policy

2011-03-02 Thread Tsz Wo (Nicholas), SZE (JIRA)
Wo (Nicholas), SZE Release Note: Added a new option, -policy < blockpool | datanode >, to the balancer command. Hadoop Flags: [Reviewed] I have committed it. > Federation: Change Balancer CLI for multiple namenodes and balanci

[jira] Resolved: (HDFS-1652) HDFS-Federation: Add support for multiple namenodes in MiniDFSCluster

2011-03-01 Thread Suresh Srinivas (JIRA)
ion: Add support for multiple namenodes in MiniDFSCluster > -- > > Key: HDFS-1652 > URL: https://issues.apache.org/jira/browse/HDFS-1652 > Project: Hadoop HDFS >

[jira] Created: (HDFS-1684) Federation: Balancer cannot start with with multiple namenodes.

2011-03-01 Thread Tsz Wo (Nicholas), SZE (JIRA)
Federation: Balancer cannot start with with multiple namenodes. --- Key: HDFS-1684 URL: https://issues.apache.org/jira/browse/HDFS-1684 Project: Hadoop HDFS Issue Type: Sub-task

[jira] Created: (HDFS-1682) Federation: Change Balancer CLI for multiple namenodes and balancing policy

2011-03-01 Thread Tsz Wo (Nicholas), SZE (JIRA)
Federation: Change Balancer CLI for multiple namenodes and balancing policy --- Key: HDFS-1682 URL: https://issues.apache.org/jira/browse/HDFS-1682 Project: Hadoop HDFS

[jira] Created: (HDFS-1652) HDFS-Federation: Add support for multiple namenodes in MiniDFSCluster

2011-02-25 Thread Suresh Srinivas (JIRA)
HDFS-Federation: Add support for multiple namenodes in MiniDFSCluster -- Key: HDFS-1652 URL: https://issues.apache.org/jira/browse/HDFS-1652 Project: Hadoop HDFS Issue

[jira] Created: (HDFS-1052) HDFS scalability with multiple namenodes

2010-03-19 Thread Suresh Srinivas (JIRA)
HDFS scalability with multiple namenodes Key: HDFS-1052 URL: https://issues.apache.org/jira/browse/HDFS-1052 Project: Hadoop HDFS Issue Type: New Feature Components: name-node Affects