You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Sergio Kef (Jira)" <ji...@apache.org> on 2019/10/22 09:06:00 UTC

[jira] [Created] (RANGER-2628) build_ranger_using_docker.sh fails

Sergio Kef created RANGER-2628:
----------------------------------

             Summary: build_ranger_using_docker.sh fails 
                 Key: RANGER-2628
                 URL: https://issues.apache.org/jira/browse/RANGER-2628
             Project: Ranger
          Issue Type: Bug
          Components: build-infra, Ranger
    Affects Versions: 2.0.0
         Environment: - Java(TM) SE Runtime Environment (build 1.8.0_161-b12) 64-Bit Server VM mixed mode
- Python 3.6.9
- Linux Mint 19.2 (based on Ubuntu bionic)
- Linux kernel 4.15.0-62-generic
            Reporter: Sergio Kef


I'm trying to evaluate Apache Ranger by running a docker and creating a small demo.

I'm hitting too many walls, which is weird because Ranger is supposedly the main tool for providing Authentication on Hadoop ecosystem. This is a major issue for my company because we cannot move fwd with adopting a tool that we cannot even build.

 

Here is how to reproduce:
 * Download {{apache-atlas-2.0.0-sources.tar.gz}}
 * Unpack it
 * Run {{build_ranger_using_docker.sh}}
 * You will get

{quote}{{Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (generate-version-annotation) on project ranger-util: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "python" (in directory "/ranger/ranger-util"): error=2, No such file or directory}}
{quote}
 

Here is what I've tried:
 * Checking python is in my $PATH
 * Creating a virtual environment and hardcoding line 49 of {{pom.xml}}

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)