questions/apache-spark/page/6
Hi All I am running Scala program on ...READ MORE
Hi, You can do it using map partition ...READ MORE
Hey, You can see this following code to ...READ MORE
Try executing the below code, def readExcel(file: String): ...READ MORE
Hey, There are two ways to find the ...READ MORE
Hi, You can see this example to see ...READ MORE
Refer to the following code: val sqlContext = ...READ MORE
The address you are using in the ...READ MORE
Hey, You can launch spark application in four ...READ MORE
We have Streaming Application implemented using Spark ...READ MORE
Hey, The method List.fill() creates a list and ...READ MORE
You can perform this task in two ...READ MORE
You can do it using a code ...READ MORE
Hey, We can append a Scala array to ...READ MORE
Hi, Spark provides a high-level API in Java, ...READ MORE
Hi, Spark Driver is the program that runs ...READ MORE
I am running an application on Spark ...READ MORE
Spark uses a master/slave architecture. As you ...READ MORE
You can access task information using TaskContext: import org.apache.spark.TaskContext sc.parallelize(Seq[Int](), ...READ MORE
In the command, you have mentioned the ...READ MORE
Spark-submit jobs are also run from client/edge ...READ MORE
Hey, To install SBT on Ubuntu first you need ...READ MORE
Hey, When we try to compare two instances ...READ MORE
Hi, This reverses the order of elements in ...READ MORE
Hey there! You can use the select method of the ...READ MORE
There's an easier way to achieve your ...READ MORE
Hey, You can use below code to access variables ...READ MORE
Hey, Unit is a subtype of scala.anyval and ...READ MORE
Check the reference code mentioned below: def main(args: ...READ MORE
Please try the following Scala code: import org.apache.hadoop.conf.Configuration import ...READ MORE
The default capacity of listener bus is ...READ MORE
Though there is nothing wrong with the ...READ MORE
Hey, The Map.contains() method will tell you if ...READ MORE
Refer to the below command: val input_df = ...READ MORE
You have to install Intellij with scala plugin. ...READ MORE
How can I import zip files and ...READ MORE
Hi, An anonymous function in Scala is a ...READ MORE
Hey, Scala executes a val when we define ...READ MORE
Hi, You can use this command to start ...READ MORE
In the above statement, x(2) is specifying an array ...READ MORE
Hey, There is one main difference. This statement ...READ MORE
Hi, You can compute the average using this ...READ MORE
Hi, You can assign a Tuple to a ...READ MORE
Hi, A lens is an abstraction from functional ...READ MORE
Hi, Here is an example you can follow: scala> ...READ MORE
Hey, Scala case classes let us model immutable data. ...READ MORE
Hi, Traits are basically Scala's workaround for the ...READ MORE
Temporary table is more like an index ...READ MORE
All prefix operators' symbols are predefined: +, -, ...READ MORE
Hi, The map is a specific line or ...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.