Skip to content

Commit d4a04fd

Browse files
added joins for RDDs and DataFrames
1 parent 72f8ccb commit d4a04fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
Join in Spark
1+
# Join in Spark
2+
3+
A JOIN clause is used to combine rows from two tables
4+
(expressed as RDDs or DataFrames), based on a related
5+
column between them.

0 commit comments

Comments
 (0)