We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d738df7 commit 0a03c16Copy full SHA for 0a03c16
python/pyspark/testing/utils.py
@@ -104,6 +104,8 @@ def close(self):
104
105
106
def search_jar(project_relative_path, sbt_jar_name_prefix, mvn_jar_name_prefix):
107
+ # Note that 'sbt_jar_name_prefix' and 'mvn_jar_name_prefix' are used since the prefix can
108
+ # vary for SBT or Maven specifically. See also SPARK-26856
109
project_full_path = os.path.join(
110
os.environ["SPARK_HOME"], project_relative_path)
111
0 commit comments