Replies: 13
Hello, I have succesfully installed Hadoop 2.0 on a single node windows server 2012 but when I run start_local_hdp_services.cmd using powershell command line or command prompt I got these errors below:
I have also tried to run start_local_hdp_services.cmd as hadoop user but I don’t know if these errors because of rights or something else. Any clues to overcome these errors would be very much appreciated!
PS D:\hdp> .\start_local_hdp_services.cmd
starting namenode
starting secondarynamenode
starting datanode
starting resourcemanager
starting nodemanager
starting historyserver
starting zkServer
starting master
starting regionserver
starting hwi
starting hiveserver2
starting metastore
Start-Service : Failed to start service ‘Apache Hadoop metastore (metastore)’.
At D:\hdp\manage_local_hdp_services.ps1:77 char:16
+ $foo = Start-Service -Name $serviceName.Name -ErrorAction Continue
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
ServiceCommandException
+ FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.StartServiceCommand
starting derbyserver
Start-Service : Failed to start service ‘Apache Hadoop derbyserver (derbyserver)’.
At D:\hdp\manage_local_hdp_services.ps1:77 char:16
+ $foo = Start-Service -Name $serviceName.Name -ErrorAction Continue
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
ServiceCommandException
+ FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.StartServiceCommand
starting templeton
Start-Service : Failed to start service ‘Apache Hadoop templeton (templeton)’.
At D:\hdp\manage_local_hdp_services.ps1:77 char:16
+ $foo = Start-Service -Name $serviceName.Name -ErrorAction Continue
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
ServiceCommandException
+ FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.StartServiceCommand
starting oozieservice
Sent all start commands.
total services
15
running services
6
not yet running services
9
Failed_Start namenode secondarynamenode datanode historyserver hwi hiveserver2 metastore derbyserver templeton
Best regards,
Lucho Farje