You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Ruslan Dautkhanov (JIRA)" <ji...@apache.org> on 2017/03/06 19:49:33 UTC

[jira] [Created] (ZEPPELIN-2221) Spark jobs UI from the paragraph is broken in some cases

Ruslan Dautkhanov created ZEPPELIN-2221:
-------------------------------------------

             Summary: Spark jobs UI from the paragraph is broken in some cases
                 Key: ZEPPELIN-2221
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2221
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.7.0, 0.8.0
         Environment: Zeppelin from 3/1 master snapshot
            Reporter: Ruslan Dautkhanov


Discussed on PR-1663 for ZEPPELIN-1692
https://github.com/apache/zeppelin/pull/1663#issuecomment-283477396

When we click on any of Spark jobs UI from the paragraph links, 
link is leading to
{noformat}
http://hostname.domain.com:8088/proxy/application_1488384993892_0001/jobs/job/

and that error shows HTTP ERROR 400

Page reads

Problem accessing /jobs/job/.

Reason: requirement failed: Missing id parameter
Powered by Jetty://
{noformat}

A little bit more information - the link on paragprah leads to
{noformat}
http://10.20.32.57:28009/jobs/job?id=123

 Spark Driver UI.
Spark Driver web server then redirects to a link like I sent in my previous post,
and it misses job id in the redirected URL, i.e.

http://host.domain.com:8088/proxy/application_1488384993892_0044/jobs/job/
To your question on consistency - yes it happens in 100% cases, I never saw this new feature works for us.
Is this Spark version dependent or something? We're running CDH Spark 2.

{noformat}

According to https://github.com/apache/spark/pull/5947 URL format is different in YARN and non-YARN modes? Was PR-1663 for ZEPPELIN-1692 tested on both of these modes? Not sure what else might break those links.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)