RE: Graph/Plotting in Hive/Hadoop

2012-04-12 Thread karanveer.singh
Any usages of histogram UDF that you can share please? Regards, -Original Message- From: Edward Capriolo [mailto:edlinuxg...@gmail.com] Sent: 12 April 2012 01:33 To: user@hive.apache.org Subject: Re: Graph/Plotting in Hive/Hadoop The historgram UDF can be used to create data from GNU

Re: Graph/Plotting in Hive/Hadoop

2012-04-11 Thread Edward Capriolo
The historgram UDF can be used to create data from GNU-plot. Here is something I do: Hive's default output is tab delimited. There are javascript graphing libraries like amcharts. I produce tab files and let simple HTML pages be the front end for AM charts. This allows me to create raw data with

Re: Graph/Plotting in Hive/Hadoop

2012-04-11 Thread shashwat shriparv
Hey hive is qury language for no sql, by default i dont think it can be used for plotting graphs rather you can get data through and format it in required shape and the plot using some api, provided ∞ Shashwat Shriparv

Re: Graph/Plotting in Hive/Hadoop

2012-04-10 Thread Nitin Pawar
No. Hive is a query language which provides results in columnar fashion. You can use pentaho, microstrategy , tableu like tools or you can write your own graphing apis using google apis. Thanks, Nitin On Wed, Apr 11, 2012 at 11:20 AM, wrote: > Hi, > > Is there some way I can do graph, plotti