ajaygk95 commented on a change in pull request #3277: [ZEPPELIN-2881] Fix OIDC logout URL: https://github.com/apache/zeppelin/pull/3277#discussion_r245274106
########## File path: docs/setup/basics/how_to_build.md ########## @@ -174,9 +180,9 @@ Bulid examples under zeppelin-examples directory Here are some examples with several options: ```bash -# build with spark-2.1, scala-2.11 +# build with spark-2.1, scala-2.11 and OIDC ./dev/change_scala_version.sh 2.11 -mvn clean package -Pspark-2.1 -Phadoop-2.4 -Pscala-2.11 -DskipTests +mvn clean package -Pspark-2.1 -Phadoop-2.4 -Pscala-2.11 -DskipTests -Poidc Review comment: Hello, We can add a small comment in the documentation telling that. Zeppelin built with -Poidc and shiro auth (basic Uname/pass) are mutually exclusive. ---------------------------------------------------------------- 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