jinquanzhuang opened a new issue #1776: URL: https://github.com/apache/incubator-linkis/issues/1776
The script calls the data source, while using placeholders, the execution fails 脚本调用数据源,同时使用占位符,执行失败 sh linkis-cli-sqoop import -D mapreduce.job.queuename=ide \ --connect jdbc:mysql://{host}:{port}/xxxxxx --username xxxxxx --password xxxxx --table test_sqoop_01 --columns user_id,user_code,user_name,email,status --fields-terminated-by ',' \ --hive-import --create-hive-table --hive-database xxxxx --hive-table test_sqoop_hdfs_nopartition252 --hive-overwrite \ --hive-drop-import-delims --delete-target-dir --input-null-non-string '\\N' --input-null-string '\\N' \ -m 1 --datasource-name linkis_test256; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org