<#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <#include "*/generic.ftl"> <#macro page_head> <#if model.isOnlyImpersonationEnabled()> <#macro page_body> back

Query and Planning

${model.getProfile().query}

${model.profile.plan}

<#if model.isOnlyImpersonationEnabled()>

${model.getProfile().query}

<#if model.hasError()>

${model.getProfile().error?trim}

Failure node: ${model.getProfile().errorNode}

Error ID: ${model.getProfile().errorId}

Verbose Error Message

${model.getProfile().verboseError?trim}
<#assign queueName = model.getProfile().getQueueName() /> <#assign queued = queueName != "" && queueName != "-" />

Query Profile : ${model.getQueryId()}

<#if queued> <#if queued>
State Foreman Total FragmentsTotal Cost Queue
${model.getQueryStateDisplayName()} ${model.getProfile().getForeman().getAddress()} ${model.getProfile().getTotalFragments()}${model.getProfile().getTotalCost()} ${queueName}
<#if queued> <#if queued>
PlanningQueued Execution Total
${model.getPlanningDuration()}${model.getQueuedDuration()} ${model.getExecutionDuration()} ${model.getProfileDuration()}
<#assign options = model.getOptions()> <#if (options?keys?size > 0)>

Session Options

<#list options?keys as name>
Name Value
${name} ${options[name]}

Fragment Profiles

${model.getFragmentsOverview()?no_esc}
<#list model.getFragmentProfiles() as frag>
${frag.getContent()?no_esc}

Operator Profiles

${model.getOperatorsOverview()?no_esc}
<#list model.getOperatorProfiles() as op>
${op.getContent()?no_esc}
${op.getMetricsTable()?no_esc}

Full JSON Profile

JSON profile

    

<@page_html/>