Accumulo-Master - Build # 2157 - Fixed

2017-09-26 Thread Apache Jenkins Server
The Apache Jenkins build system has built Accumulo-Master (build #2157)

Status: Fixed

Check console output at https://builds.apache.org/job/Accumulo-Master/2157/ to 
view the results.

[jira] [Assigned] (ACCUMULO-4711) Merge 'Features' & 'Glossary' into 2.0 documentation

2017-09-26 Thread Christopher Tubbs (JIRA)

 [ 
https://issues.apache.org/jira/browse/ACCUMULO-4711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Tubbs reassigned ACCUMULO-4711:
---

Assignee: (was: Christopher Tubbs)

> Merge 'Features' & 'Glossary' into 2.0 documentation 
> -
>
> Key: ACCUMULO-4711
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4711
> Project: Accumulo
>  Issue Type: Bug
>  Components: website
>Affects Versions: 2.0.0
>Reporter: Mike Walch
>
> When Accumulo 2.0 is released, the 'Features' & 'Glossary' pages could become 
> pages under 'Getting Started' tab in the documentation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ACCUMULO-2907) Invalidate "this may not be applicable for your security setup" warning from initialize

2017-09-26 Thread Christopher Tubbs (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16181592#comment-16181592
 ] 

Christopher Tubbs commented on ACCUMULO-2907:
-

[~jmark99] Yes. The message should be suppressed only when the value of that 
property is the same in SiteConfiguration as it is in DefaultConfiguration.

>  Invalidate "this may not be applicable for your security setup" warning from 
> initialize
> 
>
> Key: ACCUMULO-2907
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2907
> Project: Accumulo
>  Issue Type: Improvement
>Reporter: Josh Elser
>Assignee: Mark Owens
>Priority: Minor
>  Labels: newbie
> Fix For: 2.0.0
>
>
> The warning that is printed about setting a root password may not be 
> applicable for your security setup is invalid because the plugable 
> authentication modules do not manage the root user and it is expected that 
> there will always be a local root user with a password.
> Remove the warning.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ACCUMULO-4703) Attempt to pull all dependencies to latest version

2017-09-26 Thread Michael Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16181514#comment-16181514
 ] 

Michael Miller commented on ACCUMULO-4703:
--

Some more information on upgrading dependencies... next up JCommander.
For now I will upgrade JCommand to 1.60.  Any versions after that (I tested 
with 1.64 and 1.72) are causing ShellConfigTest to fail and may contain a 
regression. It could perhaps just be a change in behavior but I wasn't going to 
change any code since there is an open issue: 
https://github.com/cbeust/jcommander/issues/365
I made a comment on the issue so maybe we will get a follow up soon.

> Attempt to pull all dependencies to latest version
> --
>
> Key: ACCUMULO-4703
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4703
> Project: Accumulo
>  Issue Type: Task
>Reporter: Keith Turner
>Assignee: Michael Miller
>Priority: Blocker
> Fix For: 2.0.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> This is issue is motivated by discussion in ACCUMULO-4701.   For 2.0.0 we 
> should attempt to use the latest version of any direct dependencies.   Not 
> doing so may force user to use older versions of dependencies with bugs and 
> security problems. 
> ACCUMULO-4701 provides an example of this where Accumulo using methods that 
> exist in an older version of Guava but are dropped in a new version prevent a 
> user from using newer Guava.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ACCUMULO-2907) Invalidate "this may not be applicable for your security setup" warning from initialize

2017-09-26 Thread Mark Owens (JIRA)

[ 
https://issues.apache.org/jira/browse/ACCUMULO-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16181012#comment-16181012
 ] 

Mark Owens commented on ACCUMULO-2907:
--

Is inspecting the value of the *Property.INSTANCE_SECURITY_AUTHENTICATOR* value 
a sufficient condition for determining the type of authentication used? If it 
uses the ZKAuthenticator should we suppress the message assuming a root 
password is needed and for all other authenticators leave the message in place?

>  Invalidate "this may not be applicable for your security setup" warning from 
> initialize
> 
>
> Key: ACCUMULO-2907
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2907
> Project: Accumulo
>  Issue Type: Improvement
>Reporter: Josh Elser
>Assignee: Mark Owens
>Priority: Minor
>  Labels: newbie
> Fix For: 2.0.0
>
>
> The warning that is printed about setting a root password may not be 
> applicable for your security setup is invalid because the plugable 
> authentication modules do not manage the root user and it is expected that 
> there will always be a local root user with a password.
> Remove the warning.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ACCUMULO-4711) Merge 'Features' & 'Glossary' into 2.0 documentation

2017-09-26 Thread Mike Walch (JIRA)
Mike Walch created ACCUMULO-4711:


 Summary: Merge 'Features' & 'Glossary' into 2.0 documentation 
 Key: ACCUMULO-4711
 URL: https://issues.apache.org/jira/browse/ACCUMULO-4711
 Project: Accumulo
  Issue Type: Bug
  Components: website
Affects Versions: 2.0.0
Reporter: Mike Walch
Assignee: Christopher Tubbs


When Accumulo 2.0 is released, the 'Features' & 'Glossary' pages could become 
pages under 'Getting Started' tab in the documentation. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] mikewalch closed pull request #26: Minor updates to 2.0 docs

2017-09-26 Thread git
mikewalch closed pull request #26: Minor updates to 2.0 docs
URL: https://github.com/apache/accumulo-website/pull/26
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services