This commit is contained in:
Umachandar Jayachandran
2019-07-24 09:41:50 -07:00
@@ -28,19 +28,19 @@ sudo systemctl reboot
curl --output setup-bdc.sh https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh
```
1. Make the script executable
2. Make the script executable
``` bash
chmod +x setup-bdc.sh
```
1. Run the script (make sure you are running with sudo)
3. Run the script (make sure you are running with sudo)
``` bash
sudo ./setup-bdc.sh
```
1. Refresh alias setup for azdata
4. Refresh alias setup for azdata
``` bash
source ~/.bashrc