зеркало из https://github.com/Azure/aztk.git
removed dsvm code (#48)
This commit is contained in:
Родитель
b21cae0cc2
Коммит
213f9226b0
|
@ -5,7 +5,6 @@ import os
|
|||
"""
|
||||
CLI_EXE = 'azb'
|
||||
|
||||
# DOCKER_REPO_NAME = "jiata/spark:latest"
|
||||
DOCKER_REPO_NAME = "jiata/spark-2.2.0:latest"
|
||||
DOCKER_SPARK_CONTAINER_NAME = "spark"
|
||||
|
||||
|
@ -16,13 +15,6 @@ DOCKER_SPARK_JUPYTER_PORT = 8888
|
|||
DOCKER_SPARK_WEB_UI_PORT = 4040
|
||||
DOCKER_SPARK_HOME = "/home/spark-2.2.0-bin-hadoop2.7"
|
||||
|
||||
# DSVM
|
||||
DSVM_SPARK_MASTER_UI_PORT = 8082
|
||||
DSVM_SPARK_WORKER_UI_PORT = 8083
|
||||
DSVM_SPARK_JUPYTER_PORT = 7777
|
||||
DSVM_SPARK_WEB_UI_PORT = 4040
|
||||
DSVM_SPARK_HOME = "/dsvm/tools/spark/current"
|
||||
|
||||
"""
|
||||
Root path of this repository
|
||||
"""
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -ev
|
||||
|
||||
export PATH=/anaconda/envs/py35/bin:$PATH
|
||||
|
||||
echo "Starting setup with the Azure DSVM"
|
||||
pip install -r $(dirname $0)/requirements.txt
|
||||
|
||||
echo "Running main.py script"
|
||||
python $(dirname $0)/main.py install
|
||||
|
Загрузка…
Ссылка в новой задаче