Skip to content

Commit

Permalink
Bump to Hadoop 3.3.4 for performance tests (#24550)
Browse files Browse the repository at this point in the history
* Use docker image under apache-beam-testing

* Decrease frequency of cron jobs to twice a day
  • Loading branch information
Abacn committed Dec 7, 2022
1 parent de16b05 commit fb06ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ private void createGCSFileBasedIOITTestJob(testJob) {
description(testJob.description)
common.setTopLevelMainJobProperties(delegate)
common.enablePhraseTriggeringFromPullRequest(delegate, testJob.githubTitle, testJob.githubTriggerPhrase)
common.setAutoJob(delegate, 'H H/6 * * *')
common.setAutoJob(delegate, 'H H/12 * * *')
InfluxDBCredentialsHelper.useCredentials(delegate)
additionalPipelineArgs = [
influxDatabase: InfluxDBCredentialsHelper.InfluxDBDatabaseName,
Expand Down Expand Up @@ -340,7 +340,7 @@ private void createHDFSFileBasedIOITTestJob(testJob) {
description(testJob.description)
common.setTopLevelMainJobProperties(delegate)
common.enablePhraseTriggeringFromPullRequest(delegate, testJob.githubTitle, testJob.githubTriggerPhrase)
common.setAutoJob(delegate, 'H H/6 * * *')
common.setAutoJob(delegate, 'H H/12 * * *')
InfluxDBCredentialsHelper.useCredentials(delegate)
additionalPipelineArgs = [
influxDatabase: InfluxDBCredentialsHelper.InfluxDBDatabaseName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
spec:
containers:
- name: datanode
image: szewi/kubernetes-hadoop:2.7.1
image: gcr.io/apache-beam-testing/kubernetes-hadoop:3.3.4
imagePullPolicy: Always
env:
- name: NODE_TYPE
Expand Down Expand Up @@ -108,7 +108,7 @@ spec:
hostname: namenode-0
subdomain: hadoop-namenodes
containers:
- image: szewi/kubernetes-hadoop:2.7.1
- image: gcr.io/apache-beam-testing/kubernetes-hadoop:3.3.4
imagePullPolicy: Always
name: namenode
env:
Expand Down

0 comments on commit fb06ef3

Please sign in to comment.