Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 38454200CCC for ; Fri, 21 Jul 2017 22:37:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 364EC16DDCF; Fri, 21 Jul 2017 20:37:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7304016DDCB for ; Fri, 21 Jul 2017 22:37:24 +0200 (CEST) Received: (qmail 57447 invoked by uid 500); 21 Jul 2017 20:37:23 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 57436 invoked by uid 99); 21 Jul 2017 20:37:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2017 20:37:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8089ADFC34; Fri, 21 Jul 2017 20:37:22 +0000 (UTC) From: lstav To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org Message-ID: Subject: [GitHub] accumulo pull request #282: Added version to the REST API Content-Type: text/plain Date: Fri, 21 Jul 2017 20:37:22 +0000 (UTC) archived-at: Fri, 21 Jul 2017 20:37:25 -0000 GitHub user lstav opened a pull request: https://github.com/apache/accumulo/pull/282 Added version to the REST API Added Tserver Accumulo version to the REST API as discussed in #280. This does not display the version on the Monitor, but it can be seen when making the REST api call. I can add another column to display it if people want it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lstav/accumulo restEndpoint Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/282.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #282 ---- commit c4d70f313b0ed4083b2bb789c21197e6d2a40dff Author: Luis Tavarez Date: 2017-07-21T20:31:48Z Added version to the REST API ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---