You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Jay Shipper (JIRA)" <ji...@apache.org> on 2013/08/27 21:18:54 UTC

[jira] [Created] (ACCUMULO-1670) Init Scripts Should Redirect Bin Script Output to Console

Jay Shipper created ACCUMULO-1670:
-------------------------------------

             Summary: Init Scripts Should Redirect Bin Script Output to Console
                 Key: ACCUMULO-1670
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1670
             Project: Accumulo
          Issue Type: Improvement
          Components: scripts
            Reporter: Jay Shipper
            Priority: Minor


Output from bin scripts executed in init scripts is not shown on console during execution.  Showing that output would lead to easier diagnosis of problems with launching of processes.

For example,
{code}
/etc/init.d/accumulo-master start
{code}
does not show the output of
{code}
sudo -u accumulo /usr/lib/accumulo/bin/accumulo master --address <host ip>
{code}
The only output when it failed was the message "Failed", which masked the root cause (in my case, out of memory).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira