Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 84452 invoked from network); 7 Aug 2007 15:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 15:08:22 -0000 Received: (qmail 2915 invoked by uid 500); 7 Aug 2007 15:08:21 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 2883 invoked by uid 500); 7 Aug 2007 15:08:21 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 2874 invoked by uid 99); 7 Aug 2007 15:08:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 08:08:21 -0700 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; Tue, 07 Aug 2007 15:08:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44FCB7141E2 for ; Tue, 7 Aug 2007 08:07:59 -0700 (PDT) Message-ID: <27586737.1186499279280.JavaMail.jira@brutus> Date: Tue, 7 Aug 2007 08:07:59 -0700 (PDT) From: "Marco Nicosia (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-1690) No way to programmatically determine hadoop version from binary distribution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org No way to programmatically determine hadoop version from binary distribution ---------------------------------------------------------------------------- Key: HADOOP-1690 URL: https://issues.apache.org/jira/browse/HADOOP-1690 Project: Hadoop Issue Type: New Feature Reporter: Marco Nicosia Priority: Minor Currently, there's no way (short of starting a hadoop daemon and looking at a web page) to tell what version of Hadoop binaries are installed in a given directory. It'd be great if there were a VERSION file or at least a hadoop-daemon.sh version directive. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.