From reviews-return-59-archive-asf-public=cust-asf.ponee.io@livy.incubator.apache.org Wed Nov 7 18:15:12 2018 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 BA3E8180649 for ; Wed, 7 Nov 2018 18:15:11 +0100 (CET) Received: (qmail 85772 invoked by uid 500); 7 Nov 2018 17:15:10 -0000 Mailing-List: contact reviews-help@livy.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@livy.incubator.apache.org Delivered-To: mailing list reviews@livy.incubator.apache.org Received: (qmail 85749 invoked by uid 99); 7 Nov 2018 17:15:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2018 17:15:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 25E44E0A96; Wed, 7 Nov 2018 17:15:10 +0000 (UTC) From: vanzin To: reviews@livy.apache.org Reply-To: reviews@livy.apache.org References: In-Reply-To: Subject: [GitHub] incubator-livy issue #121: [LIVY-518][BUILD] Support Spark 2.4 Content-Type: text/plain Message-Id: <20181107171510.25E44E0A96@git1-us-west.apache.org> Date: Wed, 7 Nov 2018 17:15:10 +0000 (UTC) Github user vanzin commented on the issue: https://github.com/apache/incubator-livy/pull/121 Hmm... it might be good to open a Spark bug. Should be easy to create a repro - basically what you have in the shell session you tried above, but in a small scala class. (Start session - use it - stop it - remove metastore db - start new session - try to use it.) Given that this seems to be a Spark issue, guess we'll go with the test changes. ---