This repository was archived by the owner on Jan 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Add/hdi cluster 307 #27
Open
alejandromontero
wants to merge
2
commits into
master
Choose a base branch
from
Add/HDI-cluster-307
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| #load cluster defaults | ||
| source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/hdinsight_defaults.conf" | ||
|
|
||
| #Cluster config | ||
| defaultProvider="hdinsight" | ||
| azureLocation="East US 2" | ||
|
|
||
| clusterID="$(get_id_cluster "$(basename $BASH_SOURCE)")" | ||
| clusterName="hdil2-D14v2-spark21-${clusterID}" #no ADLS | ||
| #storageAccountName | ||
| numberOfNodes="2" #starts at 0 (max 99) 0 is assigned to master | ||
| #Node config | ||
| headnodeSize="Standard_D14_v2" | ||
| vmSize='Standard_D14_v2' | ||
| vmType='linux' | ||
|
|
||
| attachedVolumes="0" | ||
| diskSize="1024" | ||
|
|
||
| #queueJobs="true" #enable on cluster config to queue benchmarks after deploy | ||
|
|
||
| #details | ||
| vmCores="16" | ||
| vmRAM="112" | ||
|
|
||
| #costs | ||
| clusterCostHour="83.71" | ||
| clusterType="PaaS" | ||
| clusterDescription="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's right (I have no idea), but this looks like a typo since I would expect
alojaadla.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A resource group is a set of resources in Azure so we can easily manage them. The only one that was available was the one you see. It makes no difference at all and arranges all our clusters, both HDI and adla together for easier management
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, but all I'm saying is that
alojadlapremiumlooks wrong, becausealojaends in anaandadlastarts in ana, but there is only oneabetween them. Makes sense?Since we are still reviewing config changes (did I mention that these have no place in a public repo?), I thought that I could at least try to help by pointing out a possible typo in the name of the resource group. If it's definitely right, then nothing to worry about.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In our case "DLA" makes complete sense:
dla = data lake analytics
adla = azure data lake analytics
The command line of azure uses "az dla" y "az dls" not adla. Not only that but also one of our accounts is alojadw instead of alojaadw (Data Warehouse).
In essence, I wouldn't say it's a typo.