Most likely have done something obvious, but I do not know what to do!
Trying to get Big Data Cluster to work in Minikube, with big machine I have on Ubuntu 18 Desktop.
When running the mssqlctl command
pesmith@pesmith-HP-Z820-Workstation:~/.local/bin$ sudo ./mssqlctl cluster create --name "sqlbigdata"
[sudo] password for pesmith:
The license terms for this product can be downloaded from:
The privacy statement can be viewed at:
Do you accept the license terms? (y/n): y
NOTE: Cluster creation can take a significant amount of time depending on
configuration, network speed, and the number of nodes in the cluster.
Error processing command: "KeyError"
'CLUSTER_PLATFORM'
This was my lines in my .bashrc file that is setting the env vars
export ACCEPT_EULA="yes"
export CLUSTER_PLATFORM="minikube"
Any clues to the issue would be appreciated.
Paul
Most likely have done something obvious, but I do not know what to do!
Trying to get Big Data Cluster to work in Minikube, with big machine I have on Ubuntu 18 Desktop.
When running the mssqlctl command
pesmith@pesmith-HP-Z820-Workstation:~/.local/bin$ sudo ./mssqlctl cluster create --name "sqlbigdata"
[sudo] password for pesmith:
The license terms for this product can be downloaded from:
The privacy statement can be viewed at:
Do you accept the license terms? (y/n): y
NOTE: Cluster creation can take a significant amount of time depending on
configuration, network speed, and the number of nodes in the cluster.
Error processing command: "KeyError"
'CLUSTER_PLATFORM'
This was my lines in my .bashrc file that is setting the env vars
export ACCEPT_EULA="yes"
export CLUSTER_PLATFORM="minikube"
Any clues to the issue would be appreciated.
Paul