[ https://issues.apache.org/jira/browse/HBASE-13490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Busbey updated HBASE-13490: -------------------------------- Affects Version/s: (was: 1.0.0) 1.1.0 2.0.0 0.98.11 > 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: 2.0.0, 1.1.0, 0.98.11 > Reporter: Y. SREENIVASULU REDDY > Assignee: Y. SREENIVASULU REDDY > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-13490.patch > > > 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)