Hi,
Iam using sqoop1.99.3, and iam importing data from mysql to hdfs,
I want to import each table with all the columns to hdfs with out specifying
the column names,
connectorForm.getStringInput("table.columns").setValue("*");
something like above mentioned,
Please suggest me
thanks in advance
