Skip to content

hulagekajal/snappydata-azure

This branch is 46 commits ahead of, 2 commits behind arsenvlad/snappydata-azure:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a5c4ae5 · Jan 1, 2019

History

99 Commits
Nov 22, 2018
Jan 1, 2019
Jan 1, 2019

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%