What is Sqoop?
保存以便复习
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。
了解热门 Sqoop 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
了解热门 Sqoop 面试题与答案,帮助应届生和有经验的候选人为求职面试做好准备。
搜索问题以查看答案。
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --m 1
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --null-string --null-non-string -1
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --columns id,name
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --fetch-size 100
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --target-dir /user/hadoop/mytable
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --incremental append --check-column id --last-value 100
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop export --connect jdbc:mysql://localhost:3306/db --table mytable --export-dir /user/hadoop/mytable
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --map-column-java id=String,value=Double
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --query SELECT * FROM mytable WHERE $CONDITIONS --split-by id
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --boundary-query SELECT MIN(id), MAX(id) FROM mytable
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --boundary-query SELECT MIN(id), MAX(id) FROM mytable
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --hive-import --hive-table myhivetable
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --hive-import --hive-table myhivetable --hive-overwrite
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop export --connect jdbc:mysql://localhost:3306/db --table mytable --update-key id --update-mode allowinsert --export-dir /user/hadoop/mytable
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --hcatalog-import --hcatalog-database mydatabase
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --direct --direct-split-size 1000000
收藏此条目、标记为困难题,或将其加入复习集合。
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --validate
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --direct --direct-split-size 1000000
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --direct --direct-split-size 1000000
收藏此条目、标记为困难题,或将其加入复习集合。
Example:
sqoop import --connect jdbc:mysql://localhost:3306/db --table mytable --autoreset-to-one-mapper
收藏此条目、标记为困难题,或将其加入复习集合。