doAzureParallel/samples/sas_resource_files
Brian Hoang 96bfc22662
Fix: Upgrading to R Batch SDK to 2018-12-01.8.0 (#354)
* Added resource files

* Added resource files

* Removed comments

* Fixed resource files documentation

* Added check on job state

* Fixed jobState
2019-06-18 21:04:30 -07:00
..
1989.csv Sample - Add a sample for using SAS resource files (#253) 2018-04-23 11:08:08 -07:00
1990.csv Sample - Add a sample for using SAS resource files (#253) 2018-04-23 11:08:08 -07:00
README.md Sample - Add a sample for using SAS resource files (#253) 2018-04-23 11:08:08 -07:00
sas_resource_files_cluster.json Sample - Add a sample for using SAS resource files (#253) 2018-04-23 11:08:08 -07:00
sas_resources_files_example.R Fix: Upgrading to R Batch SDK to 2018-12-01.8.0 (#354) 2019-06-18 21:04:30 -07:00

README.md

SAS Resource Files

The following sample shows how to transfer data using secure SAS blob tokens. This allows secure transfer between cloud storage from either your local computer or the nodes in the cluster.

As part of this example you will see how to create a secure write-only SAS and upload files to the cloud. Then create a secure read-only SAS and download those files to the nodes in your cluster. Finally, you will enumerate the files on each node in the cluster and can operate against them however you choose.

Make sure to replace the storage account you want to use. The the storage account listed in the credentials.json file must be used for this sample to work.

storageAccountName <- "<YOUR_STORAGE_ACCOUNT>"