Greetings Economists,
On Jan 11, 2008, at 10:01 AM, Shane Mage wrote:
This, of course, requires a huge dose of government enterprise and
economic planning.
Doyle;
I assume the pressure to move would come from people seeing global
warming encroaches. I don't think this is especially useful as a
socialist project for organizing, but maybe a left could consolidate a
practical program for the public debate that might win some positive
results? I mean a resurgent left of some sort not yet visible.
Doyle
From [EMAIL PROTECTED] Fri Jan 11 14:05:07 2008
Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Fri, 11 Jan 2008 14:05:07 -0800
Received: from exprod5mx209.postini.com ([64.18.0.68] helo=psmtp.com)
by gen7.mail-archive.com with smtp (Exim 4.50)
id 1JDOOB-0000jp-8U
for [EMAIL PROTECTED]; Fri, 11 Jan 2008 10:13:56 -0800
Received: from source ([140.211.11.2]) by exprod5mx209.postini.com
([64.18.4.10]) with SMTP;
Fri, 11 Jan 2008 10:13:55 PST
Received: (qmail 66938 invoked by uid 500); 11 Jan 2008 18:13:44 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Help: <mailto:[EMAIL PROTECTED]>
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Id: <hadoop-dev.lucene.apache.org>
Reply-To: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 66929 invoked by uid 99); 11 Jan 2008 18:13:44 -0000
Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 10:13:44 -0800
X-ASF-Spam-Status: No, hits=-100.0 required=10.0
tests=ALL_TRUSTED
X-Spam-Check-By: apache.org
Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4)
by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 18:13:28 +0000
Received: from brutus (localhost [127.0.0.1])
by brutus.apache.org (Postfix) with ESMTP id 6511371425D
for <[EMAIL PROTECTED]>; Fri, 11 Jan 2008 10:13:34 -0800 (PST)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 11 Jan 2008 10:13:34 -0800 (PST)
From: "Hairong Kuang (JIRA)" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [jira] Commented: (HADOOP-2575) Shell command ls should support
option -d
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Virus-Checked: Checked by ClamAV on apache.org
X-pstn-neptune: 0/0/0.00/0
X-pstn-levels: (S:99.90000/99.90000 R:95.9108 P:95.9108 M:97.0282 C:98.6951
)
X-pstn-settings: 4 (1.5000:1.5000) s gt3 gt2 gt1 r p m c
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10]
[ https://issues.apache.org/jira/browse/HADOOP-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558052#action_12558052 ]
Hairong Kuang commented on HADOOP-2575:
---------------------------------------
When you run "bin/hadoop dfs -ls" from the command line, you are executing the
shell command.
Shell command ls should support option -d
-----------------------------------------
Key: HADOOP-2575
URL: https://issues.apache.org/jira/browse/HADOOP-2575
Project: Hadoop
Issue Type: New Feature
Components: fs
Affects Versions: 0.15.2
Reporter: Hairong Kuang
Fix For: 0.16.0
Shell command "ls" currently does not support option -d. Meanwhile the shell supports command
"stat", but needs to supply the print format specifying which attributes to print on the screen. It's hard to
use and in addition it does not support printing the file permissions. So I would like to propose that the shell
supports "ls -d" and deprecates the command "stat".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.