We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443e442 commit d55d4a6Copy full SHA for d55d4a6
1 file changed
Makefile
@@ -10,7 +10,7 @@ test:
10
ydata_profiling -h
11
12
test_spark:
13
- pytest --spark_home=${SPARK_HOME} tests/backends/spark_backend/
+ pytest tests/backends/spark_backend/
14
15
16
test_cov:
@@ -36,7 +36,7 @@ install-docs: install ### Installs regular and docs dependencies
36
37
install-spark-ci:
38
sudo apt-get update
39
- sudo apt-get -y install openjdk-8-jdk
+ sudo apt-get -y install openjdk-11-jdk
40
curl https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz \
41
--output ${SPARK_DIRECTORY}/spark.tgz
42
cd ${SPARK_DIRECTORY} && tar -xvzf spark.tgz && mv spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION} spark
0 commit comments