Data visualisation tools availble on hive hadoop Data visualisation tools availble on hive hadoop hadoop hadoop

Data visualisation tools availble on hive hadoop


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:

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.


You can use elasticsearch's kibana(I'd prefer v3). That is;

  1. Create an external table in Hive, which uses elasticsearch. Just as exaplained in: https://www.elastic.co/guide/en/elasticsearch/hadoop/current/hive.html
  2. Insert your data into this external table.
  3. Point your kibana to your elasticsearch.
  4. In kibana select the index/type and create your own dashboard.