Created 02-14-2017 07:31 AM
Hello guys
I am running hadoop cluster using HDP , when i run hadoop there are two CLI of the datanode and the namenode , please is there is any possibilty to run them in background ?
Thank you a lot !
Created 02-14-2017 07:51 AM
I am not very clear about waht do you mean by two CLI here. Can you please let us know how are you starting those components?
Are you starting those components using the following commands?
nohup hadoop-daemon.sh start namenode & nohup hadoop-daemon.sh start datanode &
- You can run then in background or use Ambari to manage the start & stop.
Are you following the below mentioned doc:
Created 02-14-2017 08:56 AM
In Windiws there is "START" command that can be used to work similar to "&" in unix. Did you try that?
Try to use the "/B" switch, like this:
C:\> start /B start-dfs.cmd
.
Or else you may try to run refer to the approach mentioned in the following link:
http://www.winhelponline.com/blog/run-bat-files-invisibly-without-displaying-command-prompt/
Created on 02-14-2017 09:14 AM - edited 08-19-2019 05:05 AM
Hi ,same problem here i want to make these inerface hidden and running in background thanks