A quick example to show how to do a 'Reduce-side-join' using Apache Spark's Java API here.
It gets verbose with Java very quickly and could be really concise with the Scala API which uses implicit Type conversions and the API is sleek as well.
In my next post i will rewrite this in Java 8 using Lambda's and the next one will use the Scala API.
It gets verbose with Java very quickly and could be really concise with the Scala API which uses implicit Type conversions and the API is sleek as well.
In my next post i will rewrite this in Java 8 using Lambda's and the next one will use the Scala API.