[jira] [Created] (HDFS-3160) httpfs should exec catalina instead of forking it

2012-03-28 Thread Roman Shaposhnik (Created) (JIRA)
httpfs should exec catalina instead of forking it
-

 Key: HDFS-3160
 URL: https://issues.apache.org/jira/browse/HDFS-3160
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.23.1
Reporter: Roman Shaposhnik
Assignee: Roman Shaposhnik
 Fix For: 0.23.2


In Bigtop we would like to start supporting constant monitoring of the running 
daemons (BIGTOP-263). It would be nice if Oozie can support that requirement by 
execing Catalina instead of forking it off. Currently we have to track down the 
actual process being monitored through the script that still hangs around.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-3057) httpfs launcher script should honor CATALINA_HOME and HADOOP_LIBEXEC_DIR

2012-03-06 Thread Roman Shaposhnik (Created) (JIRA)
httpfs launcher script should honor CATALINA_HOME and HADOOP_LIBEXEC_DIR


 Key: HDFS-3057
 URL: https://issues.apache.org/jira/browse/HDFS-3057
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: scripts
Affects Versions: 0.23.1
Reporter: Roman Shaposhnik
Assignee: Roman Shaposhnik
 Fix For: 0.23.2


In sbin/httpfs.sh the following should use CATALINA_HOME:

{noformat}
if [ ${HTTPFS_SILENT} != true ]; then
  ${CATALINA_BASE:-${BASEDIR}/share/hadoop/httpfs/tomcat}/bin/catalina.sh $@
else
  ${CATALINA_BASE:-${BASEDIR}/share/hadoop/httpfs/tomcat}/bin/catalina.sh 
$@  /dev/null
fi
{noformat}

and the following should honor HADOOP_LIBEXEC_DIR:

{noformat}
source ${BASEDIR}/libexec/httpfs-config.sh
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2761) Improve Hadoop subcomponent integration in Hadoop 0.23

2012-01-06 Thread Roman Shaposhnik (Created) (JIRA)
Improve Hadoop subcomponent integration in Hadoop 0.23
--

 Key: HDFS-2761
 URL: https://issues.apache.org/jira/browse/HDFS-2761
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build, hdfs client, scripts
Affects Versions: 0.23.0
Reporter: Roman Shaposhnik
Assignee: Roman Shaposhnik
 Fix For: 0.23.1


Please see HADOOP-7939 for a complete description and discussion. This JIRA is 
for patch tracking purposes only.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2377) hdfs script reporting Unrecognized option: -jvm

2011-09-27 Thread Roman Shaposhnik (Created) (JIRA)
hdfs script reporting Unrecognized option: -jvm
---

 Key: HDFS-2377
 URL: https://issues.apache.org/jira/browse/HDFS-2377
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Roman Shaposhnik


DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.

Unrecognized option: -jvm
Could not create the Java virtual machine.

The following chunk of code in hdfs script looks suspicious:

{nofromat}
 if [[ $EUID -eq 0 ]]; then
HADOOP_OPTS=$HADOOP_OPTS -jvm server $HADOOP_DATANODE_OPTS
  else
HADOOP_OPTS=$HADOOP_OPTS -server $HADOOP_DATANODE_OPTS
  fi
{noformat}

I'm really not sure what was meant by it

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira