Skip to content

Commit

Permalink
fix wrong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jun 11, 2024
1 parent d2921d6 commit 4466eb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
needs: [build-spark-base]
with:
OVERRIDE_REPO_NAME: spark-master
OVERRIDE_TAG_NAME: v3.3.0-hadoop3.3
OVERRIDE_TAG_NAME: 3.3.0-hadoop3.3
DOCKERFILE_LOCATION: "./spark/master/Dockerfile"
DOCKERFILE_BUILD_CONTEXT: "./spark/master"
USE_QUAY_ONLY: true
Expand Down
1 change: 0 additions & 1 deletion run_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def configure_core_site():
root = tree.getroot()
root.append(create_property('hadoop.tmp.dir', '{}/hdfs/tmp'.format(config.HADOOP_HOME)))
root.append(create_property('fs.default.name', config.HADOOP_URL))
root.append(create_property('fs.defaultFS', config.HADOOP_URL))
indent(root)
tree.write(core_site_path)

Expand Down

0 comments on commit 4466eb7

Please sign in to comment.