Ayush Saxena created HADOOP-17310:
-------------------------------------
Summary: Touch command with -c option is broken
Key: HADOOP-17310
URL: https://issues.apache.org/jira/browse/HADOOP-17310
Project: Hadoop Common
Issue Type: Bug
Reporter: Ayush Saxena
Assignee: Ayush Saxena
The touch command has an option -c :
{noformat}
touch
Usage: hadoop fs -touch [-a] [-m] [-t TIMESTAMP] [-c] URI [URI ...]{noformat}
Ref : [https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/FileSystemShell.html#touch]
But on using it, it gives error as :
{noformat}
-touch: Illegal option -c
Usage: hadoop fs [generic options]{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org
|