QnaList > Groups > Bigtop-User > Mar 2016
faq

Cannot Start Ignite

This is a followup on my previous mail about installation of Bigtop with
Ignite. As Cos figured out, Ignite is trying to install some weird
dependancies. I could not install it on CentOS 7, so I tried CentOS 6.6. It
seemed to install all the dependancies there, but still got an error about
Ignite service not being recognized:
*/sbin/service ignite-hadoop-service start' returned 1:
ignite-hadoop-service: unrecognized service*
So I checked and, while "ignite-hadoop-service" doesn't exist as a service,
"ignite-hadoop" does.
However, trying to start it, I get another error:
*# service ignite-hadoop start/etc/init.d/ignite-hadoop: line 37: .:
/etc/default/: is a directorybash: --config: command not foundFailed to
start . Return value: 3                          [FAILED]*
So this is where I am stuck now ... Have you guys installed Ignite
successfully?

asked Mar 25 2016 at 11:26

David Starina 's gravatar image



3 Replies for : Cannot Start Ignite
Is this related to https://issues.apache.org/jira/browse/BIGTOP-2165?
Konstantin, what did you do to solve this?

answered Mar 25 2016 at 11:34

David Starina 's gravatar image


So, trying to debug the "/etc/init.d/ignite-hadoop" script ...
It starts with:
*.
/lib/lsb/init-functionsBIGTOP_DEFAULTS_DIR=${BIGTOP_DEFAULTS_DIR-/etc/default}[
-n "${BIGTOP_DEFAULTS_DIR}" -a -r ${BIGTOP_DEFAULTS_DIR}/hadoop ] && .
${BIGTOP_DEFAULTS_DIR}/hadoop[ -n "${BIGTOP_DEFAULTS_DIR}" -a -r
${BIGTOP_DEFAULTS_DIR}/ ] && . ${BIGTOP_DEFAULTS_DIR}/*
Should the last line in fact be this?
*[ -n "${BIGTOP_DEFAULTS_DIR}" -a -r ${BIGTOP_DEFAULTS_DIR}/ ] && .
${BIGTOP_DEFAULTS_DIR}/ignite-hadoop*
basically clueless about shell scripting. Could the problem be in this line?
 *su -s /bin/bash $SVC_USER -c "cd $WORKING_DIR && $EXEC_PATH --config
'$CONF_DIR' start $DAEMON_FLAGS"*

answered Mar 25 2016 at 12:00

David Starina 's gravatar image


Looks like something went horribly wrong with this package indeed. You're
right with your analysis on the default line - the component name is gone
missing there.
BIGTOP-2165 seems to have something to do with it, but I haven't done anything
to fix it - basically I couldn't reproduce it and closed the JIRA as such. I
know I've promised to look into this issue but am still distracted with
dayjob, unfortunately. Will try to space a few moments during the weekend.
Thanks for the investigation!
  Cos

answered Mar 25 2016 at 12:08

Konstantin Boudnik 's gravatar image


Related discussions

Tagged

Group Bigtop-user

asked Mar 25 2016 at 11:26

active Mar 25 2016 at 12:08

posts:4

users:2

©2013 QnaList.com . QnaList is part of ZisaTechnologies LLC.