Re: ANN: Hadoop UI beta

2009-03-31 Thread W
+1 wow .., looks fantastic ... :)

On the summary it's said it works only for 0.19. Just curious, does it
work with the hadoop trunk ..

Thanks!

Best Regards,
Wildan

---
OpenThink Labs
www.tobethink.com

Aligning IT and Education

 021-99325243
Y! : hawking_123
Linkedln : http://www.linkedin.com/in/wildanmaulana



On Tue, Mar 31, 2009 at 6:11 PM, Stefan Podkowinski spo...@gmail.com wrote:
 Hello,

 I'd like to invite you to take a look at the recently released first
 beta of Hadoop UI, a graphical Flex/Java based client for Hadoop Core.
 Hadoo UI currently includes a HDFS file explorer and basic job
 tracking features.

 Get it here:
 http://code.google.com/p/hadoop-ui/

 As this is the first release it may (and does) still contain bugs, but
 I'd like to give everyone the chance to send feedback as early as
 possible.
 Give it a try :)

 - Stefan



Re: ANN: Hadoop UI beta

2009-03-31 Thread vishal s. ghawate
hi,
its really helpful in the sense that it helps me to directly delete or rename 
the files on the HDFS.but is there ny problem while creating dir using the 
mkdir option.
also can it show the history of tasktrackers?

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


Re: ANN: Hadoop UI beta

2009-03-31 Thread Stefan Podkowinski
On Tue, Mar 31, 2009 at 1:23 PM, Mikhail Yakshin
greycat.na@gmail.com wrote:

 Couldn't you please explain, what does it do or at least what do you
 want it to do? Why is it better than default Hadoop web UI?


Mikhail. We needed a full featured hdfs file manager for end-users
that could be distributed over the web. Its something we haven't found
out there  (webdav or fuse not being an option for us) and may also be
useful for other hadoop users. Its an offspring of a commercial
platform we're about to develop, along with the job tracker for
internal use and other modules, related and unrelated to hadoop.

@W:
Thanks :) I haven't tried it with trunk. I'm going to create a custom
branch for 0.18 and trunk when theres time for it..

@vishal:
Job history is not implemented yet. I haven't yet figured out exactly
how to do this. Its on the list..

- Stefan


Re: ANN: Hadoop UI beta

2009-03-31 Thread Brian Bockelman

Hey Stefan,

I like it.  I would like to hear a bit how the security policies  
work.  If I open this up to the world, how does the world  
authenticate/authorize with my cluster?


I'd love nothing more to be able to give my users a dead-simple way to  
move files on and off the cluster.  This appears to be a step in the  
right direction.


I'm not familiar with Adobe Flex -- how will this affect other's  
abilities to use it (i.e., Linux  Mac folks?) and how will this  
affect the ability to contribute (i.e., if you get a new job, are the  
users of this project screwed?).  Gah, I sound like my boss.


Brian

On Mar 31, 2009, at 8:41 AM, Stefan Podkowinski wrote:


On Tue, Mar 31, 2009 at 1:23 PM, Mikhail Yakshin
greycat.na@gmail.com wrote:


Couldn't you please explain, what does it do or at least what do you
want it to do? Why is it better than default Hadoop web UI?



Mikhail. We needed a full featured hdfs file manager for end-users
that could be distributed over the web. Its something we haven't found
out there  (webdav or fuse not being an option for us) and may also be
useful for other hadoop users. Its an offspring of a commercial
platform we're about to develop, along with the job tracker for
internal use and other modules, related and unrelated to hadoop.

@W:
Thanks :) I haven't tried it with trunk. I'm going to create a custom
branch for 0.18 and trunk when theres time for it..

@vishal:
Job history is not implemented yet. I haven't yet figured out exactly
how to do this. Its on the list..

- Stefan




Re: ANN: Hadoop UI beta

2009-03-31 Thread Stefan Podkowinski
Hi Brian

On Tue, Mar 31, 2009 at 3:46 PM, Brian Bockelman bbock...@cse.unl.edu wrote:
 Hey Stefan,

 I like it.  I would like to hear a bit how the security policies work.  If I
 open this up to the world, how does the world authenticate/authorize
 with my cluster?

Not at all. The daemon part of Hadoop UI is running under a
configurable user and will issue calls to Hadoop on behalf of this
user. Its not much different from the standard web UI in this domain.
The plan is to introduce a authentication layer with one of the next
releases. It will be based on Spring Security and thus enables you to
use many different authentication providers. So downloading all those
Spring libraries along with the project will finally pay off ;)

 I'd love nothing more to be able to give my users a dead-simple way to move
 files on and off the cluster.  This appears to be a step in the right
 direction.

 I'm not familiar with Adobe Flex -- how will this affect other's abilities
 to use it (i.e., Linux  Mac folks?) and how will this affect the ability to
 contribute (i.e., if you get a new job, are the users of this project
 screwed?).  Gah, I sound like my boss.

Theres nothing arcane about Flex, but please don't tell anybody. You
can get the recently open sourced (MPL) SDK for any platform
supporting Java and compile Hadoop UI using ant. Other libraries used
are flexlib (MIT license), Spring (Apache L.),  BlazeDS (LGPL). In
case I would have to look for a new job, as you suggest, other people
would be able to fork as long as they know some Action Script, the
actual language used in Flex, and some XML.

- Stefan