53371/how-fit-multiple-assignment-statements-into-statement-scala
Hi,
You can assign a Tuple to a val variable. Here is an example, you can follow:
val (x: Int, y: String) = Pair(7, "Giti") val (x, y) = Pair(7, "Gitii")
Hi, You can check this example in your ...READ MORE
Can anyone suggest how to create RDD ...READ MORE
Hi, To create an RDD from external file ...READ MORE
You have to install Intellij with scala plugin. ...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
put syntax: put <localSrc> <dest> copy syntax: copyFr ...READ MORE
Hi, You can use for loop in scala using ...READ MORE
Hi, Here is a simple example of how ...READ MORE
OR
Already have an account? Sign in.