Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by AlbertStrasheim: http://wiki.apache.org/lucene-hadoop/GettingStartedWithHadoop The comment on the change is: Hadoop can be run as a Windows Service ------------------------------------------------------------------------------ * {{{stop-mapred.sh}}} - Stops the Hadoop Map/Reduce daemons. * {{{start-dfs.sh}}} - Starts the Hadoop DFS daemons, the namenode and datanodes. * {{{stop-dfs.sh}}} - Stops the Hadoop DFS daemons. + + It is also possible to run the Hadoop daemons as Windows Services. This still requires Cygwin to be installed as Hadoop requires its df command. See the following JIRA issues for details: + + * https://issues.apache.org/jira/browse/HADOOP-1525 + * https://issues.apache.org/jira/browse/HADOOP-1526 == Configuration files ==