You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2014/05/12 21:33:14 UTC

[jira] [Commented] (AMBARI-5742) View: Files support for optional username view parameter

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

Mahadev konar commented on AMBARI-5742:
---------------------------------------

+1 for the patch.

> View: Files support for optional username view parameter
> --------------------------------------------------------
>
>                 Key: AMBARI-5742
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5742
>             Project: Ambari
>          Issue Type: Bug
>          Components: controller
>    Affects Versions: 1.6.0
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>             Fix For: 1.6.0
>
>         Attachments: AMBARI-5742.patch
>
>
> Currently, the Files view always uses the viewContext.getUsername() for the user.
> Provide an optional view parameter for username. If set, use that. If not set, revert to current experience (use viewContext.getUsername()).
> Pseudo below for params. Also note the slight cleanup in parameter descriptions.
> {code}
>     <parameter>
>         <name>dataworker.defaultFs</name>
>         <description>The FileSystem URI (hdfs://yourNameNodeHost:port)</description>
>         <required>true</required>
>     </parameter>
>     <parameter>
>         <name>dataworker.username</name>
>         <description>The username (defaults to ViewContext username)</description>
>         <required>false</required>
>     </parameter>
>  {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)