[hbase] start command line option causes further command line options to be
ignored in REST
-------------------------------------------------------------------------------------------
Key: HADOOP-2710
URL: https://issues.apache.org/jira/browse/HADOOP-2710
Project: Hadoop Core
Issue Type: Bug
Components: contrib/hbase
Reporter: Bryan Duxbury
Priority: Minor
If you run
{code}
/apps/hadoop/contrib/hbase/bin/hbase rest start --port=42274
{code}
then rather than running REST on port 42274, it ignores the --port directive
and just starts REST on the default port. Detecting the start option should not
ignore the rest of the command line.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.