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