Blog Posts

Recent posts

Emacs - Learning Emacs

1 minute read

http://www.jesshamrick.com/2012/09/10/absolute-beginners-guide-to-emacs/ C-h C-h : help C-g : quit C-x b : switch buffers C-x right : right-cycle through bu...

Spark - join transformation

less than 1 minute read

join—Equivalent to an inner join in RDBMS, this returns a new pair RDD with the elements (K, (V, W)) containing all possible pairs of values from the first a...