[GitHub] accumulo pull request #153: ACCUMULO-4444: added check for null token in Con...

2016-09-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/accumulo/pull/153


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] accumulo pull request #153: ACCUMULO-4444: added check for null token in Con...

2016-09-15 Thread milleruntime
GitHub user milleruntime opened a pull request:

https://github.com/apache/accumulo/pull/153

ACCUMULO-: added check for null token in ConnectorImpl

Added check to ConnectorImpl constructor to prevent NPE.  Included 
"password is missing" in the message to make it more helpful for the CLI tools 
and since its the most likely reason as to why the Authentican token is null 
(see 
[org.apache.accumulo.core.cli.ClientOpts.getToken()](https://github.com/apache/accumulo/blob/1.7/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java#L127)).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/milleruntime/accumulo ACCUMULO-

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/accumulo/pull/153.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 #153


commit 0dc335b25933e35115cb4adf4fec7ec29753da47
Author: Mike Miller 
Date:   2016-09-15T18:43:33Z

ACCUMULO-: added check for null token in ConnectorImpl




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---