<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: how to visualize hortonworks hive table data into d3.js in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101790#M14414</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt;&lt;P&gt;Found this easy example &lt;A href="http://stackoverflow.com/questions/17716386/any-one-know-how-to-apache-hive-data-visualization-using-d3js"&gt;http://stackoverflow.com/questions/17716386/any-on...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Use Hive Query like&lt;/P&gt;&lt;P&gt;SELECT b.blogID, count(b.name) FROM comments a LATERAL VIEW json_tuple(a.value, 'blogID', 'name') b AS blogID, name group by b.blogID;&lt;/P&gt;&lt;P&gt;and make as Json_tuple then you can easly use That json to D3js&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2016 20:57:05 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-01-07T20:57:05Z</dc:date>
    <item>
      <title>how to visualize hortonworks hive table data into d3.js</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101788#M14412</link>
      <description>&lt;P&gt;i want visualize hive table data into d3.js ,i dont know how to connect d3.js and hive table , any one help me  and also if u know any opensource visualzeation tools inform me&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1219-1.png" style="width: 1354px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23735i2B423285F68A1CC7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1219-1.png" alt="1219-1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:18:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101788#M14412</guid>
      <dc:creator>hadoopsmi</dc:creator>
      <dc:date>2019-08-19T12:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to visualize hortonworks hive table data into d3.js</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101789#M14413</link>
      <description>&lt;P&gt;If you are ok with existing JS based tools to visualize Hive data, you can check the Hive view and Zeppelin which use javascript libraries to visualize data in Hive. Both of these are available in &lt;A href="http://hortonworks.com/products/hortonworks-sandbox/#install"&gt;Hortonworks sandbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hive view:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/content/kbentry/2947/new-visualization-feature-in-hive-view.html"&gt;https://community.hortonworks.com/content/kbentry/...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/blog/improving-operations-with-ambari-user-views/"&gt;http://hortonworks.com/blog/improving-operations-w...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Zeppelin:&lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/hadoop/zeppelin/"&gt;http://hortonworks.com/hadoop/zeppelin/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/content/kbentry/3029/apache-zeppelin-walk-through.html"&gt;https://community.hortonworks.com/content/kbentry/...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However if you are interested in implementing it yourself, you can check some of the examples mentioned here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://groups.google.com/forum/#!topic/d3-js/aRKFtUaE5h4"&gt;https://groups.google.com/forum/#!topic/d3-js/aRKF...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/dp1140a/HDP-Viz"&gt;https://github.com/dp1140a/HDP-Viz&lt;/A&gt; (screenshots available &lt;A href="https://github.com/abajwa-hw/hdpviz"&gt;here&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 14:40:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101789#M14413</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2016-01-07T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to visualize hortonworks hive table data into d3.js</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101790#M14414</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt;&lt;P&gt;Found this easy example &lt;A href="http://stackoverflow.com/questions/17716386/any-one-know-how-to-apache-hive-data-visualization-using-d3js"&gt;http://stackoverflow.com/questions/17716386/any-on...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Use Hive Query like&lt;/P&gt;&lt;P&gt;SELECT b.blogID, count(b.name) FROM comments a LATERAL VIEW json_tuple(a.value, 'blogID', 'name') b AS blogID, name group by b.blogID;&lt;/P&gt;&lt;P&gt;and make as Json_tuple then you can easly use That json to D3js&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 20:57:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101790#M14414</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-07T20:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to visualize hortonworks hive table data into d3.js</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101791#M14415</link>
      <description>&lt;P&gt;Could you clarify your question &lt;A rel="user" href="https://community.cloudera.com/users/838/hadoopsmi.html" nodeid="838"&gt;@sivasaravanakumar k&lt;/A&gt; - do you want to build an application using d3 or just use d3 for ad hoc data visualization?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 06:26:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101791#M14415</guid>
      <dc:creator>paul_boal</dc:creator>
      <dc:date>2016-01-08T06:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to visualize hortonworks hive table data into d3.js</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101792#M14416</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/813/paulboal.html" nodeid="813"&gt;@Paul Boal&lt;/A&gt;i just want d3 for ad hoc data visualization&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 15:49:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/how-to-visualize-hortonworks-hive-table-data-into-d3-js/m-p/101792#M14416</guid>
      <dc:creator>hadoopsmi</dc:creator>
      <dc:date>2016-01-25T15:49:38Z</dc:date>
    </item>
  </channel>
</rss>

