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 StefanGroschupf: http://wiki.apache.org/nutch/RunNutchInEclipse ------------------------------------------------------------------------------ Yes, Nutch and Eclipse can be a difficult companionship sometimes ;-) === plugin dir not found === - copy plugins to a safe place after the initial build and reference it in nutch-defaults.xml + Make sure you set your plugin.folders property correct, instead of using a relative path you can use a absoluth one as well in nutch-defaults.xml or may be better in nutch-site.xml {{{ <property> <name>plugin.folders</name> - <value>/home/....../nutch-0.8/build_backup/plugins</value> + <value>/home/....../nutch-0.8/src/plugin</value> }}} === classNotFound === * open the class itself, rightclick * refresh the build dir + === debugging hadoop classes === + Sometime it makes sense to also have the hadoop classes available during debugging. + Therefore: + * Remove the hadoopXXX.jar from your classpath libraries + * Checkout the hadoop brunch that is used within nutch + * configure a hadoop project similar to the nutch project within your eclipse + * add the hadoop project as a dependent project of nutch project + * you can now also set break points within hadoop classes lik inputformat implementations etc. + + Credits: RenaudRichardet ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nutch-cvs mailing list Nutch-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nutch-cvs