Hi Dimitry,

Thank you for your feedback. What I am trying to achieve is multi tenancy
(torage level isolation and Resource sharing between tenants). So what I
have in mind is to have a choice if to create tenants in the same namenode,
but the namenode to have separate namespaces which would manage their block
pool individually. I am just trying to avoid the hard rule of having two
namenodes, if two namespaces are required, and to have two namespaces by
one namenode.

WDYT?

On Wed, Jul 22, 2015 at 1:38 PM, Dmitry Salychev <darkness....@gmail.com>
wrote:

> Hi, Shani.
>
> NameNode is a HDFS bottleneck, so running multiple namespaces within only
> one NN is a risky. What do you want to achieve?
>
> It might help you a bit - HDFS Federation <
> https://hadoop.apache.org/docs/r2.4.1/hadoop-project-dist/hadoop-hdfs/Federation.html
> >.
>
>
> On 07/21/2015 06:01 AM, Shani Ranasinghe wrote:
>
>> Hi,
>>
>> I am Shani. I am currently doing a research on how to create multiple
>> namespaces within the sasme namenode.
>>
>> I was looking at the code, and found some terms that I would like to have
>> a
>> better understanding on.
>>
>>
>> 1) What is a Namesystem?
>> 2)  If I could have guidance on where to look for namespace creation, it
>> would greatly help.
>>
>> Any help is appreciated.
>>
>> Regards,
>> Shani.
>>
>>
>

Reply via email to