kyligence enterprise3.2.x版本使用mysql作为数据源构建报错

1.报错信息如下:

exe cmd:null/bin/sqoop import 
-Dorg.apache.sqoop.splitter.allow_text_splitter=true
-Dfs.defaultFS=hdfs://solution-0:8020 -Dmapreduce.job.queuename=default
--connect "jdbc:mysql://solution-2:3306/KE" --driver com.mysql.jdbc.Driver
--username solution --password 1q2w3e4r
--target-dir /solution/gong_0214/mysql/kylin-fd360a58-99f8-4d91-8b42-d1c4c90f3e98
/kylin_intermediate_mysql_cube_71ca19f9_aadb_4281_836f_08bd76602e0e
--split-by \"KYLIN\".\"META_TABLE_CONTENT\"
--boundary-query "SELECT min(\"KYLIN\".\"META_TABLE_CONTENT\"), max(\"KYLIN\".\"META_TABLE_CONTENT\") FROM \"ke\".\"KYLIN\" as \"KYLIN\""
--null-string ''
--fields-terminated-by '|'
--num-mappers 4
--options-file /tmp/sqoop_b1f7feef-f09f-4b17-9466-5720ea0e1618 /bin/bash: null/bin/sqoop: No such file or directory

2.project级别配置如下:

 

 3.cube级别配置采用的是默认;

 4.解决办法:

 

posted @ 2019-02-19 19:15  gongxiucheng  阅读(394)  评论(0编辑  收藏  举报