You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2023/11/29 01:44:00 UTC

[jira] [Updated] (SPARK-46140) Remove comments about JVM module options from the test submission options of `HiveExternalCatalogVersionsSuite`

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

Dongjoon Hyun updated SPARK-46140:
----------------------------------
    Summary: Remove comments about JVM module options from the test submission options of `HiveExternalCatalogVersionsSuite`  (was: Remove no longer needed JVM module options from the test submission options of `HiveExternalCatalogVersionsSuite`)

> Remove comments about 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org