Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B4C3B200C6B for ; Tue, 18 Apr 2017 05:19:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B34DF160BAE; Tue, 18 Apr 2017 03:19:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 063B2160BAB for ; Tue, 18 Apr 2017 05:19:45 +0200 (CEST) Received: (qmail 99086 invoked by uid 500); 18 Apr 2017 03:19:45 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 99074 invoked by uid 99); 18 Apr 2017 03:19:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2017 03:19:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 86AAE18FCEF for ; Tue, 18 Apr 2017 03:19:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id QpeuQYHn9_gZ for ; Tue, 18 Apr 2017 03:19:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2FEB45FACA for ; Tue, 18 Apr 2017 03:19:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 58603E0BCD for ; Tue, 18 Apr 2017 03:19:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B3A5A21B51 for ; Tue, 18 Apr 2017 03:19:41 +0000 (UTC) Date: Tue, 18 Apr 2017 03:19:41 +0000 (UTC) From: "Mukul Kumar Singh (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-11649) Ozone: SCM: CLI: Add shell code placeholder classes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 18 Apr 2017 03:19:46 -0000 [ https://issues.apache.org/jira/browse/HDFS-11649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972059#comment-15972059 ] Mukul Kumar Singh commented on HDFS-11649: ------------------------------------------ [~vagarychen], the patch looks good. Some minor comments 1) 1024L*1024*1024 can be replaced with OzoneConsts.GB {code} + ContainerOperationClient.setContainerSizeB(containerSizeGB*1024L*1024*1024); + InetSocketAddress address = new InetSocketAddress(scmAddress, scmPort); {code} 2) Also an extra check should be added to the testNonExistCommand, to check that the help is printed correctly. > Ozone: SCM: CLI: Add shell code placeholder classes > ---------------------------------------------------- > > Key: HDFS-11649 > URL: https://issues.apache.org/jira/browse/HDFS-11649 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Chen Liang > Assignee: Chen Liang > Attachments: HDFS-11649-HDFS-7240.001.patch, HDFS-11649-HDFS-7240.002.patch, HDFS-11649-HDFS-7240.003.patch, HDFS-11649-HDFS-7240.004.patch, HDFS-11649-HDFS-7240.005.patch, HDFS-11649-HDFS-7240.006.patch > > > HDFS-11470 has outlined how the SCM CLI would look like. Based on the design, this JIRA adds the basic placeholder classes for all commands to be filled in. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org