Created on 06-19-2014 07:00 AM - edited 09-16-2022 02:00 AM
Is there a way to set a file name in which data is beeing imported? File name is by default part-m* (or something like that).
Created 07-26-2014 08:17 AM
Created 06-28-2014 02:16 PM
Unfortunately, that would require a custom output format, which is currently not supported in Sqoop 1. You might be able to get away with writing a custom storage format for HCatalog.
This seems like an interesting feature to add in Sqoop2 though: https://issues.apache.org/jira/browse/SQOOP-1346.
Created 07-25-2014 02:31 PM
Ok, but Is there a way to gather data from several servers in a loop with sqoop import, in the same directory, since we can't specify a file name? Each server would return file with the same name?
Created 07-26-2014 08:17 AM