Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 158A41744A for ; Fri, 10 Oct 2014 15:58:34 +0000 (UTC) Received: (qmail 3709 invoked by uid 500); 10 Oct 2014 15:58:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 3665 invoked by uid 500); 10 Oct 2014 15:58:33 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 3653 invoked by uid 99); 10 Oct 2014 15:58:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 15:58:33 +0000 Date: Fri, 10 Oct 2014 15:58:33 +0000 (UTC) From: "Aleksandr Kovalenko (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-7730) Slider View: Provide more detailed tooltips for view parameters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167029#comment-14167029 ] Aleksandr Kovalenko commented on AMBARI-7730: --------------------------------------------- committed to trunk and branch-1.7.0 > Slider View: Provide more detailed tooltips for view parameters > --------------------------------------------------------------- > > Key: AMBARI-7730 > URL: https://issues.apache.org/jira/browse/AMBARI-7730 > Project: Ambari > Issue Type: Bug > Components: ambari-admin > Affects Versions: 1.7.0 > Reporter: Aleksandr Kovalenko > Assignee: Aleksandr Kovalenko > Fix For: 1.7.0 > > Attachments: AMBARI-7730.patch, AMBARI-7730_branch-1.7.0.patch > > > The tooltip message should be aligned to the left (not center). > Also, the following tooltip should be used for the parameters > * {{slider.user}} {code}User this view instance should run as. Specifying an empty value runs view as YARN service user (for example 'yarn'). Specifying '${username}' runs the view as the currently logged in user. Specifying any other value runs the view as that user. > Administrators should check that the HDFS home folder for that user is created and accessible.{code} > * {{view.kerberos.principal}} - {code}Kerberos principal associated with this view. For example: ambari/_HOST@EXAMPLE.COM. > Administrators should make sure that HDFS service has the 'hadoop.proxyuser.[user].groups' and 'hadoop.proxyuser.[user].hosts' configs populated in 'core-site.xml'.{code} > * {{view.kerberos.principal.keytab}} - {code}Path to the Kerberos principal keytab used for view's user. For example: /etc/security/keytabs/ambari.headless.keytab > Administrators should make sure that HDFS service has the 'hadoop.proxyuser.[user].groups' and 'hadoop.proxyuser.[user].hosts' configs populated in 'core-site.xml'.{code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)