user_audit has a foreign key reference to the users table and hence I would like to import both of them in a single import operation.
On Fri, Jun 8, 2012 at 4:34 PM, soham sardar <[email protected]>wrote: > Hi!! > is there a way to import multiple tables at a time with the same command > line > > > i tried > > *sqoop import --connect jdbc:mysql://localhost:3306/hue --table > users,user_audit --username hues -P --hive-import --create-hive-table > > and it didnt work > is there some command ?? > > > > *
