[jira] [Resolved] (HADOOP-18780) Add tags 3.3/3.3.5 to the official Hadoop docker image

2023-06-22 Thread Wei-Chiu Chuang (Jira)


 [ 
https://issues.apache.org/jira/browse/HADOOP-18780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang resolved HADOOP-18780.
--
Resolution: Fixed

> Add tags 3.3/3.3.5 to the official Hadoop docker image
> --
>
> Key: HADOOP-18780
> URL: https://issues.apache.org/jira/browse/HADOOP-18780
> Project: Hadoop Common
>  Issue Type: Task
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Major
>  Labels: pull-request-available
>
> Our official docker repository has just two tags for the images: 2 and 3.
> Shall we add more tags to the images? For example Hadoop 3 has two release 
> lines: 3.2 and 3.3. And probably even maintenance release tags: 3.3.5, 3.3.6. 
> This way, downstream users will not have surprises when we make a new release.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



[jira] [Created] (HADOOP-18780) Add tag 3.3/3.3.5 for the official Hadoop docker image

2023-06-21 Thread Wei-Chiu Chuang (Jira)
Wei-Chiu Chuang created HADOOP-18780:


 Summary: Add tag 3.3/3.3.5 for the official Hadoop docker image
 Key: HADOOP-18780
 URL: https://issues.apache.org/jira/browse/HADOOP-18780
 Project: Hadoop Common
  Issue Type: Task
Reporter: Wei-Chiu Chuang


Our official docker repository has just two tags for the images: 2 and 3.

Shall we add more tags to the images? For example Hadoop 3 has two release 
lines: 3.2 and 3.3. And probably even maintenance release tags: 3.3.5, 3.3.6. 
This way, downstream users will not have surprises when we make a new release.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Re: Hadoop docker

2023-05-05 Thread Wei-Chiu Chuang
Very helpful. Thanks for the pointer!

On Fri, May 5, 2023 at 10:33 AM Ayush Saxena  wrote:

> Hi Wei-Chiu,
> We have branches for docker:
> Hadoop 3.x line:
> https://github.com/apache/hadoop/tree/docker-hadoop-3
> Hadoop 2.x line:
> https://github.com/apache/hadoop/tree/docker-hadoop-2
>
> We don't rely on Github Actions or so for docker, Infra takes care of
> publishing those images for us, using the branches above. The INFRA
> ticket which did that is
> https://issues.apache.org/jira/browse/INFRA-16163
>
> I was exploring some docker improvements at HADOOP-18682, that ain't
> very fancy but just thought I will explore more during some weekend,
> but couldn't find time to do so, feel free to drop any suggestions or
> ideas, I didn't pursue that actively though,  was just exploring.
>
> btw. same question on hadoop slack channel: [1]
>
> -Ayush
>
> [1]
> https://the-asf.slack.com/archives/CDSDT7A0H/p1683197830915329?thread_ts=1683191495.595649=CDSDT7A0H_ts=1683197830.915329
>
> On Fri, 5 May 2023 at 22:41, Wei-Chiu Chuang  wrote:
> >
> > Hi
> > I'm just curious about the official Hadoop docker images at DockerHub
> here:
> >
> https://hub.docker.com/layers/apache/hadoop/3/images/sha256-1c33d429560ebc1b4fba1d61758ff5c73a2c9027572568769f56a68c4eaadbf6?context=explore
> >
> > Who is maintaining it? The release howto wiki does not mention the docker
> > images so I wonder how they get updated. And where is the source of the
> > docker image.
> >
> > Regards,
> > Weichiu
>


Re: Hadoop docker

2023-05-05 Thread Ayush Saxena
Hi Wei-Chiu,
We have branches for docker:
Hadoop 3.x line:
https://github.com/apache/hadoop/tree/docker-hadoop-3
Hadoop 2.x line:
https://github.com/apache/hadoop/tree/docker-hadoop-2

We don't rely on Github Actions or so for docker, Infra takes care of
publishing those images for us, using the branches above. The INFRA
ticket which did that is
https://issues.apache.org/jira/browse/INFRA-16163

I was exploring some docker improvements at HADOOP-18682, that ain't
very fancy but just thought I will explore more during some weekend,
but couldn't find time to do so, feel free to drop any suggestions or
ideas, I didn't pursue that actively though,  was just exploring.

btw. same question on hadoop slack channel: [1]

-Ayush

[1] 
https://the-asf.slack.com/archives/CDSDT7A0H/p1683197830915329?thread_ts=1683191495.595649=CDSDT7A0H_ts=1683197830.915329

On Fri, 5 May 2023 at 22:41, Wei-Chiu Chuang  wrote:
>
> Hi
> I'm just curious about the official Hadoop docker images at DockerHub here:
> https://hub.docker.com/layers/apache/hadoop/3/images/sha256-1c33d429560ebc1b4fba1d61758ff5c73a2c9027572568769f56a68c4eaadbf6?context=explore
>
> Who is maintaining it? The release howto wiki does not mention the docker
> images so I wonder how they get updated. And where is the source of the
> docker image.
>
> Regards,
> Weichiu

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Hadoop docker

2023-05-05 Thread Wei-Chiu Chuang
Hi
I'm just curious about the official Hadoop docker images at DockerHub here:
https://hub.docker.com/layers/apache/hadoop/3/images/sha256-1c33d429560ebc1b4fba1d61758ff5c73a2c9027572568769f56a68c4eaadbf6?context=explore

Who is maintaining it? The release howto wiki does not mention the docker
images so I wonder how they get updated. And where is the source of the
docker image.

Regards,
Weichiu


[jira] [Created] (HADOOP-18682) Move hadoop docker scripts to dev-support

2023-03-25 Thread Ayush Saxena (Jira)
Ayush Saxena created HADOOP-18682:
-

 Summary: Move hadoop docker scripts to dev-support
 Key: HADOOP-18682
 URL: https://issues.apache.org/jira/browse/HADOOP-18682
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Ayush Saxena


Exploratory:
Coming from https://github.com/apache/hadoop/pull/5514
We have docker scripts maintained in a different branch. We can explore them to 
have as part of dev-support in our main source code.

They can be used for new users to try the code without the headache of building 
and doing crazy stuff, and can help in dev testing as well



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



[jira] [Created] (HADOOP-15610) Hadoop Docker Image Pip Install Fails

2018-07-16 Thread Jack Bearden (JIRA)
Jack Bearden created HADOOP-15610:
-

 Summary: Hadoop Docker Image Pip Install Fails
 Key: HADOOP-15610
 URL: https://issues.apache.org/jira/browse/HADOOP-15610
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Jack Bearden
Assignee: Jack Bearden


The Hadoop Docker image on trunk does not build. The package on the Ubuntu 
Xenial repo is out of date and fails and throws the following error when 
attempting to install pylint:

"You are using pip version 8.1.1, however version 10.0.1 is available"

I will be providing a patch shortly to correct this issue.



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

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org