要连接MySQL数据库,可以使用Sqoop提供的以下命令:
sqoop import --connect jdbc:mysql://hostname:port/database --username your_username --password your_password --table table_name --target-dir /path/to/hdfs/directory
sqoop export --connect jdbc:mysql://hostname:port/database --username your_username --password your_password --table table_name --export-dir /path/to/hdfs/directory
在这些命令中,需要将hostname
、port
、database
、your_username
、your_password
、table_name
和/path/to/hdfs/directory
替换为实际的值。另外,还可以根据需要添加其他参数来配置Sqoop连接MySQL数据库的行为。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: clickhouse如何同步mysql数据