This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 273a627692 HDDS-12686. Remove output of OzoneAddress in --verbose mode
CLI (#8153)
273a627692 is described below
commit 273a627692748530a55bf26eb13efad7b1306122
Author: Sarveksha Yeshavantha Raju
<[email protected]>
AuthorDate: Wed Mar 26 02:39:46 2025 +0530
HDDS-12686. Remove output of OzoneAddress in --verbose mode CLI (#8153)
---
.../cli-shell/src/main/java/org/apache/hadoop/ozone/shell/Handler.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/Handler.java
b/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/Handler.java
index 4bd653f854..6308aff08c 100644
---
a/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/Handler.java
+++
b/hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/Handler.java
@@ -68,9 +68,6 @@ public Void call() throws Exception {
OzoneAddress address = getAddress();
try (OzoneClient client = createClient(address)) {
- if (isVerbose()) {
- address.print(out());
- }
execute(client, address);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]