1. When sqoop accesses the gbase database through the command, the connection error is as follows:;
Just add the — driver parameter to the command
sqoop list-tables -connect jdbc: gbase://10.100.111.48:8010/dm -Driver com.gbase.jdbc.driver – username gbase – password gbase2010531
run successfully!