Skip to content

Commit 32b1b66

Browse files
Updated links
1 parent fa1337d commit 32b1b66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# learning-spark
22

3-
##### Run dataset operation
3+
##### [Run dataset operations](https://github.com/techmonad/learning-spark/blob/master/src/main/scala/com/techmonad/learn/DataSetOps.scala#L7-L93)
44
```shell script
55
sbt "runMain com.techmonad.learn.DataSetOps"
66
```
77

8-
##### Run dataframe operation
8+
##### [Run dataframe operations](https://github.com/techmonad/learning-spark/blob/master/src/main/scala/com/techmonad/learn/DataFrameOps.scala#L6-L59)
99
```shell script
1010
sbt "runMain com.techmonad.learn.DataFrameOps"
1111
```
1212

1313

14-
##### Run RDD operation
14+
##### [Run RDD operations](https://github.com/techmonad/learning-spark/blob/master/src/main/scala/com/techmonad/learn/RDDOps.scala#L5-L71)
1515
```shell script
1616
sbt "runMain com.techmonad.learn.RDDOps"
17-
```
17+
```

0 commit comments

Comments
 (0)