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:33:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17167509#comment-17167509 ] 

Apache Spark commented on SPARK-32487:
--------------------------------------

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/29293

> 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
>            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