Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Sqoop export

Hi All,
I am using Talend Open Studio for Big Data Version: 5.5.1. 
My target is to export data from hive to mysql server. 
I am using sqoop export option and using command line arguments 
I was not able to give the following additional arguments -D mapred.job.queue.name=customuser -D yarn.resourcemanager.address=ddd.adc.com:8032 -D mapreduce.child.java.opts=-Xmx8g
In code view i am seeing :
String[] cmd_tSqoopExport_1 = new String[] { "sqoop", "export" , "--connect", "jdbc:mysql://123.456.123.456/custom_db", 
"--table", "custom_table_name", "--username", "talend", "--password", decryptedPassword_tSqoopExport_1,
"--export-dir", "/tmp/custompath", "--verbose", "--direct", "--num-mappers", "100", 
"--input-fields-terminated-by", "~", "--enclosed-by", "\n" };
Kindly suggest me the solution. 
Regards,
J. Anto Justus
Labels (4)
1 Reply
Anonymous
Not applicable

Hi 
These parameters are not present in the parameters list right now, can you please report a jira issue for this on our bugtracker?
BR
Shong