This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 187184 - 72s in org.apache.commons.vfs.provider.AbstractFileObject.getContent() via hadoop
Summary: 72s in org.apache.commons.vfs.provider.AbstractFileObject.getContent() via ha...
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Other Windows 7
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-06-04 07:41 UTC by Exceptions Reporter
Modified: 2013-09-29 16:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168064


Attachments
nps snapshot (8.25 KB, application/nps)
2010-06-04 07:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-06-04 07:41:27 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows 7

User Comments:
GUEST: Used karmasphere plugin for accessing remote Hadoop cluster filesystem. Netbeans hangs while performing this operation. After HDFS directory structure is being read, Netbeans unhangs. Isn't it good idea to perform this operation in separate thread?

GUEST: Just tried to browse my Hadoop cluster's filesystem using Karmasphere Strudio plugin for Netbeans



Maximum slowness yet reported was 149655 ms, average is 110950
Comment 1 Exceptions Reporter 2010-06-04 07:41:31 UTC
Created attachment 99806 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-06-04 10:12:14 UTC
Where to report bug for Hadoop?

Btw. it looks like the Hadoop guys implemented a bridge between NetBeans FileSystem and org.apache.commons.vfs.provider.AbstractFileObject.getContent(), is it open source, can you point me to the sources?
Comment 3 Marian Mirilovic 2012-04-16 09:51:49 UTC
Report against http://www.hadoopstudio.org/ please. Thanks in advance.