GUI for using Hadoop [closed]
Asked Answered
F

7

12

Is there an easy way to use Hadoop other than with the command line?

Which tools are you using and which one is the best?

Fosse answered 12/7, 2013 at 4:43 Comment(0)
B
7

Hue is pretty cool, new features are regularly pushed out and it's open source.

From its website: Hue features a File Browser for HDFS, a Job Designer/Browser for MapReduce, query editors for Hive, Pig, Cloudera Impala and Solr Search. It also ships with an Oozie Application for creating workflows, various Shells and a collection of Hadoop API.

Bosnia answered 12/7, 2013 at 15:36 Comment(3)
can we use Hue without CDH's implementation of hadoop? I meant, could we install/download the official hadoop package from apache, install it and get it working with Hue?Cock
Hue is open source (github.com/cloudera/hue) and works with vanilla Hadoop and some Cloudera competitors distributions. They are some examples on the Hue group: groups.google.com/a/cloudera.org/forum/#!searchin/hue-user/… Obviously, the integration/testing/support is better with CDH.Oppose
Hue works well with CDH/HDP/vanilla hadoop. There's no any limitations or dependency on hadoop internals, it uses only external APIs. Only Hive/Beeswax may have issues, but should be ok.Wove
G
3

Although Enrico already answered the question, I would like to add few points to that.

Hue is a really amazing tool and we have been using it at Goibibo.com for last 1 year. We have exposed it to developers and business people for running their hive queries and getting results.

Also we are indexing log data so cloudera search comes in pretty handy. With the new version of Hue (3.6), you can also run queries on RDBMS data using HUE itself.

I would really recommend using it because its really simple to use and provides a GUI to mostly everything there in the bigdata ecosystem.

Guadalajara answered 25/9, 2014 at 12:27 Comment(0)
A
2

If you are on windows, you can use an open source project called HDFS Explorer.

If you're on a Mac or Linux, then you can mount Hadoop filesystems directly using FUSE, and then use Finder, or Nautilus, or whatever you normally use for filesystem navigation. Checkout the Hadoop wiki on how to setup the mounts http://wiki.apache.org/hadoop/MountableHDFS

Each distribution provides a web based GUI, in some cases Hue, and in others based on the new Ambari views framework, which provide access to file functionality.

Arbalest answered 6/12, 2013 at 12:53 Comment(2)
Looks like you are no longer offering HDFS Explorer?Thoth
I've actually left Red Gate. They have since exited the Hadoop market. I will update the answer, thanks for reminding me.Arbalest
T
0

You can look for some Data Integration tools like Talend, CloverETL or Pentaho. They have provided support for Hadoop.Talend has provided a vast support of it. Don't have much information about the other tools support for Hadoop.

Thermometry answered 12/7, 2013 at 12:4 Comment(0)
L
0

If you are just looking for something a step up from the cli for exploring, my installation has a web server that installed with hadoop and it is accessible at :50075. The port is configurable, but give that a try.

Leroylerwick answered 3/3, 2015 at 17:26 Comment(0)
N
0

If you are using CDH, then Hue(hadoop user Interface) comes with it. And its a very good user interface for hadoop. You can also use install separately. It supports all components of hadoop.

Nae answered 4/3, 2015 at 10:9 Comment(0)
C
0

This is a light-weight Hadoop file manager HFX. You can use this. It has some essential features like drag and drop, upload, cut, copy and paste...

Causalgia answered 25/6, 2017 at 8:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.