We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebd2c2 commit 56475a7Copy full SHA for 56475a7
_posts/2021-03-01-introducing-sql-delta-import.md
@@ -56,7 +56,7 @@ spark-submit /
56
```
57
58
#### 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
+`sqoop` uses map-reduce under the hood. We can specify `--num-mappers` parameter that controls how many
60
mappers will be used to import data. Small number of mappers can result in large volume
61
of data per import and long running transactions. Large number of mappers will result in many connections
62
to database potentially overloading it especially when there are a lot of `sqoop` jobs running in parallel.
0 commit comments