From issues-return-154218-archive-asf-public=cust-asf.ponee.io@hive.apache.org Wed Mar 27 09:25:03 2019 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AF63018077F for ; Wed, 27 Mar 2019 10:25:02 +0100 (CET) Received: (qmail 31899 invoked by uid 500); 27 Mar 2019 09:25:01 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 31882 invoked by uid 99); 27 Mar 2019 09:25:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2019 09:25:01 +0000 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 18426E28F2 for ; Wed, 27 Mar 2019 09:25:01 +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 8AA79245A0 for ; Wed, 27 Mar 2019 09:25:00 +0000 (UTC) Date: Wed, 27 Mar 2019 09:25:00 +0000 (UTC) From: "Miklos Gergely (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-21516) Fix spark downloading for q tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-21516?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Miklos Gergely updated HIVE-21516: ---------------------------------- Attachment: HIVE-21516.03.patch > Fix spark downloading for q tests > --------------------------------- > > Key: HIVE-21516 > URL: https://issues.apache.org/jira/browse/HIVE-21516 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 3.1.1 > Reporter: Miklos Gergely > Assignee: Miklos Gergely > Priority: Major > Fix For: 4.0.0 > > Attachments: HIVE-21516.01.patch, HIVE-21516.02.patch, HIVE-21516= .03.patch > > > Currently itests/pom.xml declares a command to generated the download scr= ipt for spark, thus it is re-generated every time any maven command is exec= uted for any sub project of itests. AS a side effect it is leaving download= .sh files everywhere. The download.sh file is almost totally static, no nee= d to recreate it every time, just requires $spark.version as a parameter. > Also it is only working properly under linux, as it relies on the md5sum = program which is not present in OS X. This means that if the spark tarball = is partially downloaded on OS X, then it would never be re-downloaded. This= should be fixed by making it work as well using=C2=A0md5 on OS X. -- This message was sent by Atlassian JIRA (v7.6.3#76005)