Created on 02-15-2016 06:10 AM - edited 08-19-2019 01:15 AM
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
@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
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
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
Check that your oozie derby database is up and running and also see link
Created 02-15-2016 07:25 AM
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
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
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
Hi @Geoffrey Shelton Okot, the derby database stops immediately whenever I try to start it.
Created 02-15-2016 12:06 PM
@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
Thanks @Artem Ervits, SQL server solved the problem. 🙂