Hi, I get the following runtime error when running WordCountTopology in eclipse:
java.lang.RuntimeException: Error when launching multilang subprocess python: can't open file 'splitsentence.py': [Errno 2] No such file or directory Here are the steps I followed to create and run the example: 1. Built the storm-starter project from windows commandline using 'mvn eclipse:eclipse' 2. Added new java project in eclipse and pointed to the storm-starter directory 3. added storm-starter/ multilang/resources as a source folder on the java buildpath 4. added the same folder to PYTHONPATH Would appreciate your input! Uday ======================================================================== This email is confidential and may be privileged. If you have received it in error, please notify us immediately and then delete it. Please do not copy it, disclose its contents or use it for any purpose. ========================================================================
