Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Sqoop Error: Workflow submission failed: 'statement'

avatar
Explorer

Hello All,

 

I have problem when design sqoop workflow by import data from SQL Server to hive table.

Below is import command and it work normal when I run manual in Linux but it error when execute in Hue.

 

sqoop import '-Dorg.apache.sqoop.splitter.allow_text_splitter=true' --connect 'jdbc:sqlserver://<SQL Server IP>:1433;database=$database_name;username=$user;password=$password' --table '$sql_server_table' --hive-import --hive-table '$hive_table' --m 1

 

 

mala_etl_0-1638957522692.png

Anyone have experience about it, please help to support me. Thanks

 

Regards,

1 REPLY 1

avatar
Super Collaborator

Hi @mala_etl ,

 

It looks like a below known issue:

https://issues.cloudera.org/browse/HUE-8717

 

Do work with Cloudera support to get a patch.

 

Regards,

Chethan YM