You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by AhyoungRyu <gi...@git.apache.org> on 2016/11/29 16:53:07 UTC

[GitHub] zeppelin pull request #1703: [DOCS] Update Shiro conf file with new package ...

GitHub user AhyoungRyu opened a pull request:

    https://github.com/apache/zeppelin/pull/1703

    [DOCS] Update Shiro conf file with new package names in docs accordingly

    ### What is this PR for?
    Based on #1700, https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html#groups-and-permissions-optional needs be updated accordingly. 
    
    ```
    activeDirectoryRealm = org.apache.zeppelin.server.ActiveDirectoryGroupRealm
    ldapRealm = org.apache.zeppelin.server.LdapGroupRealm
    ```
     to 
    
    ```
    ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
    ldapRealm = org.apache.zeppelin.realm.LdapGroupRealm
    ```
    
    ### What type of PR is it?
    Documentation
    
    ### What is the Jira issue?
    N/A
    
    ### How should this be tested?
    No need to test this I guess. I just changed 3 words :D
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no
    


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

    $ git pull https://github.com/AhyoungRyu/zeppelin update/shiro-config-docs

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

    https://github.com/apache/zeppelin/pull/1703.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 #1703
    
----
commit 81591312dfb029e09b15621da7a786916a1de76e
Author: AhyoungRyu <fb...@hanmail.net>
Date:   2016-11-29T16:46:58Z

    Update Shiro conf file with new package names in docs accordinly

----


---
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.
---

[GitHub] zeppelin issue #1703: [DOCS] Update Shiro conf file with new package names i...

Posted by khalidhuseynov <gi...@git.apache.org>.
Github user khalidhuseynov commented on the issue:

    https://github.com/apache/zeppelin/pull/1703
  
    LGTM!


---
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.
---

[GitHub] zeppelin issue #1703: [DOCS] Update Shiro conf file with new package names i...

Posted by AhyoungRyu <gi...@git.apache.org>.
Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1703
  
    @khalidhuseynov Could you check this one?  :)


---
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.
---

[GitHub] zeppelin pull request #1703: [DOCS] Update Shiro conf file with new package ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zeppelin/pull/1703


---
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.
---

[GitHub] zeppelin issue #1703: [DOCS] Update Shiro conf file with new package names i...

Posted by AhyoungRyu <gi...@git.apache.org>.
Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1703
  
    @khalidhuseynov Thanks! 
    
    CI had been failed during downloading Spark  
    
    <img width="932" alt="screen shot 2016-11-30 at 8 06 03 pm" src="https://cloud.githubusercontent.com/assets/10060731/20750140/b0186c98-b738-11e6-8687-6697ced72a1e.png">
    
    ```
    
    The command "./testing/downloadSpark.sh 1.6.1 2.3" failed 3 times.
    
    
    
    The command "travis_retry ./testing/downloadSpark.sh $SPARK_VER $HADOOP_VER" failed and exited with 8 during .
    
    Your build has been stopped.
    ```
    
    Merge into master if there are no more comments. 


---
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.
---