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
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