Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Update 05_spark_sql_and_dataset_api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andyreagan committed Apr 18, 2017
1 parent de9ee56 commit 041c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05_spark_sql_and_dataset_api.md
Expand Up @@ -395,7 +395,7 @@ newData.write.format("jdbc").options(options).mode("append") .save
```
Since we enabled query logging in our database we can further confirm that by executing:

```scala`
```scala
df.rdd.foreach(_ => ())
```

Expand Down

0 comments on commit 041c587

Please sign in to comment.