Data visualisation tools availble on hive hadoop

霸气de小男生 提交于 2019-12-09 13:30:45

问题


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

The only thing is, it should accept Hive .


回答1:


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.




回答2:


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




回答3:


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.


来源:https://stackoverflow.com/questions/22296953/data-visualisation-tools-availble-on-hive-hadoop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!