Hi All, I want to import a database in Postgresql to HDFS. I am using cloudhera 5.0.0. I used the following statement to do that.
sqoop -import-all-tables<https://sqoop.apache.org/docs/1.4.3/SqoopUserGuide.html#_literal_sqoop_import_all_tables_literal> --driver org.postgresql.Driver --connect jdbc:postgresql://ipaddress:port/dbname -m 1 -username -password -warehouse-dir By using this I was able to import few tables. But I was not able to import tables with column type inet. Is there any way to import tables with custom postgresql Data type using import-all-tables option. Thanks, Savitha
