I am working on Hadoop project in which i have stored data in HIVE, i am processing data using PIG. i want to display this processed data in graph. is it possible to connect HIVE with WEB PAGE(html/jquery) ? so i can again store the PIG output to the HIVE and then display that result to the web page.
or is possible to connect HBASE with webpage ? so i can store PIG output to the HBASE and hbase data will be display on webpage.