From common-issues-return-210049-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Mon Nov 9 19:43:42 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 859A618065C for ; Mon, 9 Nov 2020 20:43:42 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id B0029650B1 for ; Mon, 9 Nov 2020 19:43:41 +0000 (UTC) Received: (qmail 5900 invoked by uid 500); 9 Nov 2020 19:43:40 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 5888 invoked by uid 99); 9 Nov 2020 19:43:40 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2020 19:43:40 +0000 From: =?utf-8?q?GitBox?= To: common-issues@hadoop.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bhadoop=5D_sunchao_commented_on_a_change_in_pull_re?= =?utf-8?q?quest_=232411=3A_HADOOP-17324=2E_Don=27t_relocate_org=2Ebouncycas?= =?utf-8?q?tle_in_shaded_client_jars?= Message-ID: <160495102049.15632.1964307986671242927.asfpy@gitbox.apache.org> Date: Mon, 09 Nov 2020 19:43:40 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: sunchao commented on a change in pull request #2411: URL: https://github.com/apache/hadoop/pull/2411#discussion_r520074799 ########## File path: hadoop-client-modules/hadoop-client-integration-tests/src/test/java/org/apache/hadoop/example/ITUseMiniCluster.java ########## @@ -44,6 +44,10 @@ import org.apache.hadoop.hdfs.web.WebHdfsTestUtil; import org.apache.hadoop.hdfs.web.WebHdfsConstants; +import org.apache.hadoop.yarn.server.MiniYARNCluster; Review comment: will fix. I was trying to follow the existing style though which separates imports based on package. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org