Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/11701#discussion_r56409783 --- Diff: python/run-tests.py --- @@ -54,10 +54,27 @@ def print_red(text): LOGGER = logging.getLogger() -def run_individual_python_test(test_name, pyspark_python): +def get_spark_dist_classpath(): + original_working_dir = os.getcwd() + os.chdir(SPARK_HOME) + cp = subprocess_check_output( + ["./build/sbt", "-Phive", "export assembly/managedClasspath"], universal_newlines=True) --- End diff -- Potentially. I'll make a note to take a look at this.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org