How to print loop with condition in scala

0 votes
Can anyone explain how to print loop with condition in scala?
Jul 5, 2019 in Apache Spark by neha
402 views

1 answer to this question.

0 votes

Hi,

Yes, in scala there is a guard condition where you don't need to give curly braces and you can apply if condition without using curly braces. You can see the code below with the output.

answered Jul 6, 2019 by Gitika
• 65,910 points

Related Questions In Apache Spark

0 votes
1 answer

How to implement two level loop in scala?

Hi, You can use two level loops using the ...READ MORE

answered Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
592 views
0 votes
1 answer

How to declare sets with value in Scala?

Hey, You can follow this code: scala> var s=Set(1,4,4,3) s: ...READ MORE

answered Jul 30, 2019 in Apache Spark by Gitika
• 65,910 points
383 views
0 votes
1 answer

How to work with multidimensional arrays in Scala?

Hi, Here is an example you can follow: scala> ...READ MORE

answered Jul 31, 2019 in Apache Spark by Gitika
• 65,910 points
688 views
+2 votes
14 answers

How to create new column with function in Spark Dataframe?

val coder: (Int => String) = v ...READ MORE

answered Apr 5, 2019 in Apache Spark by anonymous

edited Apr 5, 2019 by Omkar 87,569 views
+1 vote
2 answers
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,617 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,214 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,893 views
0 votes
1 answer

How to print string text in scala?

Hi, You can see this example to see ...READ MORE

answered Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
2,209 views
0 votes
1 answer

How can you use "for" statement in scala to print list from collection?

Hi, You can use for loop in scala using ...READ MORE

answered Jul 5, 2019 in Apache Spark by Gitika
• 65,910 points
509 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP