You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marco Gaido (JIRA)" <ji...@apache.org> on 2018/07/31 07:46:00 UTC

[jira] [Commented] (SPARK-24975) Spark history server REST API /api/v1/version returns error 404

    [ https://issues.apache.org/jira/browse/SPARK-24975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16563259#comment-16563259 ] 

Marco Gaido commented on SPARK-24975:
-------------------------------------

This seems a duplicate of SPARK-24188. Despite here I see that 2.3.1 is affected, while this should not be the case according to SPARK-24188. May you please check if 2.3.1 is actually affected and if not close this as duplicate? Thanks.

> Spark history server REST API /api/v1/version returns error 404
> ---------------------------------------------------------------
>
>                 Key: SPARK-24975
>                 URL: https://issues.apache.org/jira/browse/SPARK-24975
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.3.0, 2.3.1
>            Reporter: shanyu zhao
>            Priority: Major
>
> Spark history server REST API provides /api/v1/version, according to doc:
> [https://spark.apache.org/docs/latest/monitoring.html]
> However, for Spark 2.3, we see:
> {code:java}
> curl http://localhost:18080/api/v1/version
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
> <title>Error 404 Not Found</title>
> </head>
> <body><h2>HTTP ERROR 404</h2>
> <p>Problem accessing /api/v1/version. Reason:
> <pre> Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/>
> </body>
> {code}
> On a Spark 2.2 cluster, we see:
> {code:java}
> curl http://localhost:18080/api/v1/version
> {
> "spark" : "2.2.0"
> }{code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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