- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HDP 2.3.0 Windows Server 2012 R2 Single Node Cluster: 8020 Connection Refused
- Labels:
-
Hortonworks Data Platform (HDP)
Created on ‎02-15-2016 06:10 AM - edited ‎08-19-2019 01:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm a newbie in this field and trying to setup HDP 2.3.0 single node cluster on a Windows Server 2012 R2 system. I've been following the steps mentioned here: http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0-Win/bk_QuickStart_HDPWin/content/ch_qinst.ht...
However, after successfully installing HDP 2.3.0 as per instructions, I was able to start the services with 2 failures:
After this, I went on to check one of the HDFS commands but the connection was refused:
Does anyone know what I've done wrong in setting up the single node cluster or do I need to do something else for this to work? Please also note that I've disabled the firewall already.
Thanks in advance for helping!
Adi
EDIT: Installing SQL server instead of Derby solved the problem. Thanks to @Artem Ervits.
Created ‎02-15-2016 12:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Aditya Goyal this seems to be a common problem, can you retry your install with SQL server and not derby. People are having issues with derby on windows.
Created ‎02-15-2016 06:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you run jps in cli and paste the output. it seems some of the hadoop services are not running.
Created ‎02-15-2016 08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Divakar, can you please tell me the specific command you want me to run on the powershell/cmd line ?
Created ‎02-15-2016 07:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check that your oozie derby database is up and running and also see link
Created ‎02-15-2016 07:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Error : Connection refused to 8020
Possible causes:
1. NameNode is not running. Check namenode log to find error.
2. Firewall blocking connection to 8020. Check you firewall setting. It is recommended in the doc to disable firewall.
Created on ‎02-15-2016 09:37 AM - edited ‎08-19-2019 01:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. Please see the below snapshot status of services running:
2. As mentioned before, I had disabled the firewall already.
Created ‎02-15-2016 11:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As reiterated in my earlier posting the reason is the derby database is down.
Start you DB so that Oozie can load it's config also see oozie config
Created ‎02-17-2016 03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Geoffrey Shelton Okot, the derby database stops immediately whenever I try to start it.
Created ‎02-15-2016 12:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Aditya Goyal this seems to be a common problem, can you retry your install with SQL server and not derby. People are having issues with derby on windows.
Created ‎02-17-2016 03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Artem Ervits, SQL server solved the problem. 🙂
