[ 
https://issues.apache.org/jira/browse/SPARK-46140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun resolved SPARK-46140.
-----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 44057
[https://github.com/apache/spark/pull/44057]

> Remove no longer needed JVM module options from the test submission options 
> of `HiveExternalCatalogVersionsSuite`
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-46140
>                 URL: https://issues.apache.org/jira/browse/SPARK-46140
>             Project: Spark
>          Issue Type: Task
>          Components: SQL, Tests
>    Affects Versions: 4.0.0
>            Reporter: Yang Jie
>            Assignee: Yang Jie
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> Complete TODO:
> {code:java}
> val args = Seq(
>   "--name", "prepare testing tables",
>   "--master", "local[2]",
>   "--conf", s"${UI_ENABLED.key}=false",
>   "--conf", s"${MASTER_REST_SERVER_ENABLED.key}=false",
>   "--conf", s"${HiveUtils.HIVE_METASTORE_VERSION.key}=$hiveMetastoreVersion",
>   "--conf", s"${HiveUtils.HIVE_METASTORE_JARS.key}=maven",
>   "--conf", s"${WAREHOUSE_PATH.key}=${wareHousePath.getCanonicalPath}",
>   "--conf", s"spark.sql.test.version.index=$index",
>   "--driver-java-options", 
> s"-Dderby.system.home=${wareHousePath.getCanonicalPath} " +
>     // TODO SPARK-37159 Consider to remove the following
>     // JVM module options once the Spark 3.2 line is EOL.
>     JavaModuleOptions.defaultModuleOptions(),
>   tempPyFile.getCanonicalPath) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to