Hi Dave & Ramesh, Afraid I don't have a better solution, just an alternate one.
Instead of including a project with the source, you can instead just disable auto-completion for the org.apache.hadoop.hbase.filter.* classes. Go to Window -> Preferences, then Java -> Appearance -> Type Filters, and add a filter on "org.apache.hadoop.hbase.filter.*". Of course that means you don't get auto-complete on those classes, so maybe adding the source project is a better option. FYI, I tested with a 3.5 milestone build a couple months back and it had the same problem. Let me know if the final release fixes it. Gary On Wed, Jul 1, 2009 at 10:05 AM, Dave Latham<[email protected]> wrote: > Hi Ramesh, > > I've had the same problem with Eclipse 3.3 and 3.4. I'm hoping that the > just released 3.5 will have it fixed. It always seems to happen when > Eclipse tries to auto-complete something from the filter interface, or if > you try to open up the interface. I've tested it with the prebuilt jars > (0.17, 0.18, and 0.19), and jars I've compiled myself, with or without a > source attachment, and it happens reliably. The only solution I've found is > to set up an eclipse project with the HBase source and include that during > development of code that uses the filters. Once I'm done with the filters, > I switch back to using the jars. > > I'd love hear if someone else has found a better solution. > > Dave > > On Wed, Jul 1, 2009 at 5:35 AM, Ramesh.Ramasamy > <[email protected]>wrote: > >> >> Hi, >> >> I am using Eclipse 3.3, JDK 1.6.0_12 and Hadoop/Hbase 0.19.1. >> >> On coding using some of the filter classes, eclipse hangs, and have no >> other >> option to continue it unless kill/restart the process. Does any body >> figured >> it out the problem and have a fix? >> >> TIA, >> Ramesh >> >> >> -- >> View this message in context: >> http://www.nabble.com/help-with-map-reduce-tp22925481p24289040.html >> Sent from the HBase User mailing list archive at Nabble.com. >> >> >
