RE: Export to mysql and add a column

2015-12-07 Thread Link Qian
and add a column From: sgalla...@gmail.com To: user@sqoop.apache.org I wanted to export a dataset from hive -> mysql But I need to add a string column that is required in mysql but not present in hive.I know the string and it is constant for the entire export. Is there an elegant way to do t

Export to mysql and add a column

2015-12-04 Thread Scott Gallavan
I wanted to export a dataset from hive -> mysql But I need to add a string column that is required in mysql but not present in hive. I know the string and it is constant for the entire export. Is there an elegant way to do this in hive without adding a new column? or a new table to hive? What wo