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

2018-09-19 Thread Elek, Marton (JIRA)


[ 
https://issues.apache.org/jira/browse/HDDS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620443#comment-16620443
 ] 

Elek, Marton commented on HDDS-508:
---

Marked as newbie. Ping me if you are interested and need more information. 
Would be happy to explain it in more details.

> 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
>Priority: Major
>  Labels: newbie
>
> 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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2018-09-19 Thread Dinesh Chitlangia (JIRA)


[ 
https://issues.apache.org/jira/browse/HDDS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620714#comment-16620714
 ] 

Dinesh Chitlangia commented on HDDS-508:


[~elek] - This can be achieved by replacing
{code:java}
RUN apt-get update && apt-get install -y jq curl python sudo && apt-get clean
{code}
with
{code:java}
RUN apt-get update && apt-get install -y jq curl python python-pip sudo && 
apt-get clean
RUN pip install robotframework{code}
Let me know if there is gap in understanding.

> 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
>Priority: Major
>  Labels: newbie
>
> 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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2018-09-19 Thread Elek, Marton (JIRA)


[ 
https://issues.apache.org/jira/browse/HDDS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16620738#comment-16620738
 ] 

Elek, Marton commented on HDDS-508:
---

Yes, it looks good to me. 

> 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
>Assignee: Dinesh Chitlangia
>Priority: Major
>  Labels: newbie
>
> 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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2018-09-19 Thread Dinesh Chitlangia (JIRA)


[ 
https://issues.apache.org/jira/browse/HDDS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621016#comment-16621016
 ] 

Dinesh Chitlangia commented on HDDS-508:


[~elek] - Thanks for reporting the issue and the guidance.

I have broken down this into two tasks - HDDS-511 and HDDS-512 and posted 
respective patches for your review.

> 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
>Assignee: Dinesh Chitlangia
>Priority: Major
>  Labels: alpha2, newbie
>
> 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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2018-10-05 Thread Dinesh Chitlangia (JIRA)


[ 
https://issues.apache.org/jira/browse/HDDS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639880#comment-16639880
 ] 

Dinesh Chitlangia commented on HDDS-508:


[~elek] Marking this as resolved since the tasks have been completed and 
committed to trunk.

> 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
>Assignee: Dinesh Chitlangia
>Priority: Major
>  Labels: alpha2, newbie
> Fix For: 0.3.0
>
>
> 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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org