Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.79 KB

SnappyData on Azure

Automated SnappyData deployment on Microsoft Azure Cloud

Deploy via the Azure portal UI

Deploy using Azure CLI

azure account login
azure account set "My Subscription"
azure group list
azure group create --name avsnappydata1 --location westus
azure group deployment create --resource-group avsnappydata1 --name mainTemplate --template-file mainTemplate.json

Copy data to Azure Storage using Azure CLI

azure storage blob copy start --source-uri "https://templocistorage.blob.core.windows.net/snappydata/scripts.tgz" --dest-account-name "sdtests" --dest-account-key "" --dest-container "testdata" --dest-blob "scripts.tgz"

azure storage blob copy start --source-uri "https://templocistorage.blob.core.windows.net/snappydata/TPCH-1GB.zip" --dest-account-name "sdtests" --dest-account-key "" --dest-container "testdata" --dest-blob "TPCH-1GB.zip"

azure storage blob copy start --source-uri "https://templocistorage.blob.core.windows.net/snappydata/snappy-cluster_2.10-0.5-tests.jar" --dest-account-name "sdtests" --dest-account-key "" --dest-container "testdata" --dest-blob "snappy-cluster_2.10-0.5-tests.jar"

azure storage blob copy start --source-uri "https://templocistorage.blob.core.windows.net/snappydata/zeppelin.tgz" --dest-account-name "sdtests" --dest-account-key "" --dest-container "testdata" --dest-blob "zeppelin.tgz"