hadoop - Getting header data with Sqoop import -
i'm importing teradata table hdfs in read upstream(datameer in case).
datameer expects headers in data before can read part files produced sqoop, looked sqoop options can't find gives me data headers(column name).
is possible table data column names hdfs? if not there workaround?
first, don't need header names when importing files (header detection can turned off in import jobs). second, datameer supports direct teradata import - no need take roundtrip via sqoop.
Comments
Post a Comment