What if I break the long lineage using an action like mentioned below rather than checkpoint:
myDataframe.sqlContext().createDataFrame(myDataframe.toJavaRDD(), myDataframe.schema()).cache()
What impact will it have?
What if I break the long lineage using an action like mentioned below rather than checkpoint:
myDataframe.sqlContext().createDataFrame(myDataframe.toJavaRDD(), myDataframe.schema()).cache()
What impact will it have?