Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data visualisation tools availble on hive hadoop

Please suggest some visualisation tools which can work on Hive-Hadoop.

The only thing is, it should accept Hive .

like image 831
Mayukh Roy Avatar asked Mar 10 '14 09:03

Mayukh Roy


People also ask

Is Hive a data visualization tool?

Hive plots show how objects in network are related to each other. Like force-directed graphs, hive plots communicate how nodes are related through their position in the visualization.

Which of the following tool can be used to Visualise data from Hive?

Tableau is a visualization tool. We can connect to Hive using Tableau and transform data stored in Hive into visually appealing and interactive visualizations.

How do I visualize data in Hive?

Visualize your Hive data and gather it into thematic dashboards from multiple sources, share the story your data tells with your team or extermal partners. Supported visualizations:Charts: Line, Bar, Area, Pie, ScatterBoxplotCohortSunburstWord CloudSankeyMapCounterPivot Table...and more are on the way.

Which tool can we use for data visualization?

Some really good data visualization tools are Google Charts, Tableau, Grafana, Chartist, FusionCharts, Datawrapper, Infogram, and ChartBlocks etc.


2 Answers

It depends what type of data analysis and visualization you have in mind.

If you intend to use a proprietary tool, then Tableau is one of among many other options.

If you prefer tools that are open source (free and multi-platform), then you should consider using:

  • HUE Beeswax
  • HBase Pig
  • Google Chart
  • ColorBrewer
  • R
  • Qt/QML
  • Octave
  • OpenGL

Hive will not block you from using any of those tools for data visualization, as long as you know how to manipulate your data and how to work with the respective toll for analysis/visualization of your data.

like image 113
Avanz Avatar answered Sep 30 '22 12:09

Avanz


Check out the nascent Zeppelin project ( http://zeppelin-project.org )

like image 21
Jerome Banks Avatar answered Sep 30 '22 12:09

Jerome Banks