Author: stevel
Date: Tue Oct 7 04:39:33 2014
New Revision: 1629802
URL: http://svn.apache.org/r1629802
Log:
more on windows setup
Modified:
incubator/slider/site/trunk/content/developing/windows.md
Modified: incubator/slider/site/trunk/content/developing/windows.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/windows.md?rev=1629802&r1=1629801&r2=1629802&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/windows.md (original)
+++ incubator/slider/site/trunk/content/developing/windows.md Tue Oct 7
04:39:33 2014
@@ -66,7 +66,8 @@ even just for viewing logs & test result
1. ...JEdit is fairly nimble too, though not as lightweight.
1. Chrome can be used a browser instead of IE if you want âbut you should
still
view all web pages in IE to verify they look OK.
-
+1.
[Sysinternals](http://technet.microsoft.com/en-us/sysinternals/bb545021.aspx).
+Their `tcpview` tool is ideal for seeing what ports Hadoop services are
listening on.
### Knowledge
@@ -185,12 +186,13 @@ in the root directory of the hadoop repo
(use two commands as sometimes clean can fail with some recursive
directory-in-use
exception)
-
pushd hadoop-dist\target
tar -xvzf hadoop-%HADOOP_VERSION%.tar.gz
rm -rf c:\bin\hadoop
cp -r hadoop-%HADOOP_VERSION% c:\bin\hadoop
popd
+
+
Hadoop is now installed into `c:\bin\%HADOOP_VERSION%`