Word Count program using Spark and Scala

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at the WordCount program in Spark using Scala. Here is the Scala program:

  Input(HDFS) file:

  Spark-submit command:

  Output:

  Happy Learning! 🙂 Please Read more

Java Program to count the number of vowels in a given text.

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at a Java Program to count the number of vowels in a given text. This can be achieved using “String.toCharArray()” and “switch” statements.   Here is the Java Program:

Read more