You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/07/10 02:10:06 UTC

[jira] [Assigned] (AMBARI-6447) Waiting to start ambari server should print output

     [ https://issues.apache.org/jira/browse/AMBARI-6447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srimanth Gunturi reassigned AMBARI-6447:
----------------------------------------

    Assignee: Srimanth Gunturi

> Waiting to start ambari server should print output
> --------------------------------------------------
>
>                 Key: AMBARI-6447
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6447
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>
> When you start ambari server, Ambari 1.6.1 shows a message "Waiting for server start...". For the time it's waiting (and polling each second for the process to start-up), there is no feedback to the user. 
> 1) Move Server PID, out and log above the waiting. That way, I see this info right away (before having to wait for start).
> [root@c6403 repos]# ambari-server start
> Using python  /usr/bin/python2.6
> Starting ambari-server
> Ambari Server running with 'root' privileges.
> Organizing resource files at /var/lib/ambari-server/resources...
> Server PID at: /var/run/ambari-server/ambari-server.pid
> Server out at: /var/log/ambari-server/ambari-server.out
> Server log at: /var/log/ambari-server/ambari-server.log
> Waiting for server start...
> 2) After each second, just add a period to the start... to show progress.
> 3) When you are done, it will look like this
> [root@c6403 repos]# ambari-server start
> Using python  /usr/bin/python2.6
> Starting ambari-server
> Ambari Server running with 'root' privileges.
> Organizing resource files at /var/lib/ambari-server/resources...
> Server PID at: /var/run/ambari-server/ambari-server.pid
> Server out at: /var/log/ambari-server/ambari-server.out
> Server log at: /var/log/ambari-server/ambari-server.log
> Waiting for server start............
> Ambari Server 'start' completed successfully.



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