50935/error-identified-expected-but-integer-literal-found
I got this error above while creating an array for creating RDD from existing RDD. Can anyone say how can I resolve this?
Hi,
You can resolve this error with a simple change, instead of that command follow this line of command below:
sacala> var a1 = Array(1,2,3,4,5,6,7,8,9,10)
Example here, you will get the expected array output here.
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
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, You can try this remove brackets from ...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.