Scala

Print,Println,Printf Go to Spark-shell or choose environment of your choice to run scala code. Write below code : print(“hello data engineers”) If you type print and press the tab ,you can see three functions ,Related to print ,these are print,printf and println.  like above line, it just print whatever isRead More →

If you are a Data Engineer you might have heard about the Scala language. Many Data Engineers are using Apache Spark for solving complex data problems. The Engine of Apache Spark is written in Scala. I believe it would be a strong point that may inspire you to learn Scala.Read More →