|
|
-
Graph/Plotting in Hive/Hadoop
karanveer.singh@... 2012-04-11, 05:50
Hi,
Is there some way I can do graph, plotting, etc. within Hive? Are there any UDF's for same? Regards, Karan
This e-mail and any attachments are confidential and intended solely for the addressee and may also be privileged or exempt from disclosure under applicable law. If you are not the addressee, or have received this e-mail in error, please notify the sender immediately, delete it from your system and do not copy, disclose
or otherwise act upon any part of this e-mail or its attachments. Internet communications are not guaranteed to be secure or virus-free. The Barclays Group does not accept responsibility for any loss arising from unauthorised access to, or interference with, any
Internet communications by any third party, or from the transmission of any viruses. Replies to this e-mail may be monitored by the Barclays Group for operational or business reasons.
Any opinion or other information in this e-mail or its attachments that does not relate to the business of the Barclays Group is personal to the sender and is not given or endorsed by the Barclays Group.
Barclays Bank PLC. Registered in England and Wales (registered no. 1026167). Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom.
Barclays Bank PLC is authorised and regulated by the Financial Services Authority.
-
Re: Graph/Plotting in Hive/Hadoop
Nitin Pawar 2012-04-11, 06:43
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, <[EMAIL PROTECTED]> wrote:
> Hi, > > Is there some way I can do graph, plotting, etc. within Hive? Are there > any UDF’s for same? > > Regards, > Karan > > > > > This e-mail and any attachments are confidential and intended solely for > the addressee and may also be privileged or exempt from disclosure under > applicable law. If you are not the addressee, or have received this e-mail > in error, please notify the sender immediately, delete it from your system > and do not copy, disclose or otherwise act upon any part of this e-mail or > its attachments. > > Internet communications are not guaranteed to be secure or virus-free. > The Barclays Group does not accept responsibility for any loss arising > from unauthorised access to, or interference with, any Internet > communications by any third party, or from the transmission of any viruses. > Replies to this e-mail may be monitored by the Barclays Group for > operational or business reasons. > > Any opinion or other information in this e-mail or its attachments that > does not relate to the business of the Barclays Group is personal to the > sender and is not given or endorsed by the Barclays Group. > > Barclays Bank PLC.Registered in England and Wales (registered no. 1026167). > Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom. > > Barclays Bank PLC is authorised and regulated by the Financial Services > Authority. >
-- Nitin Pawar
-
Re: Graph/Plotting in Hive/Hadoop
shashwat shriparv 2012-04-11, 19:46
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
Edward Capriolo 2012-04-11, 20:02
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 hive and quickly display this in a web browser without the need for server side coding.
Edward On Wed, Apr 11, 2012 at 3:46 PM, shashwat shriparv <[EMAIL PROTECTED]> wrote: > 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
karanveer.singh@... 2012-04-12, 11:15
Any usages of histogram UDF that you can share please?
Regards,
-----Original Message----- From: Edward Capriolo [mailto:[EMAIL PROTECTED]] Sent: 12 April 2012 01:33 To: [EMAIL PROTECTED] Subject: Re: Graph/Plotting in Hive/Hadoop
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 hive and quickly display this in a web browser without the need for server side coding.
Edward On Wed, Apr 11, 2012 at 3:46 PM, shashwat shriparv <[EMAIL PROTECTED]> wrote: > 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 > >
This e-mail and any attachments are confidential and intended solely for the addressee and may also be privileged or exempt from disclosure under applicable law. If you are not the addressee, or have received this e-mail in error, please notify the sender immediately, delete it from your system and do not copy, disclose or otherwise act upon any part of this e-mail or its attachments.
Internet communications are not guaranteed to be secure or virus-free. The Barclays Group does not accept responsibility for any loss arising from unauthorised access to, or interference with, any Internet communications by any third party, or from the transmission of any viruses. Replies to this e-mail may be monitored by the Barclays Group for operational or business reasons.
Any opinion or other information in this e-mail or its attachments that does not relate to the business of the Barclays Group is personal to the sender and is not given or endorsed by the Barclays Group.
Barclays Bank PLC. Registered in England and Wales (registered no. 1026167). Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom.
Barclays Bank PLC is authorised and regulated by the Financial Services Authority.
|
|