Skip to content

Commit 56475a7

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

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
@@ -56,7 +56,7 @@ spark-submit /
5656
```
5757

5858
#### 3. `--num-mappers` just not good enough to control parallelism when working with a database
59-
`sqooop` uses map-reduce under the hood. We can specify `--num-mappers` parameter that controls how many
59+
`sqoop` uses map-reduce under the hood. We can specify `--num-mappers` parameter that controls how many
6060
mappers will be used to import data. Small number of mappers can result in large volume
6161
of data per import and long running transactions. Large number of mappers will result in many connections
6262
to database potentially overloading it especially when there are a lot of `sqoop` jobs running in parallel.

0 commit comments

Comments
 (0)