Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 400B0D582 for ; Tue, 14 May 2013 14:42:13 +0000 (UTC) Received: (qmail 16823 invoked by uid 500); 14 May 2013 14:42:09 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 16582 invoked by uid 500); 14 May 2013 14:42:08 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 16568 invoked by uid 99); 14 May 2013 14:42:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 14:42:08 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jane.wayne2978@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-ob0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 14:42:03 +0000 Received: by mail-ob0-f172.google.com with SMTP id tb18so644019obb.31 for ; Tue, 14 May 2013 07:41:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=6tTUoFMvoxZpdu07ou3v+Y26rNFbfsUAdxvDe8sGVkg=; b=B174VZxzQNckOGbCm0si8Nlm+SVx20QMvQK2LvSk4+fDwD0snHmGYXqYL2zm3C1jam SHEvlgXXcTQ5pXndpo9ZnCu854gUwPyB7hhfu7ZYnqqomVnj9kNpiBeANpvz7b/W9nsB u8npX1mZkhqIoNnw+llkMmhdAocxD2YeSSgXXO76fIun/jKH81mY+kwKt5sgn/pdLxn6 nkMlJjQ0I/mOp67nUABKdFwqHhnfv3xVxeG6mTLRfhTRDFxEOwNa3f5NQiOwI6ix3Zrx 8E3+tdlXlklGXa1+2h8Vqu/dmJok9rjR8xa26NLD2aq/rJSAhYVbJK5A7B+CTffWC1tp htYA== MIME-Version: 1.0 X-Received: by 10.60.125.161 with SMTP id mr1mr16214117oeb.24.1368542502782; Tue, 14 May 2013 07:41:42 -0700 (PDT) Received: by 10.76.68.167 with HTTP; Tue, 14 May 2013 07:41:42 -0700 (PDT) Date: Tue, 14 May 2013 10:41:42 -0400 Message-ID: Subject: how to get the time of a hadoop cluster, v0.20.2 From: Jane Wayne To: common-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi all, is there a way to get the current time of a hadoop cluster via the api? in particular, getting the time from the namenode or jobtracker would suffice. i looked at JobClient but didn't see anything helpful.