himanshug commented on issue #9569: SSO support in Druid
URL: https://github.com/apache/druid/issues/9569#issuecomment-612328403
 
 
   @averma111 since https://github.com/apache/druid/pull/9675 is merged, you 
don't have to cherry pick anything.
   just get latest code in 0.18.0 branch and build that, something like this 
should work..
   
   ```
   git clone https://github.com/apache/druid.git
   cd druid
   git checkout origin/0.18.0
   mvn clean install -DskipTests
   cd distribution
   mvn clean install -Pdist
   # if all of  above worked then
   ls target/
   # should show, apache-druid-0.18.0-SNAPSHOT-bin.tar.gz , that you can 
experiment with
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to