Database Reference
In-Depth Information
Figure 13.17 HDInsight JavaScript FS command
12. Additional functionality beyond the execution of processing jobs is
available through your Interactive console. As an example of its
flexibility, you could easily chart the top 10 words from the text, as
shown in Figure 13.18 , using these commands:
file = fs.read("Top10Words")
data = parse(file.data, "word, count:long")
graph.bar(data)
 
 
Search WWH ::




Custom Search