You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Michael Smith (Code Review)" <ge...@cloudera.org> on 2022/07/18 23:32:32 UTC

[Impala-ASF-CR] IMPALA-9442: Add Ozone to minicluster

Hello Joe McDonnell, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18738

to look at the new patch set (#3).

Change subject: IMPALA-9442: Add Ozone to minicluster
......................................................................

IMPALA-9442: Add Ozone to minicluster

Adds Ozone as an alternative to hdfs in the minicluster. Select by
setting `export TARGET_FILESYSTEM=ozone`. With that flag,
run-mini-dfs.sh will start Ozone instead of HDFS. Requires a snapshot
because Ozone does not support HBase (HDDS-3589); snapshot loading
doesn't work yet primarily due to HDDS-5502.

Specifies reduced Ozone client retries during shutdown where Ozone may
not be available.

Change-Id: Ibf8b0f7b2d685d8b011df1926e12bf5434b5a2be
---
M bin/bootstrap_toolchain.py
M bin/clean.sh
M bin/create-test-configuration.sh
M bin/impala-config.sh
M fe/src/main/java/org/apache/impala/common/FileSystemUtil.java
M fe/src/test/resources/.gitignore
M testdata/bin/kill-hbase.sh
M testdata/bin/run-all.sh
M testdata/cluster/admin
M testdata/cluster/node_templates/common/etc/hadoop/conf/core-site.xml.py
A testdata/cluster/node_templates/common/etc/hadoop/conf/ozone-site.xml.tmpl
M testdata/cluster/node_templates/common/etc/init.d/common.tmpl
A testdata/cluster/node_templates/common/etc/init.d/ozone-common
A testdata/cluster/node_templates/common/etc/init.d/ozone-datanode
A testdata/cluster/node_templates/common/etc/init.d/ozone-manager
A testdata/cluster/node_templates/common/etc/init.d/ozone-scm
16 files changed, 225 insertions(+), 35 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/38/18738/3
-- 
To view, visit http://gerrit.cloudera.org:8080/18738
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibf8b0f7b2d685d8b011df1926e12bf5434b5a2be
Gerrit-Change-Number: 18738
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Smith <mi...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Michael Smith <mi...@cloudera.com>