Y. SREENIVASULU REDDY created HBASE-13490:
---------------------------------------------
Summary: Linux Command execution is failing while starting HBase
processes using hbase-daemon.sh file
Key: HBASE-13490
URL: https://issues.apache.org/jira/browse/HBASE-13490
Project: HBase
Issue Type: Bug
Components: scripts
Affects Versions: 1.0.0
Reporter: Y. SREENIVASULU REDDY
Assignee: Y. SREENIVASULU REDDY
Priority: Minor
Fix For: 2.0.0
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)