Removed the take sample method from the AbstractRDD constructor.Now sample is only needed when you do certain tasks on every time.
0.5.0
This is the first release which is compatible with Apache-spark 1.6.0 version.It has core functionalities in TransformableRDD which is extended from RDD (a top-level abstraction of ApacheSpark).