[
https://issues.apache.org/jira/browse/HADOOP-10901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079514#comment-14079514
]
Allen Wittenauer commented on HADOOP-10901:
-------------------------------------------
Nope. This is about fixing shell code that currently looks like this:
{code}
lsSnapshottableDir)
{code}
to look like this:
{code}
ls[Ss]napshottable[Dd]ir)
{code}
so that a user doesn't have to hit their shift key to type
{code}
hdfs lsSnapshottableDir
{code}
and instead can type
{code}
hdfs lssnapshottabledir
{code}
like all sane Unix commands.
> provide un-camelCased versions of shell commands
> ------------------------------------------------
>
> Key: HADOOP-10901
> URL: https://issues.apache.org/jira/browse/HADOOP-10901
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Allen Wittenauer
>
> There is a heavy disposition to do camelCase subcommands because it reflects
> what is in the Java code. However, it is very counter to the shell. We
> should replace the case options to accept both the camelCase and the fully
> lowercase options.
--
This message was sent by Atlassian JIRA
(v6.2#6252)