- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Running hadoop in background
- Labels:
-
Apache Hadoop
Created ‎02-14-2017 07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,same problem here i want to make these inerface hidden and running in background thanks
