Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D858FD335 for ; Tue, 24 Jul 2012 02:22:36 +0000 (UTC) Received: (qmail 67655 invoked by uid 500); 24 Jul 2012 02:22:36 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 67496 invoked by uid 500); 24 Jul 2012 02:22:36 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 67389 invoked by uid 99); 24 Jul 2012 02:22:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 02:22:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C89B7140CCD for ; Tue, 24 Jul 2012 02:22:35 +0000 (UTC) Date: Tue, 24 Jul 2012 02:22:35 +0000 (UTC) From: "Eli Collins (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <1683258159.94006.1343096555825.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1182763559.14479.1337824300973.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Reopened] (HADOOP-8431) Running distcp wo args throws IllegalArgumentException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins reopened HADOOP-8431: --------------------------------- I just tried this and confirmed it still fails with the latest build. In the future please try to reproduce the issue before you close it. hadoop-3.0.0-SNAPSHOT $ ./bin/hadoop distcp 12/07/23 19:21:48 ERROR tools.DistCp: Invalid arguments: java.lang.IllegalArgumentException: Target path not specified at org.apache.hadoop.tools.OptionsParser.parse(OptionsParser.java:86) at org.apache.hadoop.tools.DistCp.run(DistCp.java:102) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) at org.apache.hadoop.tools.DistCp.main(DistCp.java:368) > Running distcp wo args throws IllegalArgumentException > ------------------------------------------------------ > > Key: HADOOP-8431 > URL: https://issues.apache.org/jira/browse/HADOOP-8431 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.0.0-alpha > Reporter: Eli Collins > Labels: newbie > > Running distcp w/o args results in the following: > {noformat} > hadoop-3.0.0-SNAPSHOT $ ./bin/hadoop distcp > 12/05/23 18:49:04 ERROR tools.DistCp: Invalid arguments: > java.lang.IllegalArgumentException: Target path not specified > at org.apache.hadoop.tools.OptionsParser.parse(OptionsParser.java:86) > at org.apache.hadoop.tools.DistCp.run(DistCp.java:102) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) > at org.apache.hadoop.tools.DistCp.main(DistCp.java:368) > Invalid arguments: Target path not specified > {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