From 77ab49b8575d2ebd678065fa70b0343d532ab9c2 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Mon, 4 Jan 2016 18:02:38 -0800 Subject: [SPARK-12600][SQL] Remove deprecated methods in Spark SQL Author: Reynold Xin Closes #10559 from rxin/remove-deprecated-sql. --- dev/run-tests.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'dev/run-tests.py') diff --git a/dev/run-tests.py b/dev/run-tests.py index 8726889cbc..acc9450586 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -425,12 +425,13 @@ def run_build_tests(): def run_sparkr_tests(): - set_title_and_block("Running SparkR tests", "BLOCK_SPARKR_UNIT_TESTS") + # set_title_and_block("Running SparkR tests", "BLOCK_SPARKR_UNIT_TESTS") - if which("R"): - run_cmd([os.path.join(SPARK_HOME, "R", "run-tests.sh")]) - else: - print("Ignoring SparkR tests as R was not found in PATH") + # if which("R"): + # run_cmd([os.path.join(SPARK_HOME, "R", "run-tests.sh")]) + # else: + # print("Ignoring SparkR tests as R was not found in PATH") + pass def parse_opts(): -- cgit v1.2.3