From reviews-return-1071147-archive-asf-public=cust-asf.ponee.io@spark.apache.org Fri Mar 27 02:44:49 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 09A99180637 for ; Fri, 27 Mar 2020 03:44:48 +0100 (CET) Received: (qmail 77357 invoked by uid 500); 27 Mar 2020 02:44:48 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 77345 invoked by uid 99); 27 Mar 2020 02:44:48 -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; Fri, 27 Mar 2020 02:44:48 +0000 From: GitBox To: reviews@spark.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bspark=5D_dongjoon-hyun_commented_on_a_change_in?= =?utf-8?q?_pull_request_=2327966=3A_=5BSPARK-31200=5D=5Bk8s=5D_Switch_htt?= =?utf-8?q?ps_for_debian_mirrors=2C_to_avoid_Mirror_sync_i=E2=80=A6?= Message-ID: <158527708834.25591.10865372071461425161.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Fri, 27 Mar 2020 02:44:48 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit dongjoon-hyun commented on a change in pull request #27966: [SPARK-31200][k8s] Switch https for debian mirrors, to avoid Mirror sync i… URL: https://github.com/apache/spark/pull/27966#discussion_r399004900 ########## File path: resource-managers/kubernetes/docker/src/main/dockerfiles/spark/Dockerfile ########## @@ -27,6 +27,9 @@ ARG spark_uid=185 # of the Spark distribution. E.g.: # docker build -t spark:latest -f kubernetes/dockerfiles/spark/Dockerfile . +RUN echo 'deb https://deb.debian.org/debian buster main' >/etc/apt/sources.list && \ + echo 'deb-src https://deb.debian.org/debian buster main' >>/etc/apt/sources.list Review comment: nit. - `>/etc/apt/sources.list` -> `> /etc/apt/sources.list` - `>>/etc/apt/sources.list` -> `>> /etc/apt/sources.list` ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org