You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Elek, Marton (JIRA)" <ji...@apache.org> on 2018/09/19 10:36:00 UTC

[jira] [Created] (HDDS-508) Add robot framework to the apache/hadoop-runner baseimage

Elek, Marton created HDDS-508:
---------------------------------

             Summary: Add robot framework to the apache/hadoop-runner baseimage
                 Key: HDDS-508
                 URL: https://issues.apache.org/jira/browse/HDDS-508
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
          Components: test
            Reporter: Elek, Marton


In HDDS-352 we moved the acceptance tests to the dist folder. Currently the framework is not part of the base image we need to install it all the time.

See the following lines in the [test.sh|https://github.com/apache/hadoop/blob/trunk/hadoop-dist/src/main/smoketest/test.sh]:

{code}
docker-compose -f "$COMPOSE_FILE" exec datanode sudo apt-get update
docker-compose -f "$COMPOSE_FILE" exec datanode sudo apt-get install -y python-pip
docker-compose -f "$COMPOSE_FILE" exec datanode sudo pip install robotframework
{code}

This could be removed after we add these lines to the [docker file|https://github.com/apache/hadoop/blob/docker-hadoop-runner/Dockerfile]:




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org