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 52A2E200B87 for ; Mon, 19 Sep 2016 21:22:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 51450160ADC; Mon, 19 Sep 2016 19:22:46 +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 B9C18160ACC for ; Mon, 19 Sep 2016 21:22:45 +0200 (CEST) Received: (qmail 82841 invoked by uid 500); 19 Sep 2016 19:22:44 -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 82379 invoked by uid 99); 19 Sep 2016 19:22:44 -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; Mon, 19 Sep 2016 19:22:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D7475E00D6; Mon, 19 Sep 2016 19:22:43 +0000 (UTC) From: milleruntime To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org Message-ID: Subject: [GitHub] accumulo pull request #154: ACCUMULO-4461: modified ClientOpts to prompt for... Content-Type: text/plain Date: Mon, 19 Sep 2016 19:22:43 +0000 (UTC) archived-at: Mon, 19 Sep 2016 19:22:46 -0000 GitHub user milleruntime opened a pull request: https://github.com/apache/accumulo/pull/154 ACCUMULO-4461: modified ClientOpts to prompt for missing password Created promptUser() to prompt the user on the console for a password if one is missing. If System.console is null, it will return null causing getToken() to return null (like it does currently). You can merge this pull request into a Git repository by running: $ git pull https://github.com/milleruntime/accumulo ACCUMULO-4461 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/accumulo/pull/154.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 #154 ---- commit 8d65fb5219cff62ce328eef99693c0bdc4c5c977 Author: milleruntime Date: 2016-09-16T19:58:49Z ACCUMULO-4461: modified ClientOpts to prompt for missing password ---- --- 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. ---