https://github.com/cosh/hdinsightusercreation
https://github.com/cosh/hdinsightusercreation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosh/hdinsightusercreation
- Owner: cosh
- License: mit
- Created: 2018-05-07T10:47:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T12:15:11.000Z (about 8 years ago)
- Last Synced: 2025-02-01T20:30:55.383Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HDInsightUserCreation
combines https://docs.microsoft.com/en-us/azure/hdinsight/r-server/r-server-hdinsight-manage & https://docs.microsoft.com/de-de/powershell/module/azurerm.hdinsight/Submit-AzureRmHDInsightScriptAction?view=azurermps-5.7.0
```
Login-AzureRmAccount
Submit-AzureRmHDInsightScriptAction
-ClusterName "your-hdinsight-clustername"
-ResourceGroupName "rgname"
-Name "addUser"
-Uri "https://raw.githubusercontent.com/cosh/HDInsightUserCreation/master/adduser.sh"
-NodeTypes EdgeNode
-PersistOnSuccess
-Parameters "username userPassword123#"
```