Re: docker

2020-02-07 Thread Lou DeGenaro
n...@gmail.com> > Sent: Friday, February 7, 2020 7:13 AM > To: dev@crail.apache.org<mailto:dev@crail.apache.org> > Subject: Re: docker > > I have a VM and 2 terminals. > > terminal1: > [root@abbey-road ~]# docker run -it --network host -e > NAMENODE_HOST=localho

RE: docker

2020-02-07 Thread David Crespi
be persistent. Regards, David From: Lou DeGenaro<mailto:lou.degen...@gmail.com> Sent: Friday, February 7, 2020 7:13 AM To: dev@crail.apache.org<mailto:dev@crail.apache.org> Subject: Re: docker I have a VM and 2 terminals. terminal1: [root@abbey-road ~]# docker run -it --net

Re: docker

2020-02-07 Thread Lou DeGenaro
I have a VM and 2 terminals. terminal1: [root@abbey-road ~]# docker run -it --network host -e NAMENODE_HOST=localhost -e INTERFACE=eth5 apache/incubator-crail:1.2 namenode 20/02/07 14:27:04 INFO crail: initalizing namenode 20/02/07 14:27:04 INFO crail: crail.version 3101 ... terminal2: [root

RE: docker

2020-02-07 Thread David Crespi
pache.org> Subject: Re: docker Thanks, that helps! I've got docker namenode and datanode running on same VM and they seem to be working. There does not seem to be a docker image for an app, though. I guess I'll try to download and run the iobench app...and maybe try to turn it into a d

Re: docker

2020-02-07 Thread Lou DeGenaro
Thanks, that helps! I've got docker namenode and datanode running on same VM and they seem to be working. There does not seem to be a docker image for an app, though. I guess I'll try to download and run the iobench app...and maybe try to turn it into a docker image? Lou. On Fri, F

RE: docker

2020-02-07 Thread David Crespi
Excellent and sorry, should have been more specific. The docker hub website for apache-/incubator-crail. https://hub.docker.com/r/apache/incubator-crail/tags Regards, David From: Lou DeGenaro<mailto:lou.degen...@gmail.com> Sent: Friday, February 7, 2020 6:18 AM T

Re: docker

2020-02-07 Thread Lou DeGenaro
Not seeing where the tags tab is, but your suggestion worked! [root@abbey-road ~]# docker pull apache/incubator-crail:1.2 1.2: Pulling from apache/incubator-crail 2746a4a261c9: Pull complete 4c1d20cdee96: Pull complete 0d3160e1d0de: Pull complete c8e37668deea: Pull complete 197ed90b6875: Pull

RE: docker

2020-02-07 Thread David Crespi
Lou, If you look under the tags tab of the website, you’d see that they are tagging the versions. What you want is: docker pull apache/incubator-crail:1.2 That will pull down the latest version of crail. Regards, David From: Lou DeGenaro<mailto:lou.degen...@gmail.com> Sent:

Re: docker

2020-02-07 Thread Lou DeGenaro
David, Thanks, but still no joy. Something I need to configure to make docker happy? = [root@abbey-road ~]# docker pull apache/incubator-crail Using default tag: latest Error response from daemon: manifest for apache/incubator-crail:latest not found = I can run tomcat: [root@abbey

RE: docker

2020-02-06 Thread David Crespi
Lou, The repo is incorrect. You should be pulling from “apache/incubator-crail” Here’s their docker image: https://hub.docker.com/r/apache/incubator-crail Regards, David From: Lou DeGenaro<mailto:lou.degen...@gmail.com> Sent: Thursday, February 6, 2020 11:20 AM To: dev@crail.apac

docker

2020-02-06 Thread Lou DeGenaro
I'm a noob to crail and not much better with docker, however I am able to: [root@abbey-road ~]# docker run hello-world Unable to find image 'hello-world:latest' locally latest: Pulling from library/hello-world 1b930d010525: Pull complete

[GitHub] [incubator-crail] PepperJo commented on a change in pull request #79: Docker disni version

2019-06-25 Thread GitBox
PepperJo commented on a change in pull request #79: Docker disni version URL: https://github.com/apache/incubator-crail/pull/79#discussion_r297150035 ## File path: docker/RDMA/Dockerfile ## @@ -17,14 +17,14 @@ FROM apache/incubator-crail:1.1 MAINTAINER Apache Crail

[GitHub] [incubator-crail] PepperJo merged pull request #79: Docker disni version

2019-06-25 Thread GitBox
PepperJo merged pull request #79: Docker disni version URL: https://github.com/apache/incubator-crail/pull/79 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-crail] asqasq commented on a change in pull request #79: Docker disni version

2019-06-25 Thread GitBox
asqasq commented on a change in pull request #79: Docker disni version URL: https://github.com/apache/incubator-crail/pull/79#discussion_r297142699 ## File path: docker/RDMA/Dockerfile ## @@ -17,14 +17,14 @@ FROM apache/incubator-crail:1.1 MAINTAINER Apache Crail

[GitHub] [incubator-crail] PepperJo commented on a change in pull request #79: Docker disni version

2019-06-25 Thread GitBox
PepperJo commented on a change in pull request #79: Docker disni version URL: https://github.com/apache/incubator-crail/pull/79#discussion_r297141932 ## File path: docker/RDMA/Dockerfile ## @@ -17,14 +17,14 @@ FROM apache/incubator-crail:1.1 MAINTAINER Apache Crail

[GitHub] [incubator-crail] PepperJo commented on a change in pull request #79: Docker disni version

2019-06-25 Thread GitBox
PepperJo commented on a change in pull request #79: Docker disni version URL: https://github.com/apache/incubator-crail/pull/79#discussion_r297141597 ## File path: docker/RDMA/Dockerfile ## @@ -17,14 +17,14 @@ FROM apache/incubator-crail:1.1 MAINTAINER Apache Crail

[GitHub] [incubator-crail] asqasq commented on a change in pull request #79: Docker disni version

2019-06-25 Thread GitBox
asqasq commented on a change in pull request #79: Docker disni version URL: https://github.com/apache/incubator-crail/pull/79#discussion_r297140804 ## File path: docker/RDMA/Dockerfile ## @@ -17,14 +17,14 @@ FROM apache/incubator-crail:1.1 MAINTAINER Apache Crail

[GitHub] [incubator-crail] PepperJo opened a new pull request #79: Docker disni version

2019-06-25 Thread GitBox
PepperJo opened a new pull request #79: Docker disni version URL: https://github.com/apache/incubator-crail/pull/79 Automatically get libdisni version from DiSNI jar. Before we had to manually update the DiSNI version for building the native library on every release

[GitHub] [incubator-crail] asfgit closed pull request #78: Fix naming in Docker file

2019-06-25 Thread GitBox
asfgit closed pull request #78: Fix naming in Docker file URL: https://github.com/apache/incubator-crail/pull/78 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-crail] asqasq opened a new pull request #78: Fix naming in Docker file

2019-06-24 Thread GitBox
asqasq opened a new pull request #78: Fix naming in Docker file URL: https://github.com/apache/incubator-crail/pull/78 The wrong naming causes the docker build to fail. This commit fixes the naming and resolves issue https://issues.apache.org/jira/browse/CRAIL-99 Signed-off-by

[GitHub] [incubator-crail] MATRIX4284 closed pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-11 Thread GitBox
MATRIX4284 closed pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76 This is an automated

[GitHub] [incubator-crail] MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-11 Thread GitBox
MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500816820 Closing the PR

[GitHub] [incubator-crail] MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-11 Thread GitBox
MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500816898

[GitHub] [incubator-crail] MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-11 Thread GitBox
MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500729161 Hi Adrian, Thanks for your feedback . I will close this PR

[GitHub] [incubator-crail] asqasq commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-11 Thread GitBox
asqasq commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500727408 Hi Kaustav Actually I do understand the flow. This PR cannot

[GitHub] [incubator-crail] MATRIX4284 commented on a change in pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-10 Thread GitBox
MATRIX4284 commented on a change in pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#discussion_r292100015 ## File path: kubernetes/dockerfiles/crail

[GitHub] [incubator-crail] MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-10 Thread GitBox
MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500372754 Hi Adrian, I will publish the manual shortly once you have a look

[GitHub] [incubator-crail] MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-10 Thread GitBox
MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500371335 Hi Adrian, I will remove this python file as it is not getting

[GitHub] [incubator-crail] asqasq commented on a change in pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-10 Thread GitBox
asqasq commented on a change in pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#discussion_r291958143 ## File path: kubernetes/dockerfiles/crail-apache

[GitHub] [incubator-crail] MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-10 Thread GitBox
MATRIX4284 commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500366028 Hi Adrian, That code is commented .As i have rewritten the

[GitHub] [incubator-crail] asqasq commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-10 Thread GitBox
asqasq commented on issue #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#issuecomment-500364817 Please stop copying files randomly for other repositories. It seems

[GitHub] [incubator-crail] MATRIX4284 opened a new pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery

2019-06-09 Thread GitBox
MATRIX4284 opened a new pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76 Crail Kubernetes yaml and Docker build for Automatic Node Discovery

[GitHub] incubator-crail pull request #69: [Documentation] release doc add docker che...

2018-11-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-crail/pull/69 ---

[GitHub] incubator-crail pull request #69: [Documentation] release doc add docker che...

2018-11-26 Thread PepperJo
GitHub user PepperJo opened a pull request: https://github.com/apache/incubator-crail/pull/69 [Documentation] release doc add docker check Add step to update verions in Dockerfiles. Remove statement about renaming, it is not needed anymore. https://jira.apache.org/jira

[GitHub] incubator-crail pull request #45: Docker: fix base image url/tag and DiSNI v...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-crail/pull/45 ---

[GitHub] incubator-crail pull request #45: Docker: fix base image url/tag and DiSNI v...

2018-10-22 Thread PepperJo
GitHub user PepperJo opened a pull request: https://github.com/apache/incubator-crail/pull/45 Docker: fix base image url/tag and DiSNI version Fix base image url/tag and update DiSNI version to match version in pom file. https://jira.apache.org/jira/projects/CRAIL

[GitHub] incubator-crail issue #40: This commit fixes few minor issues for the docker...

2018-09-27 Thread asqasq
Github user asqasq commented on the issue: https://github.com/apache/incubator-crail/pull/40 Uploaded the new version with the changes as discussed. ---

[GitHub] incubator-crail issue #40: This commit fixes few minor issues for the docker...

2018-09-27 Thread PepperJo
Github user PepperJo commented on the issue: https://github.com/apache/incubator-crail/pull/40 Great Thx! ---

[GitHub] incubator-crail issue #40: This commit fixes few minor issues for the docker...

2018-09-27 Thread asqasq
Github user asqasq commented on the issue: https://github.com/apache/incubator-crail/pull/40 Sure, I will add the links. Ok, it is fine with me to copy to /crail instead of /home/crail. I think it does not matter as much, as long as the path is reasonably easy to use and gene

[GitHub] incubator-crail issue #40: This commit fixes few minor issues for the docker...

2018-09-27 Thread PepperJo
Github user PepperJo commented on the issue: https://github.com/apache/incubator-crail/pull/40 Can you add links to the JIRA issues in the commit message? Looking at the CRAIL_HOME again I think we should just copy it to /crail instead of /home/crail. What do you think? ---

[GitHub] incubator-crail pull request #33: Docker build: TCP and RDMA tier

2018-08-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-crail/pull/33 ---

[GitHub] incubator-crail issue #33: Docker build: TCP and RDMA tier

2018-07-26 Thread PepperJo
Github user PepperJo commented on the issue: https://github.com/apache/incubator-crail/pull/33 Just to give some background: If we want our docker images to be publish as the Apache user on the Docker Hub the docker build files need to be part of the Apache source repository. ---

[GitHub] incubator-crail pull request #33: Docker build: TCP and RDMA tier

2018-07-26 Thread PepperJo
GitHub user PepperJo opened a pull request: https://github.com/apache/incubator-crail/pull/33 Docker build: TCP and RDMA tier Docker build files for the TCP and RDMA tier. User can extend configuration to use NVMf or other tiers. Signed-off-by: Jonas Pfefferle You can

Re: Publish docker container

2018-07-24 Thread Jonas Pfefferle
Ok I will ask them. For now I published the images with my username: pepperjo/crail and pepperjo/crail_rdma To run the TCP tier: docker run -it --network host -e NAMENODE_HOST=hostname -e INTERFACE=ethXX pepperjo/crail namenode or similar depending on which network setup you use. For RDMA

Re: Publish docker container

2018-07-24 Thread Luciano Resende
Most likely you will need to contact infra for gaining access. Also, I would say that you want to publish only properly veted/released code. On Tue, Jul 24, 2018 at 5:19 AM Jonas Pfefferle wrote: > Hi @all > > I prepared two docker container images for the TCP and RDMA tier. I

Publish docker container

2018-07-24 Thread Jonas Pfefferle
Hi @all I prepared two docker container images for the TCP and RDMA tier. I want to publish them on Docker hub. I did some browsing and found https://hub.docker.com/u/apache can we publish/should/want our container there? What is the procedure? Thanks, Jonas