52931/why-do-we-need-app-in-scala
Hey,
The app is a helper class that holds the main method. We can have our classes extend App to render executable code:
scala> object Hello extends App{ | println("Hello") | } defined object Hello
The full form of RDD is a ...READ MORE
Hi! I found 2 links on github where ...READ MORE
Hi, The yield keyword is used because the ...READ MORE
Spark revolves around the concept of a ...READ MORE
Instead of spliting on '\n'. You should ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
Hi, Anonymous functions in Scala is the lightweight ...READ MORE
Hi, Yes, "foreach" function you use because it will ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.