Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developer and admin GUI tools for Hadoop

Сould anybody give advice on any GUI tools for development and administration hadoop?

like image 329
Kukuruka Avatar asked Jun 19 '12 08:06

Kukuruka


2 Answers

Administration

  • Cloudera Manager is an administration system for Hadoop and is free in some situations
  • Ambari is an open source management system for Hadoop

Development

  • Karmasphere is more than just a development platform now, but it is quite feature packed
  • Most people I know develop Hadoop locally in Eclipse
like image 24
Donald Miner Avatar answered Sep 25 '22 09:09

Donald Miner


About an Hadoop UI for the user:

Hue is pretty good for sending Hive, Impala queries and Pig scripts. It also comes with some improved File/Job/HBase/ZooKeeper/Sqoop Browsers and an Oozie UI for submitting and scheduling jobs.

like image 85
Romain Avatar answered Sep 25 '22 09:09

Romain