Skip to content

Commit bebd2c2

Browse files
shtushaMaksym Dovhal
andauthored
Update _posts/2021-03-01-introducing-sql-delta-import.md
Co-authored-by: Maksym Dovhal <[email protected]>
1 parent a409f43 commit bebd2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-03-01-introducing-sql-delta-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Yes we could have ran our sqoop jobs on EMR clusters but we wanted to run everyt
4141
avoid additional technology footprint. But even if we drop that restriction...
4242

4343
#### 2. `sqoop` does not support writing data directly to Delta Lake
44-
`scoop` can only import data as text or parquet. Writing to delta directly allows us to
44+
`sqoop` can only import data as text or parquet. Writing to delta directly allows us to
4545
optimize data storage for best performance on reads by just adding a couple of configuration options
4646

4747
```shell script

0 commit comments

Comments
 (0)