You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Sandeep Nemuri (JIRA)" <ji...@apache.org> on 2018/08/27 08:17:00 UTC

[jira] [Created] (AMBARI-24544) Spark2 Job History Server Quick links Hard Coded to http_only

Sandeep Nemuri created AMBARI-24544:
---------------------------------------

             Summary: Spark2 Job History Server Quick links Hard Coded to http_only
                 Key: AMBARI-24544
                 URL: https://issues.apache.org/jira/browse/AMBARI-24544
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.7.0
            Reporter: Sandeep Nemuri


Spark2 Job History Server Quick links Hard Coded to http_only
{code:java}
{
name: "default",
description: "default quick links configuration",
configuration: 
{
protocol: 
{
type: "HTTP_ONLY"
},
links: 
[
{
name: "spark2_history_server_ui",
label: "Spark2 History Server UI",
component_name: "SPARK2_JOBHISTORYSERVER",
requires_user_name: "false",
url: "%@://%@:%@",
port: 
{
http_property: "spark.history.ui.port",
http_default_port: "18081",
https_property: "spark.history.ui.port",
https_default_port: "18081",
regex: "^(\d+)$",
site: "spark2-defaults"
}
}
]
}
}
{code}



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