Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by FrankMcCown:
http://wiki.apache.org/nutch/RunNutchInEclipse1%2e0

The comment on the change is:
For Vista, give cygwin administrative privileges

------------------------------------------------------------------------------
  
  Install cygwin and set the PATH environment variable for it. You can set it 
from the Control Panel, System, Advanced Tab, Environment Variables and 
edit/add PATH.
  
- I have in PATH like:
+ Example PATH:
  {{{
  C:\Sun\SDK\bin;C:\cygwin\bin
  }}}
  If you run "bash" from the Windows command line (Start > Run... > cmd.exe) it 
should successfully run cygwin.
  
- If you are running Eclipse on Vista, you will likely need to 
[http://www.mydigitallife.info/2006/12/19/turn-off-or-disable-user-account-control-uac-in-windows-vista/
 turn off Vista's User Access Control (UAC)]. Otherwise Hadoop will likely 
complain that it cannot change a directory permission when you later run the 
crawler:
+ If you are running Eclipse on Vista, you will need to either give cygwin 
administrative privileges or 
[http://www.mydigitallife.info/2006/12/19/turn-off-or-disable-user-account-control-uac-in-windows-vista/
 turn off Vista's User Access Control (UAC)]. Otherwise Hadoop will likely 
complain that it cannot change a directory permission when you later run the 
crawler:
  {{{
  org.apache.hadoop.util.Shell$ExitCodeException: chmod: changing permissions 
of ... Permission denied
  }}}

Reply via email to