Regarding the 20-minute delay problem when using libhdfs3.so in hadoop-3.3.1 version to access the hdfs federation mode router node rpc port

2023-10-26 Thread 王继泽
Recently, I discovered a situation while using hadoop. When I use C API to send a request to the HDFS federation mode router node RPC port, such as writing a file, after the client sends the completed request, the Hadoop side needs a 20-minute delay before the file has a byte size, and the file

Some issues regarding HDFS federation

2023-09-05 Thread hehaore...@gmail.com
Hello.I have a version 3.3.4 Hadoop cluster with over a thousand datanodes. I want to use HDFS Router based Federation. May I ask you a few questions.The first question is, is it better to deploy the router on the namenode server or separately? I want to add a set of Namenodes to the existing HDFS

Re: HDFS Federation with HA

2018-10-10 Thread Rams Venkatesh
> > From: rahul patwari [mailto:rahulpatwari8...@gmail.com] > Sent: Wednesday, October 10, 2018 3:56 AM > To: tasan...@yahoo-corp.jp > Cc: user@hadoop.apache.org > Subject: Re: HDFS Federation with HA > > Hi Takanobu, > > Thanks for the reply. So, does tha

RE: HDFS Federation with HA

2018-10-10 Thread Pankaj Kumar
ting | Staffing Solutions | - From: rahul patwari [mailto:rahulpatwari8...@gmail.com] Sent: Wednesday, October 10, 2018 3:56 AM To: tasan...@yahoo-corp.jp Cc: user@hadoop.apache.org Subject: Re: HDFS Federation with HA Hi Takanobu, Th

Re: HDFS Federation with HA

2018-10-10 Thread Takanobu Asanuma
Hi Rahul, Actually, you can use the same journal nodes for other nameservices if you specify the different directories. === dfs.namenode.shared.edits.dir.ns1=qjournal://ns1jn1:8485;ns1jn2:8485;ns1jn3:8485/ns1 dfs.namenode.shared.edits.dir.ns2=qjournal://ns

Re: HDFS Federation with HA

2018-10-10 Thread rahul patwari
Hi Takanobu, Thanks for the reply. So, does that mean that 3 dedicated journal nodes are required for each nameservice? or can we have the same journal nodes for all the nameservices? Thanks, Rahul On Wed, Oct 10, 2018 at 1:00 PM Takanobu Asanuma wrote: > Hi Rahul, > > Yes, it is possible. Her

Re: HDFS Federation with HA

2018-10-10 Thread Takanobu Asanuma
Hi Rahul, Yes, it is possible. Here are the sample configurations. === dfs.nameservices=ns1,ns2 dfs.ha.namenodes.ns1=nn1,nn2 dfs.ha.namenodes.ns2=nn1,nn2 dfs.namenode.rpc-address.ns1.nn1=ns1nn1:8020 dfs.namenode.rpc-address.ns1.nn2=ns1nn2:8020 dfs.namenode

HDFS Federation with HA

2018-10-09 Thread rahul patwari
Hi, Is it possible in the current architecture of HDFS to have multiple nameservices(federation), with Active and Backup Namenode(HA) for each of the nameservices? Thanks, Rahul

Re: HDFS Federation

2016-06-06 Thread Kun Ren
On Sun, Jun 5, 2016 at 1:10 PM, Kun Ren wrote: > >> Hi Genius, >> >> I just configured HDFS Federation, and try to use it(2 namenodes, one is >> for /my, another is for /your). When I run the command: >> hdfs dfs -ls /, >> >> I can get: >> -

Re: HDFS Federation

2016-06-06 Thread Ravi Prakash
Perhaps use the "viewfs://" protocol prepended to your path? On Sun, Jun 5, 2016 at 1:10 PM, Kun Ren wrote: > Hi Genius, > > I just configured HDFS Federation, and try to use it(2 namenodes, one is > for /my, another is for /your). When I run the command: > hdfs dfs -

HDFS Federation

2016-06-05 Thread Kun Ren
Hi Genius, I just configured HDFS Federation, and try to use it(2 namenodes, one is for /my, another is for /your). When I run the command: hdfs dfs -ls /, I can get: -r-xr-xr-x - hadoop hadoop 0 2016-06-05 20:05 /my -r-xr-xr-x - hadoop hadoop 0 2016-06-05 20:05 /your

Re: HDFS Federation

2016-05-26 Thread Kun Ren
ses > different file systems, then typically the rename either degrades to a > non-atomic copy-delete or the call simply fails fast. > > --Chris Nauroth > > From: Kun Ren > Date: Wednesday, May 25, 2016 at 1:58 PM > > To: Chris Nauroth > Cc: "user@hadoop.apache.org

Re: HDFS Federation

2016-05-25 Thread Chris Nauroth
mail.com>> Date: Wednesday, May 25, 2016 at 1:58 PM To: Chris Nauroth mailto:cnaur...@hortonworks.com>> Cc: "user@hadoop.apache.org<mailto:user@hadoop.apache.org>" mailto:user@hadoop.apache.org>> Subject: Re: HDFS Federation Yes, it is rename. Thanks for the expl

Re: HDFS Federation

2016-05-25 Thread Kun Ren
3 AM > To: Chris Nauroth > Cc: "user@hadoop.apache.org" > Subject: Re: HDFS Federation > > Thanks a lot, Chris. > > I remembered that Federation doesn't support some cross-namenodes > operations, if so, which operations that Federation doesn't support an

Re: HDFS Federation

2016-05-25 Thread Chris Nauroth
>> Date: Wednesday, May 25, 2016 at 11:03 AM To: Chris Nauroth mailto:cnaur...@hortonworks.com>> Cc: "user@hadoop.apache.org<mailto:user@hadoop.apache.org>" mailto:user@hadoop.apache.org>> Subject: Re: HDFS Federation Thanks a lot, Chris. I remembered that Fed

Re: HDFS Federation

2016-05-25 Thread Kun Ren
rks with federation. The command would copy the file > from NameNode 1/block pool 1 to NameNode 2/block pool 2. > > --Chris Nauroth > > From: Kun Ren > Date: Wednesday, May 25, 2016 at 8:57 AM > To: "user@hadoop.apache.org" > Subject: HDFS Federation > > Hi G

Re: HDFS Federation

2016-05-25 Thread Chris Nauroth
lt;mailto:user@hadoop.apache.org>" mailto:user@hadoop.apache.org>> Subject: HDFS Federation Hi Genius, Does HDFS Federation support the cross namenodes operations? For example: ./bin/hdfs dfs -cp input1/a.xml input2/b.xml Supposed that input1 belongs namenode 1, and input 2 belongs namenode

HDFS Federation

2016-05-25 Thread Kun Ren
Hi Genius, Does HDFS Federation support the cross namenodes operations? For example: ./bin/hdfs dfs -cp input1/a.xml input2/b.xml Supposed that input1 belongs namenode 1, and input 2 belongs namenode 2, does Federation support this operation? And if not, why? Thanks.

Re: HDFS Federation

2016-05-01 Thread Kun Ren
node by setting different HTTP/RPC port and fsimage/edits directory >> for each NameNode. I haven't tried this, so perhaps it is not >> possible. >> >> Regards, >> Akira >> >> On 4/28/16 09:30, Kun Ren wrote: >> >> Hi G

Re: HDFS Federation

2016-04-29 Thread Akira AJISAKA
C port and fsimage/edits directory for each NameNode. I haven't tried this, so perhaps it is not possible. Regards, Akira On 4/28/16 09:30, Kun Ren wrote: Hi Genius, I have two questions about the HDFS Federation: (1) Since there are multiple nam

Re: HDFS Federation

2016-04-28 Thread Kun Ren
in one node by > setting different HTTP/RPC port and fsimage/edits directory for each > NameNode. I haven't tried this, so perhaps it is not possible. > > Regards, > Akira > > On 4/28/16 09:30, Kun Ren wrote: > >> Hi Genius, >> >> I have two questions about

Re: HDFS Federation

2016-04-27 Thread Akira AJISAKA
/edits directory for each NameNode. I haven't tried this, so perhaps it is not possible. Regards, Akira On 4/28/16 09:30, Kun Ren wrote: Hi Genius, I have two questions about the HDFS Federation: (1) Since there are multiple namenodes, there should be some code that analysis the client re

HDFS Federation

2016-04-27 Thread Kun Ren
Hi Genius, I have two questions about the HDFS Federation: (1) Since there are multiple namenodes, there should be some code that analysis the client request and transfer the request to the appropriate namenode, could you please point to me where I can find the related code? (2) .Also just

Re: Unable to use ./hdfs dfsadmin -report with HDFS Federation

2015-08-23 Thread EUGEO 2015
who is this? On Sun, Aug 23, 2015 at 8:54 PM, Todd wrote: > Hi, our hadoop cluster is using HDFS Federation, but when use the > following command to report the HDFS status > It gives me the following message that viewfs is NOT HDFS filesystem > Then how can I proceed to report the

Re: Unable to use ./hdfs dfsadmin -report with HDFS Federation

2015-08-23 Thread Akira AJISAKA
com>] *Sent:* Monday, 24 August, 2015 11:54 AM *To:* user@hadoop.apache.org <mailto:user@hadoop.apache.org> *Subject:* Unable to use ./hdfs dfsadmin -report with HDFS Federation Hi, our hadoop cluster is using HDFS Federation, but when use the following command to repo

RE: Re:RE: Unable to use ./hdfs dfsadmin -report with HDFS Federation

2015-08-23 Thread Brahma Reddy Battula
tula From: Todd [bit1...@163.com] Sent: Monday, August 24, 2015 9:33 AM To: user@hadoop.apache.org Subject: Re:RE: Unable to use ./hdfs dfsadmin -report with HDFS Federation Thanks Chinnappan for the quick reply! Looks that the command hdfs dfsadmin -report should work

Re:RE: Unable to use ./hdfs dfsadmin -report with HDFS Federation

2015-08-23 Thread Todd
che.org Subject: Unable to use ./hdfs dfsadmin -report with HDFS Federation Hi, our hadoop cluster is using HDFS Federation, but when use the following command to report the HDFS status It gives me the following message that viewfs is NOT HDFS filesystem Then how can I proceed to report the hdf

RE: Unable to use ./hdfs dfsadmin -report with HDFS Federation

2015-08-23 Thread Chinnappan Chandrasekaran
hdfs dfsadmin -report The above command will show entire cluster status From: Todd [mailto:bit1...@163.com] Sent: Monday, 24 August, 2015 11:54 AM To: user@hadoop.apache.org Subject: Unable to use ./hdfs dfsadmin -report with HDFS Federation Hi, our hadoop cluster is using HDFS Federation, but

Unable to use ./hdfs dfsadmin -report with HDFS Federation

2015-08-23 Thread Todd
Hi, our hadoop cluster is using HDFS Federation, but when use the following command to report the HDFS status It gives me the following message that viewfs is NOT HDFS filesystem Then how can I proceed to report the hdfs status Thanks! [admin@namenode1]$ ./hdfs dfsadmin -report report

Re: Can you help me to install HDFS Federation and test?

2015-01-22 Thread Visioner Sadak
Hi seok srry was unable to answer was your problem solved It was a long time back right :( On Wed, Sep 11, 2013 at 3:07 PM, Oh Seok Keun wrote: > Hello~ I am Rho working in korea > > I am trying to install HDFS Federation( with 2.1.0 beta version ) and to > test > After 2.1.0 (

Why mount point of Name Service can NOT be "/" when enable HDFS federation

2014-08-19 Thread Jason Q
Hello, According to CDH documentation (http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM4Ent/4.5.3/Cloudera-Manager-Enterprise-Edition-User-Guide/cmeeug_topic_5_13.html), "/" can NOT be used as mount point. Is there some explicit reason for this? Because of this limitation, if

Re: HDFS Federation address performance issue

2014-01-28 Thread Suresh Srinivas
this is a short duration lock and hence will make from the multiple clients perspective, the creation of files as simultaneous. If you are talking about a single client, with a single thread, then it would be sequential. Hope that makes sense. > > I need this answer to estimat

Re: HDFS Federation address performance issue

2014-01-28 Thread Anfernee Xu
ent directory) run in sequential because WRITE-once > control govened by single NM? > > I need this answer to estimate the necessity of moving to HDFS federation. > > Thanks > > -- > --Anfernee > > > -- --Anfernee

Re: HDFS Federation address performance issue

2014-01-28 Thread Daryn Sharp
govened by single NM? I need this answer to estimate the necessity of moving to HDFS federation. Thanks -- --Anfernee

HDFS Federation address performance issue

2014-01-28 Thread Anfernee Xu
ntrol govened by single NM? I need this answer to estimate the necessity of moving to HDFS federation. Thanks -- --Anfernee

Re: HDFS federation configuration

2014-01-24 Thread AnilKumar B
Thanks Suresh. I followed the link it's clear now. But client side configuration is not covered on the doc. Thanks & Regards, B Anil Kumar. On Thu, Jan 23, 2014 at 11:44 PM, Suresh Srinivas wrote: > Have you looked at - > http://hadoop.apache.org/docs/r2.2.0/hadoop-project-dist/hadoop-hdfs/Fe

Re: HDFS federation configuration

2014-01-23 Thread Suresh Srinivas
Have you looked at - http://hadoop.apache.org/docs/r2.2.0/hadoop-project-dist/hadoop-hdfs/Federation.html ? On Thu, Jan 23, 2014 at 9:35 AM, AnilKumar B wrote: > Hi, > > We tried setting up HDFS name node federation set up with 2 name nodes. I > am facing few issues. > > Can any one help me in

HDFS federation configuration

2014-01-23 Thread AnilKumar B
Hi, We tried setting up HDFS name node federation set up with 2 name nodes. I am facing few issues. Can any one help me in understanding below points? 1) how can we configure different namespaces to different name node? Where exactly we need to configure this? 2) After formatting each NN with o

Re: Yarn and Hdfs federation

2013-09-24 Thread Harsh J
Hi Manickam, Can you explain what you're really trying to achieve/construct here? YARN has little to do with Federation. One typically runs federation to divide the namespace across multiple NameNodes (lowering load compared to a single NN). YARN and MR though would run across the whole cluster i

Yarn and Hdfs federation

2013-09-24 Thread Manickam P
Guys, I have installed federated cluster with two name nodes and 3 data nodes. Now i want to have separate RM for yarn. Can i install like that? Then will my name node work like NM? How it will work? Can i install hive in any one of the name node in federated cluster? Pls help me to understan

Re: HDFS federation Configuration

2013-09-23 Thread Suresh Srinivas
> > I'm not able to follow the page completely. > Can you pls help me to get some clear step by step or little bit more > details in the configuration side? > Have you setup a non-federated cluster before. If you have, the page should be easy to follow. If you have not setup a non-federated cluste

RE: HDFS federation Configuration

2013-09-23 Thread Manickam P
, 23 Sep 2013 10:02:42 -0700 Subject: Re: HDFS federation Configuration From: sur...@hortonworks.com To: user@hadoop.apache.org I'm not able to follow the page completely. Can you pls help me to get some clear step by step or little bit more details in the configuration side? Have you se

RE: HDFS federation Configuration

2013-09-23 Thread Manickam P
Hi, Thanks. I have done that. Thanks, Manickam P Date: Mon, 23 Sep 2013 10:02:42 -0700 Subject: Re: HDFS federation Configuration From: sur...@hortonworks.com To: user@hadoop.apache.org I'm not able to follow the page completely. Can you pls help me to get some clear step by step or l

RE: HDFS federation Configuration

2013-09-23 Thread Manickam P
data nodes. Thanks, Manickam P Date: Thu, 19 Sep 2013 12:28:04 -0700 Subject: Re: HDFS federation Configuration From: sur...@hortonworks.com To: user@hadoop.apache.org Have you looked at - http://hadoop.apache.org/docs/r2.1.0-beta/hadoop-project-dist/hadoop-hdfs/Federation.html Let me know i

RE: Can you help me to install HDFS Federation and test?

2013-09-22 Thread Sandeep L
Hi, Except "hadoop.tmp.dir" I am not defined any thing in core-site.xmlCan you please let me what exactly I should include in core-site.xml Thanks,Sandeep. Date: Sat, 21 Sep 2013 23:46:47 +0530 Subject: Re: Can you help me to install HDFS Federation and test? From: visioner.sa...@gm

Re: Can you help me to install HDFS Federation and test?

2013-09-21 Thread Visioner Sadak
ut is "ls: test : No > such file or directory" > > > Thanks, > Sandeep. > > > -- > Date: Wed, 18 Sep 2013 16:58:50 +0530 > > Subject: Re: Can you help me to install HDFS Federation and test? > From: visioner.sa...@gmail.com > T

HDFS federation Configuration

2013-09-19 Thread Manickam P
Guys, I need some tutorials to configure fedration. Can you pls suggest me some? Thanks, Manickam P

Re: HDFS federation Configuration

2013-09-19 Thread Suresh Srinivas
Have you looked at - http://hadoop.apache.org/docs/r2.1.0-beta/hadoop-project-dist/hadoop-hdfs/Federation.html Let me know if the document is not clear or needs improvements. Regards, Suresh On Thu, Sep 19, 2013 at 12:01 PM, Manickam P wrote: > Guys, > > I need some tutorials to configure f

RE: Can you help me to install HDFS Federation and test?

2013-09-18 Thread Sandeep L
is "ls: test : No such file or directory" Thanks,Sandeep. Date: Wed, 18 Sep 2013 16:58:50 +0530 Subject: Re: Can you help me to install HDFS Federation and test? From: visioner.sa...@gmail.com To: user@hadoop.apache.org It shud be visible from every namenode machine have you tried thi

Re: Can you help me to install HDFS Federation and test?

2013-09-18 Thread Visioner Sadak
-- > Date: Tue, 17 Sep 2013 17:56:00 +0530 > > Subject: Re: Can you help me to install HDFS Federation and test? > From: visioner.sa...@gmail.com > To: user@hadoop.apache.org > > 1.> make sure to check hadoop logs once u start u r datanode at >

Re: Yarn and HDFS federation

2013-09-18 Thread Harsh J
their own FS configured. (There may be some caveats that apply with use of JHS and where the MR staging dir goes, but it can be fixed via consistent configs) On Tue, Sep 17, 2013 at 8:33 PM, Manickam P wrote: > Hello Experts, > > I know that hdfs federation helps adding multiple name

HDFS Federation documentation

2013-09-17 Thread Manickam P
Guys, I am a bit confused with the package availability and compatibility of the upgraded Hadoop components - HDFS Federation and YARN (MRv2) My questions areWhich download contains HDFS federation?Any good documentation to get daemons running on HDFS federation?Is Yarn compatible with older

RE: Can you help me to install HDFS Federation and test?

2013-09-17 Thread Sandeep L
explain with bit detailed. Thanks,Sandeep. Date: Tue, 17 Sep 2013 17:56:00 +0530 Subject: Re: Can you help me to install HDFS Federation and test? From: visioner.sa...@gmail.com To: user@hadoop.apache.org 1.> make sure to check hadoop logs once u start u r datanode at /home/hadoop/hadoop-vers

Yarn and HDFS federation

2013-09-17 Thread Manickam P
Hello Experts, I know that hdfs federation helps adding multiple name nodes. In this case how this Yarn works? Where will be the Resource Manger if i have multiple name nodes? (Normally in Master Node I guess) Can we execute yarn applications in hadoop cluster without having this hdfs

Re: Can you help me to install HDFS Federation and test?

2013-09-17 Thread Visioner Sadak
:44 PM, Sandeep L wrote: > Hi, > > I tried to install HDFS federation with the help of document given by you. > > I have small issue. > I used 2 slave in setup, both will act as namenode and datanode. > Now the issue is when I am looking at home pages of both namenodes only >

RE: Can you help me to install HDFS Federation and test?

2013-09-17 Thread Sandeep L
Hi, I tried to install HDFS federation with the help of document given by you. I have small issue.I used 2 slave in setup, both will act as namenode and datanode.Now the issue is when I am looking at home pages of both namenodes only one datanode is appearing.As per my understanding 2 datanodes

HDFS Federation and multiple clusters

2013-09-12 Thread LAT
Reading the HDFS Federation documentation, it seems that it provides support for multiple NameNodes in a single cluster. The DataNodes are shared across all NameNodes. It seems one can take a single hadoop cluster, and add HDFS Federation, but I do not see any way to take multiple hadoop

Can you help me to install HDFS Federation and test?

2013-09-11 Thread Oh Seok Keun
Hello~ I am Rho working in korea I am trying to install HDFS Federation( with 2.1.0 beta version ) and to test After 2.1.0 ( for federation test ) install I have a big trouble when file putting test I command to hadoop Can you help me to install HDFS Federation and test? ./bin/hadoop fs -put

Re: A question of QJM with HDFS federation

2013-04-14 Thread Azuryy Yu
7; ZKFCs. >> >> Do post back if there are still some more doubts. >> >> On Mon, Apr 8, 2013 at 10:53 AM, Azuryy Yu wrote: >> > Hi dears, >> > I deployed Hadoopv2 with HA enabled using QJM, so my question is: >> > >> > 1) if we also c

Re: A question of QJM with HDFS federation

2013-04-07 Thread Azuryy Yu
, and > won't collide with another NSs' ZKFCs. > > Do post back if there are still some more doubts. > > On Mon, Apr 8, 2013 at 10:53 AM, Azuryy Yu wrote: > > Hi dears, > > I deployed Hadoopv2 with HA enabled using QJM, so my question is: > > > >

Re: A question of QJM with HDFS federation

2013-04-07 Thread Harsh J
arent znode name on the ZK instance, and won't collide with another NSs' ZKFCs. Do post back if there are still some more doubts. On Mon, Apr 8, 2013 at 10:53 AM, Azuryy Yu wrote: > Hi dears, > I deployed Hadoopv2 with HA enabled using QJM, so my question is: > > 1) if we also

A question of QJM with HDFS federation

2013-04-07 Thread Azuryy Yu
Hi dears, I deployed Hadoopv2 with HA enabled using QJM, so my question is: 1) if we also configured HDFS federation, such as: NN1 is active, NN2 is standby NN3 is active, NN4 is standby they are configured as HDFS federation, then, Can these four NNs using the same Journal nodes and

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread Harsh J
'm testing the HDFS Federation.I have 2 namenodes in my cluster. >>>> I find that it is Rolling Edit Log continuously on one >>>> namenode,however the other one changes nothing. >>>> >>>> My question : >>>> 1. Is it the right situation. >>>> 2. I have thought that the two namenodes shoud keep concurrency. >>>> why they get differences. >>>> 3. is there any advanced docs about HDFS Federation. >>>> >>>> thanks. >>>> >>>> Regards. >>>> >>>> >>>> >>> >>> >> > -- Harsh J

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread YouPeng Yang
have 2 namenodes in my cluster. >>> I find that it is Rolling Edit Log continuously on one >>> namenode,however the other one changes nothing. >>> >>> My question : >>> 1. Is it the right situation. >>> 2. I have thought that the two namenodes shoud keep concurrency. >>> why they get differences. >>> 3. is there any advanced docs about HDFS Federation. >>> >>> thanks. >>> >>> Regards. >>> >>> >>> >>> >> >> >

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread YouPeng Yang
> I find that it is Rolling Edit Log continuously on one >> namenode,however the other one changes nothing. >> >> My question : >> 1. Is it the right situation. >> 2. I have thought that the two namenodes shoud keep concurrency. >> why they get differences. >> 3. is there any advanced docs about HDFS Federation. >> >> thanks. >> >> Regards. >> >> >> >> > >

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread Azuryy Yu
amenodes shoud keep concurrency. > why they get differences. > 3. is there any advanced docs about HDFS Federation. > > thanks. > > Regards. > > > >

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread YouPeng Yang
rote: > >>> Hi All > >>> > >>> I'm testing the HDFS Federation.I have 2 namenodes in my cluster. > >>> I find that it is Rolling Edit Log continuously on one > namenode,however > >>> the other one changes nothing. > >>> > >>> My question : > >>> 1. Is it the right situation. > >>> 2. I have thought that the two namenodes shoud keep concurrency. > >>> why they get differences. > >>> 3. is there any advanced docs about HDFS Federation. > >>> > >>> thanks. > >>> > >>> Regards. > >> > >> > >> > >> -- > >> Harsh J > >> > > > > -- > Harsh J >

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread Harsh J
e HDFS Federation.I have 2 namenodes in my cluster. >>> I find that it is Rolling Edit Log continuously on one namenode,however >>> the other one changes nothing. >>> >>> My question : >>> 1. Is it the right situation. >>> 2. I have thought that the two namenodes shoud keep concurrency. >>> why they get differences. >>> 3. is there any advanced docs about HDFS Federation. >>> >>> thanks. >>> >>> Regards. >> >> >> >> -- >> Harsh J >> -- Harsh J

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread Michel Segel
e HDFS Federation.I have 2 namenodes in my cluster. >> I find that it is Rolling Edit Log continuously on one namenode,however >> the other one changes nothing. >> >> My question : >> 1. Is it the right situation. >> 2. I have thought that the two namenode

Re: One NameNode keeps Rolling Edit Log on HDFS Federation

2013-02-24 Thread Harsh J
> why they get differences. > 3. is there any advanced docs about HDFS Federation. > > thanks. > > Regards. > > > -- Harsh J

Re: simple tutorial or procedure for configuring HDFS FEDERATION 0.23.3 in a cluster

2012-10-27 Thread Ravi Prakash
or procedure for configuring HDFS FEDERATION 0.23.3 in a cluster any hints friends... On Fri, Oct 19, 2012 at 12:54 PM, Visioner Sadak wrote: Is there any simple links tutorials for installing HDFS federation 0.23.3 in a cluster set up

Re: simple tutorial or procedure for configuring HDFS FEDERATION 0.23.3 in a cluster

2012-10-27 Thread Visioner Sadak
any hints friends... On Fri, Oct 19, 2012 at 12:54 PM, Visioner Sadak wrote: > Is there any simple links tutorials for installing HDFS federation 0.23.3 > in a cluster set up >

simple tutorial or procedure for configuring HDFS FEDERATION 0.23.3 in a cluster

2012-10-19 Thread Visioner Sadak
Is there any simple links tutorials for installing HDFS federation 0.23.3 in a cluster set up

Re: HDFS federation

2012-10-17 Thread Visioner Sadak
got tht Anil Thanks a ton friends for your help.. On Wed, Oct 17, 2012 at 8:35 PM, Anil Gupta wrote: > Hi visioner, > It won't work on pseudo distributed because you need to run at least 2 NN > and if you run 2NN then u need to configure them separately on different > ports. It's little tr

Re: HDFS federation

2012-10-17 Thread Anil Gupta
Hi visioner, It won't work on pseudo distributed because you need to run at least 2 NN and if you run 2NN then u need to configure them separately on different ports. It's little tricky doing on one node. Multiple VM is the cleanest solution. Best Regards, Anil On Oct 17, 2012, at 12:04 AM, Vis

Re: HDFS federation

2012-10-17 Thread Visioner Sadak
tht means i will need a cluster set up only right pseudo distr mode wont wrk On Wed, Oct 17, 2012 at 5:15 AM, lohit wrote: > You can try out federation by create 3 different conf directories and > starting 3 different NameNodes out of those configurations. These > configurations should make

Re: HDFS federation

2012-10-16 Thread lohit
You can try out federation by create 3 different conf directories and starting 3 different NameNodes out of those configurations. These configurations should make sure they have different directories and port numbers. If you want to just give it a try, it is easier to spawn 3 VMs and use them as se

HDFS federation

2012-10-16 Thread Visioner Sadak
I have a single linux node in which i installed 0.23.3 in pseudo-mode can i test federation configuration and functionality using this or will i have to install hadoop in a cluster with atleast 3 linux nodes ..incase of my single linux box i have 3 ips with me.