Loading

Using Windows Azure HD insights for processing Big Data

Analyze and gain insights from Big Data using the power of Apache Hadoop

Analyze unstructured data with Windows Azure HDInsight, a Big Data solution powered by Apache Hadoop. Build clusters in minutes optimized for speed or cost. Post-process output in Excel with PowerPivot, Power View, and Hive queries.

Watch a demo here:

Sample Code here:

fs.put()
Download: http://www.tsls.co.uk/wp-content/uploads/2013/10/davinci.txt
fs.put()
Download: http://www.tsls.co.uk/wp-content/uploads/2013/10/WordCount.js
pig.from("/user/hdpinternaluser/davinci.txt").mapReduce("/user/hdpinternaluser/WordCount.js", "word, count:long").orderBy("count DESC").take(10).to("DaVinciTop10Words")
#ls
file = fs.read("DaVinciTop10Words")
data = parse(file.data, "word, count:long")
graph.bar(data)

More information here: https://www.windowsazure.com/en-us/manage/services/hdinsight/interactive-javascript-and-hive-consoles/

Leave a Reply

Your email address will not be published. Required fields are marked *