I have two DataFrames in Spark SQL (D1 and D2).
I am trying to inner join both of them D1.join(D2, "some column")
and get back data of only D1, not the complete data set.
Both D1 and D2 are having the same columns.
Could some one please help me on this?
I am using Spark 1.6.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…