Recent Posts

spark part-I

11 minute read

hadoop offers: hdfs: for storage mapreduce: for computation yarn: for resource management

scala part II

5 minute read

scala runs on top of jvm scala is like java so requires main, or we can extends App then we dont have to define main method

time complexity

2 minute read

A way to calculate time consumed by an algorithm, as a function of input.

scala part I

9 minute read

spark code can be written in different languages (scala, python, java, r), scala is hybrib, oops + functional.