Is it possible to import data from SQL database using Sqoop into a different blob storage, other than the default HDInsight cluster blob storage?
Even if I set azure storage access to "Public Blob", I get an error message "Container testcontainer in account nondefaultstorage.blob.core.windows.net not found, and we can't create it using anoynomous credentials."
This is the sqoop command I am running:
import
--connect jdbc:sqlserver://sqlServerName;user=sqlLogin;password=sqlPass;database=sqlDbName
--table tableName
--target-dir wasb://[email protected]/data/csv