50788/error-identifier-expected-but-found
While I was creating RDD from paralyzed collection got this below error, can anyone suggest how can I resolve it?
Hi,
You can try this remove brackets from collect action which will start the process. Use this command to check the correct answer.
scala> sc.parallelize(1 to 100,5). collect
It will give you arrray of 1 to 100.
Hi@akhtar, Here you are trying to read a ...READ MORE
You need to change the following: val pipeline ...READ MORE
You need to declare the variable which ...READ MORE
I guess you need provide this kafka.bootstrap.servers ...READ MORE
Firstly you need to understand the concept ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
Hi, You can resolve this error with a ...READ MORE
Hi, This happens in Scala whenever you won't ...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.