Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

WordCount on Hadoop with Scala

Tags: hadoop scala

Hadoop is a great technology built with java. Today we will use Scala to implement a simple map reduce job and then run it using HDInsight. We shall add the assembly plugin on our assembly.sbt addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3") Then we will add the Hadoop core dependency on our build.sbt file. Also will we ...



This post first appeared on Java Code Geeks, please read the originial post: here

Share the post

WordCount on Hadoop with Scala

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×