Skip to content

Commit

Permalink
Updated docker-image-tool.sh with copying pyspark
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureQ committed Dec 1, 2018
1 parent ff8d0ba commit 5f6aaf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/docker-image-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function create_dev_build_context {(
"$PYSPARK_CTX/kubernetes/dockerfiles"
mkdir "$PYSPARK_CTX/python"
cp -r "python/lib" "$PYSPARK_CTX/python/lib"
cp -r "python/pyspark" "$PYSPARK_CTX/python/pyspark"

local R_CTX="$CTX_DIR/sparkr"
mkdir -p "$R_CTX/kubernetes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ private[spark] object PythonTestsSuite {
val PYSPARK_FILES: String = TEST_LOCAL_PYSPARK + "pyfiles.py"
val PYSPARK_CONTAINER_TESTS: String = TEST_LOCAL_PYSPARK + "py_container_checks.py"
val PYSPARK_MEMORY_CHECK: String = TEST_LOCAL_PYSPARK + "worker_memory_check.py"
}
}

0 comments on commit 5f6aaf8

Please sign in to comment.