Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 69087 invoked from network); 30 Jun 2009 19:21:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 19:20:59 -0000 Received: (qmail 93330 invoked by uid 500); 30 Jun 2009 19:21:09 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 93228 invoked by uid 500); 30 Jun 2009 19:21:09 -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 93203 invoked by uid 500); 30 Jun 2009 19:21:09 -0000 Delivered-To: apmail-hadoop-core-dev@hadoop.apache.org Received: (qmail 93195 invoked by uid 99); 30 Jun 2009 19:21:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 19:21:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 19:21:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 375F7234C045 for ; Tue, 30 Jun 2009 12:20:47 -0700 (PDT) Message-ID: <1659663928.1246389647225.JavaMail.jira@brutus> Date: Tue, 30 Jun 2009 12:20:47 -0700 (PDT) From: "Konstantin Shvachko (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-6123) hdfs script does not work after project split. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org hdfs script does not work after project split. ---------------------------------------------- Key: HADOOP-6123 URL: https://issues.apache.org/jira/browse/HADOOP-6123 Project: Hadoop Common Issue Type: Bug Components: scripts Affects Versions: 0.21.0 Reporter: Konstantin Shvachko Fix For: 0.21.0 There are problems running hdfs script from common. # Usage message for hdfs does not have "fs" option anymore. # There seem to be an undocumented option "dfs", but using it throws NoClassDefFoundError or ClassNotFoundException. # Same with other options e.g. name-node. May I am missing something here. How do we call ls these days? Do we need to move hdfs script to hdfs project. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.