Re: Incorrect configuration issue

2015-07-13 Thread khalid yatim
Hello,

I'm expressing some difficulties making a single node hadoop (2.6.0)
install working.

My confs files seem to be OK. but I'm getting this errors

Incorrect configuration: namenode address dfs.namenode.servicerpc-address
or dfs.namenode.rpc-address is not configured.

In hadoop--namenode-.log, I'm getting
Invalid URI for NameNode address (check fs.defaultFS): file:/// has no
authority.

Here is the content of my core-site.xml file









hadoop.tmp.dir
/app/hadoop/app
Temporary Directory.


fs.default.name
hdfs://kyahadmaster:54310
Use HDFS as file storage engine




2015-07-13 17:26 GMT+00:00 khalid yatim :

> Hello,
>
> I'm expressing some difficulties making a single node hadoop (2.6.0)
> install working.
>
> My confs files seem to be OK. but I'm getting this errors
>
> Incorrect configuration: namenode address dfs.namenode.servicerpc-address
> or dfs.namenode.rpc-address is not configured.
>
> In hadoop--namenode-.log, I'm getting
> Invalid URI for NameNode address (check fs.defaultFS): file:/// has no
> authority.
>
>
> how can I configure logs to get more explicit information about what's
> going wrong?
>
>
> I'm new here!
>
> Thank you.
>
> --
> YATIM Khalid
> 06 76 19 87 95
>
> INGENIEUR ENSIASTE
> Promotion 2007
>



-- 
YATIM Khalid
06 76 19 87 95

INGENIEUR ENSIASTE
Promotion 2007


RE: Incorrect configuration issue

2015-07-13 Thread Brahma Reddy Battula
you need to configure resolved host name (hdfs://kyahadmaster:54310)

configure like following and start cluster.




fs.defaultFS
hdfs://localhost:9000




For more details, check the following link

https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html






Thanks & Regards

 Brahma Reddy Battula





From: khalid yatim [yatimkha...@gmail.com]
Sent: Monday, July 13, 2015 11:16 PM
To: user@hadoop.apache.org
Subject: Re: Incorrect configuration issue


Hello,

I'm expressing some difficulties making a single node hadoop (2.6.0) install 
working.

My confs files seem to be OK. but I'm getting this errors

Incorrect configuration: namenode address dfs.namenode.servicerpc-address or 
dfs.namenode.rpc-address is not configured.

In hadoop--namenode-.log, I'm getting
Invalid URI for NameNode address (check fs.defaultFS): file:/// has no 
authority.

Here is the content of my core-site.xml file









hadoop.tmp.dir
/app/hadoop/app
Temporary Directory.


fs.default.name<http://fs.default.name>
hdfs://kyahadmaster:54310
Use HDFS as file storage engine




2015-07-13 17:26 GMT+00:00 khalid yatim 
mailto:yatimkha...@gmail.com>>:
Hello,

I'm expressing some difficulties making a single node hadoop (2.6.0) install 
working.

My confs files seem to be OK. but I'm getting this errors

Incorrect configuration: namenode address dfs.namenode.servicerpc-address or 
dfs.namenode.rpc-address is not configured.

In hadoop--namenode-.log, I'm getting
Invalid URI for NameNode address (check fs.defaultFS): file:/// has no 
authority.


how can I configure logs to get more explicit information about what's going 
wrong?


I'm new here!

Thank you.

--
YATIM Khalid
06 76 19 87 95

INGENIEUR ENSIASTE
Promotion 2007



--
YATIM Khalid
06 76 19 87 95

INGENIEUR ENSIASTE
Promotion 2007


Re: Incorrect configuration issue

2015-07-14 Thread khalid yatim
I found the issue, I just had to set HADOOP_PREFIX property in my env. Now
it works fine!

Thank you.

2015-07-14 7:45 GMT+01:00 Brahma Reddy Battula <
brahmareddy.batt...@huawei.com>:

>  you need to configure resolved host name (hdfs://*kyahadmaster*:54310)
>
> configure like following and start cluster.
>
> 
> 
> fs.defaultFS
> hdfs://localhost:9000
> 
> 
>
>
>
> *For more details, check the following link*
>
>
> https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html
>
>
>
>
>
>  Thanks & Regards
>
>  Brahma Reddy Battula
>
>
>
>
>--
> *From:* khalid yatim [yatimkha...@gmail.com]
> *Sent:* Monday, July 13, 2015 11:16 PM
> *To:* user@hadoop.apache.org
> *Subject:* Re: Incorrect configuration issue
>
>
> Hello,
>
>  I'm expressing some difficulties making a single node hadoop (2.6.0)
> install working.
>
>  My confs files seem to be OK. but I'm getting this errors
>
>  Incorrect configuration: namenode address
> dfs.namenode.servicerpc-address or dfs.namenode.rpc-address is not
> configured.
>
>  In hadoop--namenode-.log, I'm getting
> Invalid URI for NameNode address (check fs.defaultFS): file:/// has no
> authority.
>
>  Here is the content of my core-site.xml file
>
> 
> 
> 
>
> 
>
> 
> 
> hadoop.tmp.dir
> /app/hadoop/app
> Temporary Directory.
> 
> 
> fs.default.name
> hdfs://kyahadmaster:54310
> Use HDFS as file storage engine
> 
> 
>
>
> 2015-07-13 17:26 GMT+00:00 khalid yatim :
>
>> Hello,
>>
>>  I'm expressing some difficulties making a single node hadoop (2.6.0)
>> install working.
>>
>>  My confs files seem to be OK. but I'm getting this errors
>>
>>  Incorrect configuration: namenode address
>> dfs.namenode.servicerpc-address or dfs.namenode.rpc-address is not
>> configured.
>>
>>  In hadoop--namenode-.log, I'm getting
>> Invalid URI for NameNode address (check fs.defaultFS): file:/// has no
>> authority.
>>
>>
>>  how can I configure logs to get more explicit information about what's
>> going wrong?
>>
>>
>>  I'm new here!
>>
>>  Thank you.
>>
>>  --
>> YATIM Khalid
>> 06 76 19 87 95
>>
>> INGENIEUR ENSIASTE
>> Promotion 2007
>>
>
>
>
> --
> YATIM Khalid
> 06 76 19 87 95
>
> INGENIEUR ENSIASTE
> Promotion 2007
>



-- 
YATIM Khalid
06 76 19 87 95

INGENIEUR ENSIASTE
Promotion 2007