Hi whats the format to access blog storage from pig, being the access policies being private, blob and container.
Store E into 'wasb://<user>@<Storage account>.blob.core.windows.net/<folder>/' USING PigStorage (',');
should blob access types be open with no key?
whats the pig command for access with a key?
Thanks
Simon