Tuesday, February 11, 2020

GENR PUZZLES

1.co varient in scala

2.Upper and lower bound class parameters

3.md5 function in scala

4.if list is empty,supposed if we use reduce function, how does it work

5.1 file has 100 gb,another 1 file has 10 gb, both dataset are going to join,how to make better optimization in spark'

6.map and flat map 

No comments:

Post a Comment

Python Challenges Program

Challenges program: program 1: #Input :ABAABBCA #Output: A4B3C1 str1="ABAABBCA" str2="" d={} for x in str1: d[x]=d...