You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/04/27 08:55:39 UTC

[jira] [Commented] (HBASE-13490) foreground daemon start re-executes ulimit output

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

Sean Busbey commented on HBASE-13490:
-------------------------------------

thanks for the patch [~sreenivasulureddy]!

> foreground daemon start re-executes ulimit output
> -------------------------------------------------
>
>                 Key: HBASE-13490
>                 URL: https://issues.apache.org/jira/browse/HBASE-13490
>             Project: HBase
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 2.0.0, 1.1.0, 0.98.11
>            Reporter: Y. SREENIVASULU REDDY
>            Assignee: Y. SREENIVASULU REDDY
>            Priority: Minor
>             Fix For: 2.0.0, 1.1.0, 0.98.13, 1.2.0
>
>         Attachments: HBASE-13490.patch
>
>
> Linux Command execution is failing while starting HBase processes using hbase-daemon.sh file
> While starting any HBase process (HMaster or Regionserver)
> ulimit command execution is failing.
> {code}
>  echo "`date` Starting $command on `hostname`" >> ${HBASE_LOGLOG}
>     `ulimit -a` >> "$HBASE_LOGLOG" 2>&1
> {code}
> Log message is follows.
> {noformat}
> Thu Apr 16 19:24:25 IST 2015 Starting regionserver on HOST-10
> /opt/hdfsdata/HA/install/hbase/regionserver/bin/hbase-daemon.sh: line 207: core: command not found
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)