[
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686981#comment-16686981
]
Nigel Jones commented on RANGER-2254:
-------------------------------------
If it helps, my current docker scripts which botj build ranger, and then go
onto configuring it (in a very basic way, with admin server only) are at
[https://github.com/odpi/egeria/tree/master/open-metadata-resources/open-metadata-deployment/docker/ranger]
The intent is to automate deployment of a demo scenario using the egeria open
metadata project we're working on (which also will use atlas). I was hoping to
look at how we could add some ranger docker images that could be deployed for
use in future, but I'm still in the stages of getting the basics working. This
is now focussed around using k8s too.
Anyway I struggled a little recently with some of the build issues around
packaging, but the above script now does seem to work - so the first part may
be useful for you?
Nigel.
> Ranger haven't building by "build_ranger_using_docker.sh"
> ---------------------------------------------------------
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
> Issue Type: Bug
> Components: audit, Ranger
> Affects Versions: 1.2.0
> Environment: docker
> Reporter: Leonid
> Priority: Major
> Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install
> assembly:assembly
> {code}
> and had gotten this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
> (default) on project ranger: Too many files with unapproved license: 22 See
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger:
> Too many files with unapproved license: 22 See RAT report in:
> /ranger/target/rat.txt
> {code}
> if I have tried use *_-Drat.skip=true_* I had gotten many errors in Audit
> Component like *_error: cannot find symbol_*
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)