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
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
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
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