You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/07/29 21:34:00 UTC

[jira] [Assigned] (SPARK-32487) Remove javax.ws.rs.NotFoundException from `import` in StagesResource/OneApplicationResource

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

Apache Spark reassigned SPARK-32487:
------------------------------------

    Assignee: Apache Spark

> Remove javax.ws.rs.NotFoundException from `import` in StagesResource/OneApplicationResource
> -------------------------------------------------------------------------------------------
>
>                 Key: SPARK-32487
>                 URL: https://issues.apache.org/jira/browse/SPARK-32487
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 3.1.0
>            Reporter: Dongjoon Hyun
>            Assignee: Apache Spark
>            Priority: Major
>
> To use `org.apache.spark.status.api.v1.NotFoundException`, we need the following.
> {code}
> -import javax.ws.rs._
> +import javax.ws.rs.{NotFoundException => _, _}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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